FOSDEM: The Wayland display server
FOSDEM: The Wayland display server
Posted Feb 16, 2012 14:03 UTC (Thu) by faramir (subscriber, #2327)In reply to: FOSDEM: The Wayland display server by angdraug
Parent article: FOSDEM: The Wayland display server
"While supporting remote displays is not a priority now for Wayland, nothing in Wayland's architecture makes this impossible."
The Wayland FAQ is more detailed and to me makes it appear problematic.
http://wayland.freedesktop.org/faq.html#heading_toc_j_8
"Is Wayland network transparent / does it support remote rendering?
No, that is outside the scope of Wayland. To support remote rendering you need to define a rendering API, which is something I've been very careful to avoid doing. The reason Wayland is so simple and feasible at all is that I'm sidestepping this big task and pushing it to the clients.
*** It's an interesting challenge, a very big task and it's hard to get right, but essentially orthogonal to what Wayland tries to achieve. ***
...."
I'm also concerned about all of these toolkits that are being ported to Wayland. Will applications that are linked against them still talk to X Servers? Or is this something that a developer will have to decide when they build their application? I understand that this is outside the scope of Wayland, but am wondering what decisions are being made. Will I have to have two copies of simple apps that I happen to want to sometimes run remotely? (At least until the "very big task" of adding network transparency to Wayland is complete.)
