Linked by the_randymon on Wed 9th Jan 2013 00:48 UTC
Thread beginning with comment 547903
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: What an utter non-sense
by nej_simon on Wed 9th Jan 2013 13:08
in reply to "What an utter non-sense"
Did you read the article?
"This is the real practical toll of fragmentation amongst the Linux ecosystem. It's not just that there are multiple implementations of the wheel.
Someone who makes this comparison in this context has absolutely zero idea why Wayland was written in the first place and how it differentiates from X11.
Wayland is a complete NEW design, porting Compiz to X11 would not only mean a lot work but it's also completely pointless. "
That was his point..
RE[2]: What an utter non-sense
by toast88 on Wed 9th Jan 2013 13:35
in reply to "RE: What an utter non-sense"
That was his point..
It doesn't matter. X11 is going to be abandoned in the future. It's 25-year-old, crufty old code no one really understands in full anymore.
It will be superceded by Wayland + XWayland. There is no fragmentation simply because in the future, Linux will be Wayland-only like MacOS is Quartz-only.
Ubuntu is going to enable Wayland for 13.04.
Adrian
RE: What an utter non-sense
by renox on Wed 9th Jan 2013 13:08
in reply to "What an utter non-sense"
Someone who makes this comparison in this context has absolutely zero idea why Wayland was written in the first place and how it differentiates from X11.
Wayland is a complete NEW design
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).
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[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".





Member since:
2009-09-23
Someone who makes this comparison in this context has absolutely zero idea why Wayland was written in the first place and how it differentiates from X11.
Wayland is a complete NEW design, porting Compiz to X11 would not only mean a lot work but it's also completely pointless. Wayland itself is designed already to be compositing right from the start. And for people who still haven't grasped the concept: compositing has NOTHING to do with 3D animations and wobbly windows, but it is required to generate these effects.
Compositing is an alternative, better concept to draw windows on a screen as compared to the old, stacking window managers. MacOS uses compositing since 2001 (first release of MacOS X) and Windows since Vista (with the new WDDM display driver model).Compositing simply means that every content is rendered off-screen first, then the window manager composes the desktop (as opposed to stacking window managers which lets application directly draw on the desktop).
Everyone who still thinks that X11 is a good concept that should be persued in the future, should have a look at these pages:
http://wayland.freedesktop.org/architecture.html
http://www.art.net/~hopkins/Don/unix-haters/x-windows/disaster.html
Adrian
Edited 2013-01-09 10:34 UTC