Originally posted by AlbertP
View Post
Announcement
Collapse
No announcement yet.
Drafting Plans For X12, The X11 Successor
Collapse
X
-
Originally posted by AlbertP View PostA lot of people are saying that Wayland lacks certain features. But why can't things like network transparency be added later? Isn't Wayland still in development? You shouldn't expect everything to work immediately.
The alternative is to do it on the toolkit level, but then you suddenly don't have standardized display network transparency anymore; you have per-program network transparency for some of them; probably with varying success, quality, and remote-system support depending on the toolkit used by any given program.Last edited by dnebdal; 18 October 2011, 08:12 AM.
Comment
-
Originally posted by V!NCENT View PostAll the code that Wayland uses to talk to Xinput, for example, can easily be send over the network, just like all the Mesa talk, etc.
So that's just bullshit and you know it.
The most interesting part is and remains 2D graphics. At the moment there is a standardized stream format for those: I can start an X11 server almost anywhere, and it will be able to display near enough every X11 app. If we move to per-toolkit network transparency, it certainly sounds like this goes away, to be replaced by separate packages to install locally for every toolkit I want to forward. (Not to mention the niggly little things like if they'll be version sensitive, and how they'll want the network set up).
Comment
-
OK. Over time X.org developped a lot of stuff that completely bypasses X11. The next step in the X.org roadmap is bypass itself entirely (almost) and become a state tracker.
Because all this new functionality can function without X11 itself, but horribly because that's not how X.org was build from the ground up, Wayland axes all that cruft and replaces it with itself.
Now a lot of people don't even know what Wayland is. Wayland is what X.org will eventualy become: a state tracker with built in windows management.
Now because Wayland sits on top of the new X.org-ish tech, it's modular. That means that Wayland talks to, and relies on, other software that it needs to talk to. That talk can instead be routed over the network. Simple.
Comment
-
Originally posted by dnebdal View PostThe most interesting part is and remains 2D graphics. At the moment there is a standardized stream format for those: I can start an X11 server almost anywhere, and it will be able to display near enough every X11 app. If we move to per-toolkit network transparency, it certainly sounds like this goes away, to be replaced by separate packages to install locally for every toolkit I want to forward. (Not to mention the niggly little things like if they'll be version sensitive, and how they'll want the network set up).
Modern applications have already relegated X network transparency to sending pre-rendered bitmaps over the wire. And guess what, VNC is more efficient sending bitmaps than X (and even more efficient protocols are already available).
Wayland doesn't really change anything. You can still run an X server or a VNC server on top of it - the only difference is that you'll get better performance and more robust applications.
Edit: btw, what was the last plain X app you used? For me, it was Xsane 3 years ago. I don't miss it.
Comment
-
Originally posted by AlbertP View PostWe are in the Linux world right now. It's not allowed to say that Microsoft is doing something well .
Comment
-
Hrm...
You guys do realize that X11 is just a network protocol?
It's like http or ftp.
Arguing over Xlib vs Wayland or whatever other insanity is entirely besides the point. It's like saying that the Firefox web browser is better then HTML because Internet Explorer sucks. It really doesn't make any sense.
Xlib is just old C bindings for X11. It's not X11.
You X server is just a 'browser' for X11 nework protocol. Ideally, Wayland can support X11 or X12 or whatever pretty much as well as your XServer can. (and it already supports X11)
What people really hate about Wayland is that you do NOT have to use X11 to program for it. You can use, theoretically, all sorts of APIs. X11 is just one of them you can use. They are, for whatever reason, are scared that their network transparency is disappearing or whatever unless all application developers are forced to use stuff they really do not want to use if given a chance.
It's really all quite silly.
If X12 is going to kick-ass, and network transparency is really valuable and is demanded by users then it's going to be used regardless if your using Wayland or not.
Comment
Comment