Linked by the_randymon on Wed 9th Jan 2013 00:48 UTC
Thread beginning with comment 547933
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: What an utter non-sense
by toast88 on Wed 9th Jan 2013 14:10
in reply to "RE: What an utter non-sense"
As for your "Wayland is better than X" message, this depends on the situation, for network transparency Wayland will use more bandwith than X (not a big issue since you can use X with XWayland).
Correct. Wayland will work - more or less - exactly like Quartz on MacOS X. To run X11 applications, you start XWayland while you run XQuartz on MacOS X.
Cheers,
Adrian
Edited 2013-01-09 14:10 UTC
RE[2]: What an utter non-sense
by dsmogor on Wed 9th Jan 2013 14:32
in reply to "RE: What an utter non-sense"
RE[3]: What an utter non-sense
by renox on Thu 10th Jan 2013 13:26
in reply to "RE[2]: What an utter non-sense"
RE[2]: What an utter non-sense
by Delgarde on Wed 9th Jan 2013 21:34
in reply to "RE: What an utter non-sense"
As for your "Wayland is better than X" message, this depends on the situation, for network transparency Wayland will use more bandwith than X (not a big issue since you can use X with XWayland).
Not sure how you can make that claim, given that Wayland currently has no support whatsoever for network transparency, and no plans beyond "do something at the compositor level".
RE[3]: What an utter non-sense
by renox on Thu 10th Jan 2013 13:19
in reply to "RE[2]: What an utter non-sense"
"As for your "Wayland is better than X" message, this depends on the situation, for network transparency Wayland will use more bandwith than X (not a big issue since you can use X with XWayland).
Not sure how you can make that claim, given that Wayland currently has no support whatsoever for network transparency, and no plans beyond "do something at the compositor level". "
Easy: the Wayland protocol is based on sending buffers (images) between programs(clients) and the server, so once you're at the 'compositor level' the only thing you can work on are images.
For applications which works mostly with text, sending 'raw' images will use much more bandwidth than X Render's way of rendering (send the glyph once, then send commands to draw text, reusing many times the glyphs).
If is of course possible to compress images to reduce bandwidth but this requires a lot of processing and adds latency..





Member since:
2005-07-06
Wayland is a complete NEW design
Not really, as Wayland is very similar to X11's DRI2 extension (which was also made by KH).
As for your "Wayland is better than X" message, this depends on the situation, for network transparency Wayland will use more bandwith than X (not a big issue since you can use X with XWayland).