Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
GUI Graphics Ubuntu Linux

Ubuntu Delays Wayland Plans, System Compositor 319

An anonymous reader writes "The Wayland-usage in Ubuntu 12.10 via setting it up as a system video compositor has been delayed to at least Ubuntu 13.04. Developers made progress on running Ubuntu on Wayland (there are experimental packages available), but they need more time to complete their work and ready Wayland. For those wanting to try out Wayland on Linux, there is a specialty Wayland LiveCD."
This discussion has been archived. No new comments can be posted.

Ubuntu Delays Wayland Plans, System Compositor

Comments Filter:
  • by Anonymous Coward on Friday August 10, 2012 @07:35PM (#40953013)

    Yes, I know I can Google, but a one sentence description would've made the summary far more useful.

    • by Requiem18th ( 742389 ) on Friday August 10, 2012 @08:05PM (#40953255)

      Wel basically it's a display server, like X11/X.org, except it's optimized to run locally, unlike X11/X.org which has it's origins in networked environments and tries its best to work either locally or remotely.

      Except that X has been tinkered to work for desktop systems for so long that there little of that network oriented code left around, yet W, or Wayland, tries to get rid of that aspect completely.

      • by Jah-Wren Ryel ( 80510 ) on Friday August 10, 2012 @08:11PM (#40953297)

        Except that X has been tinkered to work for desktop systems for so long that there little of that network oriented code left around, yet W, or Wayland, tries to get rid of that aspect completely.

        From the 10,000 ft view it sure looks like wayland is just reinvention for reinvention's sake and is likely to run into a whole host of problems that X figured out 20+ years ago.

        • by MBCook ( 132727 ) <foobarsoft@foobarsoft.com> on Friday August 10, 2012 @08:47PM (#40953549) Homepage

          Wayland is designed to fix a lot of the problems that X has. X, for historical reasons, does a TON of things. It has network transparency, it's responsible for input, for setting up the graphics card's memory and registers, drawing various primitive shapes, font rendering, etc.

          But today 99% of the time people don't use the network transparency stuff in X, they run locally. But all sorts of memory has to be shuffled around. X mandates all sorts of bitmap formats that must be supported. Today the kernel, through KMS, can setup the graphics card. We have libraries like Cairo to draw basic shapes. Then there are all sorts of weird things that have been hacked into/onto X to support common features like resizing and rotating your desktop.

          Wayland basically started with a blank slate. The kernel can setup the video card, so it won't do that. Most people don't use network transparency, so it doesn't do that (you can run an X client on Wayland, for when you still need the feature). The GUI toolkits and OpenGL libraries already draw everything, so it doesn't do that stuff.

          LWN had an article [lwn.net] from two years ago about what Wayland set out to accomplish. Things may have changed since there, here are two [lwn.net] updates [lwn.net] from LWN describing Wayland earlier this year.

          • by Anonymous Coward on Friday August 10, 2012 @09:34PM (#40953847)

            Wayland is an attempt to remove the network transparency of X... in a world where everything is networked.

            Some people might consider this utterly retarded.

            • by mellyra ( 2676159 ) on Saturday August 11, 2012 @04:03AM (#40955393)

              Wayland is an attempt to remove the network transparency of X... in a world where everything is networked.

              I just don't get why they are so keen to get rid off that faeture... When I was in uni (just four years ago) our department had a powerful Sun server that mostly powered the computer lab's thin clients but also allowed ssh access from the outside. Being able to log into that server via ssh with X forwarding and run Maple, Mathematica, ... was awesome and saved me the expense of getting any of that software myself.

              • by grumbel ( 592662 ) <grumbel+slashdot@gmail.com> on Saturday August 11, 2012 @10:36AM (#40957021) Homepage

                I just don't get why they are so keen to get rid off that faeture...

                They are not. This is not about replacing X, it's simply about splitting the graphics and input code out of X and moving it over to the kernel and Wayland. You can still run X11 apps under Wayland. So it's really more a pragmatic approach to getting the Xorg code based cleaned up, then an abandonment of network transparencey.

                Also in general X11 network transparency is bit overrated in my opinion, as while it is good for things such as basic thin client computing, it is completely useles for basic everyday uses like screen sharing or moving applications from one display to another. It's also rather useless for multimedia, be it video due to the lack of bandwidth or sound due to the X11 simply not handling sound. Wayland won't solve them, but a clean code base means that it will be easier for other people to attack those problems.

            • by jon3k ( 691256 )
              There's lots of ways to remotely access a desktop (eg VNC). We don't need the overhead and complexity for everyone when 99% of people never access it remotely.
              • by Hatta ( 162192 )

                What overhead? Show me the data that suggests that network transparency is what slows down X, and not the bloated toolkits people use (and will still use on Wayland). When X is used locally, it's as fast as anything else.

          • by fikx ( 704101 ) on Friday August 10, 2012 @09:48PM (#40953945) Journal
            I just realized why I ignore Wayland: every comment in favor of Wayland, somewhere in the comment, will have the same fallacy about the network feature of X being a problem. Myself and lots of others user the remote X feature on a regular basis. I and thousands of IT professional use remote access constantly on other platforms, mainly windows. Using any of the remote technologies available for windows makes me grind my teeth constantly since I was ruined by using X first and know how it should work instead of what I have to use every day. I assume I'm not alone or even just part of a small crowd in that respect..
            If there's some good sources for the % of users who don't want it, that's fine. quote 'em and I'm glad to read up on it. But, most times I hear just claimed lack of need for it when I know at least for myself and many others remote X is one of the most valuable features in X. If there was at least SOME info on Wayland that either left off the comments about how bad remote X is or showed some facts to back the claim, I'd pay more attention. Unfortunately I've seen no comment yet for Wayland that does more than say "I don't know of anyone who uses remote X, so most users don't use it"
            And, one day Wayland may actually catch on and take over the desktop in Unix. Now matter how good it is, it will be a sad day since a useful piece of functionality is thrown away when it used to be included for for free (free in terms of performance cost, free in terms of setup, free in terms of no effort needed for developers to support it, etc.). Doesn't make it easy to look forward to Wayland right now. This comment was at least less inflammatory than most and the rest of the comment was very informative, but I still would like just once for someone to back the claims against the network feature since I value myself quite a bit and have heard many others say the same.
            • Re: (Score:2, Informative)

              by Anonymous Coward

              I think Wayland is meant to move X and other legacy stuffs out of the local rendering path, making X second-class (and optional) citizen. This is one (big) difference between Wayland and previous attempts is that it is actually meant to work with X. Rather than removing X, It replaces X's position from being the center of the rendering universe. I don't know if Wayland would succeed, but it would satisfy both the network transparency AND the local desktop crowd. It seems like a very sane way to progress to

              • by MBCook ( 132727 )
                That's my understanding as well. It would work like OS X where the X server is just another application you can launch that then handles the X clients.
              • by fikx ( 704101 )
                Optional is the issue. With X remote is available ANYTIME it's needed. Or are you saying there's no way apps will be written directly for Wayland? If that's the case, why have it anyway?
                Otherwise you're saying Wayland has a well designed and/or written migration path....but it's still migration AWAY from the feature that I and many others feel is important...
            • by MBCook ( 132727 ) <foobarsoft@foobarsoft.com> on Friday August 10, 2012 @11:13PM (#40954403) Homepage

              Wayland supports X11 in the same way OS X does. There is an X server running as a Wayland client. It would work like a normal X server, doing all it's own compositing, etc., and then send the output to Wayland to be composited with all the other programs/windows.

              If you launch the X client, normal X programs should continue to work.

              I believe they specifically decided not to even try to make Wayland network transparent. I think you'd either have to run the program on the remote host and transfer everything VNC style, or implement your own GUI/processing separation and handle the networking between the two yourself.

              There are people who use X forwarding, you're obviously one. I believe Wayland was designed from the ground up to make things easier for the client.

              • Re: (Score:3, Insightful)

                by fippo ( 2695319 )
                you already generally have to use something like VNC or xpra (layered over X, not really using it) in order to get reasonable performance or to detach and reattach remotely. X might seem like the answer until you try to use it... it isn't good enough because it's nowhere near usable as GNU screen.
                • by dkf ( 304284 )

                  you already generally have to use something like VNC or xpra (layered over X, not really using it) in order to get reasonable performance or to detach and reattach remotely.

                  X might seem like the answer until you try to use it... it isn't good enough because it's nowhere near usable as GNU screen.

                  Quite apart from the fact that terminals are a heck of a lot simpler than a GUI system, there are plenty of cases where high performance and detaching simply aren't needed. So what if the program goes away when you close the connection? You can run it again when you connect again, no problem. That's worked fine for all the cases in the past 5 years where I've needed remote X (such as installing engineering simulators or running certain types of performance monitors).

                  But the fact that you're comparing X11 to

            • by jbolden ( 176878 )

              The big piece of evidence is the failure of network transparency to become a killer feature of Linux. I started using X in '88 and was using it daily by '92. I thought X was amazingly cool the ability to send windows around change displays. I've seen corporate settings where these features are integrated into applications and made real use of. And certainly for system administration the ability to run X applications remotely has been useful particular to monitor. I thought this would be Linux's killer

              • by fikx ( 704101 )
                There's no question remote X has issues. Like you say, the networks and computing environment of today give X a lot of challenge. My big push and the original complaint in this thread is that every Wayland comment includes the remark that remote app usage is not important enough to be a base feature. I disagree and get tired of someone saying the feature is useless when I know it's not.
                Right now, there are work arounds for the issues X has, but they are still work arounds. What X does needs to be done bet
                • by jbolden ( 176878 ) on Saturday August 11, 2012 @01:01AM (#40954877) Homepage

                  I agree that the "unneeded and unused" is BS. The people who support Wayland are proposing eliminating network transparency in exchange for other advantages having to do with higher refresh rates. I agree with you it would be more honest to just say they believe on balance this is the right trade off. X existed when most modern GUIs which made the same tradeoffs were built. Wayland supporters are just saying that Commodore, Microsoft, Apple, IBM (OS/2),... were right and SGI, Sun, Digital, HP, IBM (AIX).. were wrong in figuring out the right balance of features. Wayland supporters are basically saying that ultimately, even in 2012, its all about ramming as many triangles through the video card as possible, and doing that with predictable timings; that anything that slows down those triangles, like networking must go overboard.

                  Similarly X has 30 year history of really really doing a bad job of delivering a smooth GUI experience. That while in theory the network protocol shouldn't cost much, in practice it often seems to complicate design tremendously. X supporters IMHO and experience have trouble often admitting how many GUI projects fail or take 10x longer than they should because of the complexity of working with the X / multiple window manager / multi GUI stack.

                  If everyone were putting their cards on the table, then we could have an honest conversation about tradeoffs. Because X servers can run on top of X it might be possible to even come to an agreement about which applications should remain network transparent and which shouldn't. I suspect most supporters of network transparency could care less if games and video editing software went local only. And I suspect that most supporters of wayland could care less if server monitoring and server installation software remained X forever. Longer term though the tradeoffs become real. Gnome and KDE will either be built around Wayland or built around X, its going to be impossible for them to do both well. If around Wayland then Linux will be a system of local GUIs with at best a few networkable applications. If around X then Wayland will be a hack run in place of the GUI or only in full screen mode, for real time rendering.

                  • I suspect most supporters of network transparency could care less if games and video editing software went local only.

                    I agree that I don't care about those ... until the day that I do. Suppose I need to test the installation of some game or video editing software. ;-P Or for example, one day I had office hours downstairs, but needed to run a program off my machine upstairs (yes, actually happened and X worked like a dream). There is no reason to believe that the monitoring-installation vs games-video-editing division or any other division that you can think of will be the correct one for all use cases. Such a division

                    • by jbolden ( 176878 )

                      I agree that I don't care about those ... until the day that I do. Suppose I need to test the installation of some game or video editing software.

                      You live with something like VNC. The people who use those types of software have decided remote management isn't a feature they care about enough to sacrifice performance.

                      I'd rather have the mechanism for the user to do either.

                      You aren't really addressing the problem. Choosing to use X is making policy. Its making the policy to drop lots of frames in the

                  • by dkf ( 304284 )

                    Similarly X has 30 year history of really really doing a bad job of delivering a smooth GUI experience. That while in theory the network protocol shouldn't cost much, in practice it often seems to complicate design tremendously. X supporters IMHO and experience have trouble often admitting how many GUI projects fail or take 10x longer than they should because of the complexity of working with the X / multiple window manager / multi GUI stack.

                    That's an interesting assertion you're making there, that supporting a networked protocol causes excessive complication in the server. Would you care to provide (or point to) some evidence for that?

                    In my experience, the hard parts of making GUI code are dealing with multiple platforms (why would you want to write code for a single platform?) and going from functional-but-dull to snazzy-and-usable. The networking side of things (or not) is nowhere on that map.

                    • by olau ( 314197 )

                      Have you any actual experience with a networked server? The actual protocol is easy enough to do. Sending data from one party to another and parse it is easy.

                      The real problem is that you go from a situation where all components can talk to each other quickly to a situation where everything you do must be carefully analysed because each time you cross the boundary between local and remote you take a possibly big hit from latency and possibly also bandwidth if it's a lot of data.

                      I have a Master's degree in di

                    • by jbolden ( 176878 ) on Saturday August 11, 2012 @07:12AM (#40955973) Homepage

                      In my experience, the hard parts of making GUI code are dealing with multiple platforms (why would you want to write code for a single platform?) and going from functional-but-dull to snazzy-and-usable. The networking side of things (or not) is nowhere on that map.

                      I don't write software where I have to push large numbers of frames through per second either. On the other hand I use software where large numbers of frames per second matter. Interestingly enough I just got the mac retina. Because the retina is doing virtual adjustments (i.e. there are several virtual screens being drawn to by applications and those those are re-rendered to another virtual screen which gets pushed to the physical screen) I could easily see frame rate problems in even day to applications like video inside a web browser while scrolling before the driver improvements in OSX 10.8. What Apple did in 10.8 to get rid of those problems, would be impossible under X.

                      Kristian Høgsberg who wrote a lot of the X acceleration you are probably using was the one who started Wayland. He was frustrated about what he couldn't do. Under X applications are not able to control rendering. They cannot make decisions required to avoid visible tearing. They cannot force the X client to draw potential windows in advance to avoid lag.

                      Another problem is either the client and server (to use X terminology) share a video memory buffer or they don't. If they don't you pick up a lot of time passing information between them. Your CPU is probably no more than a few gigabytes per second, that is the maximum speed you can get data from one buffer to another under best conditions. And with screens that are 5 mega pixel x 4 bytes of color per pixel, every one way trip is is 1/100th of a second under perfect conditions. You aren't getting perfect conditions and 2 round trips is common. And if X wanted to implement something like the resolution system Apple for retina then it would be worse (though the CPU speed for memory is likely about double) because you could be rendering virtual screens as large as 14 megapixel with some round trip being 4 hops.... you could be talking flicker over 1/10th of a second.

                      I hope these two examples help. They have a good discussion: http://wayland.freedesktop.org/architecture.html [freedesktop.org]

                  • by EvilNTUser ( 573674 ) on Saturday August 11, 2012 @07:18AM (#40955989)

                    If everyone were putting their cards on the table, then we could have an honest conversation about tradeoffs.

                    Sometimes it seems like people don't even know what cards they're holding. All these arguments are missing the point from a usability perspective.

                    When I type "ssh -X", I don't actually care what protocol is used. All I care about is that it works on every single computer *by default*. The solution is obvious: modify the Wayland spec to demand that every system that implements Wayland also includes VNC integrated with SSH. Problem solved, everyone can be happy.

                    Yes, performance won't be exactly the same, the specified protocol might not end up being VNC, etc. but these endless arguments about Wayland are much worse. We have the software to implement this, so let's just please standardize on *something* so we have usable systems out of the box. It's not going to prevent someone from manually installing a better network protocol in the future, so Wayland trying to remain neutral on network protocols is just ideological posturing.

                    • by jbolden ( 176878 )

                      modify the Wayland spec to demand that every system that implements Wayland also includes VNC integrated with SSH. Problem solved, everyone can be happy.

                      I don't know if it should be part of the spec nor do I know if Wayland can demand anything but...

                      I think that's a great idea for a strong suggestion! Wayland be default should support VNC. ssh by default should use vnc (-v is taken, I think -X should remain with X11/X12 but I have no problem with -Z which is free). That solves most of the problem. I a

              • But in the end, X network transparency doesn't work very well over Wan. It doesn't work very well over MPLS. In general it doesn't work all that well for the situations where you couldn't just be using some sort of remote solution.

                X works very well over a LAN, and, as bandwidth becomes cheaper, problems running over a WAN will go away.

                X wasn't able to handle the security problems and so the whole infrastructure of remote X and remote shells has gotten more complex and thus less useful.

                Now you are showin

                • by jbolden ( 176878 )

                  X works very well over a LAN, and, as bandwidth becomes cheaper, problems running over a WAN will go away

                  Its not generally a problem of bandwidth alone. Even with tons of bandwidth latency is a problem over WAN. IPv6 will make that somewhat better by reducing latency. Moving to fiber will make it somewhat better. On the other hand introducing more satellite, over the air, and wifi will make it worse. Now an MPLS will solve jitter but if jitter it gets even worse.

                  Now you are showing that you are out

                • X works very well over a LAN, and, as bandwidth becomes cheaper, problems running over a WAN will go away.

                  No, it won't. The problem with X over a WAN is latency, and no amount of technology is going to change the fact that light can only go so fast.

                  The company I work for has a *very* fast WAN between offices, and X over the WAN is still a dog. The problem is that X is to a large degree synchronous, and operations involve multiple round trips. So no matter how much bandwidth you have, you get killed by laten

                  • The solution to this is to either use a framebuffer-based protocol (VNC and friends) or to use an asynchronous compressing X (NX). Neither of which is really taking advantage of the network features of X.

                    Actually, the solution is a combination of X and VNC. I have a persistent VNC session on the LAN, to which I send the display from mulitple X11 apps running on many differnet machines, and then, I connect to the VNC session either over the LAN or over the Internet (VPN or tunnelled over SSH).

                    The idea o

              • by dbIII ( 701233 )

                The big piece of evidence is the failure of network transparency to become a killer feature of Linux

                I don't know about you, but that IS the killer feature that got it placed onto everyone's desks in my workplace. A lot of scientific and engineering software that needs some CPU power behind it never got ported to MS Windows. A lot of it makes more sense running on big noisy stuff in server rooms instead of desktop PCs anyway.

                • by jbolden ( 176878 )

                  I don't know about you, but that IS the killer feature that got it placed onto everyone's desks in my workplace. A lot of scientific and engineering software that needs some CPU power behind it never got ported to MS Windows. A lot of it makes more sense running on big noisy stuff in server rooms instead of desktop PCs anyway.

                  That's easy enough to implement as client server. You have a display client and a server which does the noisy stuff.

                  • by dbIII ( 701233 )
                    VNC type stuff generally sucks badly for those sort of situations but there has been some success with TurboVNC over WAN. Of course they are VNC sessions of X session displaying X apps that get updated so rarely that some of them still only work in 8 bit colour, so stuff in that niche won't be replaced with anything else any time soon.
                    For other stuff, fine, but the network transparency of X is the reason I have a job with linux, solaris and AIX in the first place and why linux is at least on some corporate
                    • by dbIII ( 701233 )
                      I'll add the entire point I should have put in to start - the people doing all the stuff that require X to run their (in my case geophysical) remote applications are not just running it on one host and they are interacting with it in real time. Just showing one other desktop does not cut it especially when they are writing reports etc and cutting and pasting to something running on their local machine or a different remote machine. They could VNC into some sort of head node and do everything as if they ar
            • I guess that the same people who don't want networking in X are the same people who uses VNC on Linux because they don't know better...
          • by makomk ( 752139 )

            Of course, this means that the graphics card has to be on the same machine as the applications, and that it has to have kernel drivers that support not just KMS but also DRI2 graphics acceleration. Without DRI2 support, there's no way to pass images of windows to the compositor and therefore no way to actually display anything. Precisely none of the existing closed-source drivers support the KMS or DRI2 interfaces that Wayland needs, so they can't run on it. In fact, for licensing reasons they can't actuall

          • (you can run an X client on Wayland, for when you still need the feature)

            ...I can't help but assume that I've missed an "yo dawg" joke in that explanation :P

          • by Hatta ( 162192 )

            X, for historical reasons, does a TON of things. It has network transparency

            That's not there for historical reasons. That's there because it's extremely useful.

      • by fm6 ( 162816 )

        I don't think TPP was asking you to run Google for him. He was giving the editors a hard time for not answering an obvious question (WTF is it?) in their summary.

        Not that Googling did you much good, since the Wayland web site is also sloppy about describing what they're doing, and you came away with the weird impression that it was about reinventing X on a different model. Not even close. Here's a much better summary from the Ubuntu site:

        Wayland is a new protocol that enables 3D compositors to be used as primary display servers, instead of running the 3D compositor as an extension under the (2D) X.org display server.

        Or, in layman's terms, it assumes you're using a 3D desktop from the start, instead of bolting on 3D capabilities to an 2D framework.

      • by dbIII ( 701233 )

        Except that X has been tinkered to work for desktop systems for so long that there little of that network oriented code left around

        It was never there to start with because the design is to use local sockets for local stuff and network sockets for network stuff. The big thing with X is network stuff can work as if it's on the local screen, but for some reason some people get that virtue backwards and assume that means local stuff is double handled.
        Wayland is a different way to get stuff in the framebuffer w

    • by nurb432 ( 527695 ) on Friday August 10, 2012 @10:03PM (#40954023) Homepage Journal

      For those of us who use the network transparency of X11, its a attempt to 'return' to a simpler less functional time where your windowing sub-system assumed that you were all alone and had no friends.

      A throwback, an abomination. It should have never been allowed to get this far, and the people responsible taken out back and 'dealt with.

  • Sigh (Score:4, Funny)

    by Anonymous Coward on Friday August 10, 2012 @07:38PM (#40953051)

    Every time I see a screenshot of Wayland, I see rotated windows. Is that its only feature?

    • Re: (Score:3, Informative)

      by Anonymous Coward

      http://wayland.freedesktop.org/screenshots.html

      Try harder.

      • by dkf ( 304284 )

        http://wayland.freedesktop.org/screenshots.html

        Is it just me or do some of those screenshots show significant rendering bugs like a failure to erase text correctly? (That's in the VTE demo.) Aside from that, are there any impressive demos?

    • Re:Sigh (Score:4, Interesting)

      by nzac ( 1822298 ) on Friday August 10, 2012 @07:55PM (#40953183)

      It's so far from ready, this is what its currently achieving. When you are remaking a compositor from the begging these are significant steps.

      I have been waiting from this announcement from Ubuntu since they said they were trying to use it next release. It might be close to being ok for a 2d no accel window manager but trying to run unity was never happening in 6 months.

  • by Anonymous Coward on Friday August 10, 2012 @07:39PM (#40953061)

    The usual Ubuntu practice is to jam incomplete, beta quality changes (grub2, upstart, plymouth, unity, etc.) into release and fix them them in subsequent
    releases. This decision is a welcome change.

    Or maybe Wayland is so un-ready that even the usual Ubuntu powers-that-be couldn't allow it to be foisted on users, in which case we'll see beta quality Wayland in 13.04.

    I'm betting on #2.

    Not that I'm complaining, but there is wisdom in adopting realistic expectations.

    • Re: (Score:3, Interesting)

      way more pragmatic answer, if they switch to wayland they will piss of valve who is working on porting their games onto ubuntu. they piss of valve there will be no games, as a consequence there will be no year of the linux desktop for a long time. linux as a big force in the desktop space is ubuntu's goal. so no xserver means no valve means no steam no games and now no games.

      • by MBCook ( 132727 ) <foobarsoft@foobarsoft.com> on Friday August 10, 2012 @11:20PM (#40954437) Homepage

        My understanding of Wayland says that it wouldn't bother Valve at all.

        If you use a toolkit that has been ported to Wayland, you use the toolkit and nothing changes.

        If you use a toolkit that hasn't been ported, you'd just run the X server that runs as a Wayland client, so things keep working.

        But the important thing is running OpenGL, which works just fine in Wayland (which is built on OpenGL).

        Unless Valve is writing their own rendering directly against X (which seems like it would be an idiotic thing to do in general, especially considering Wayland has been coming for over 2 years), I wouldn't think this would really effect them. In fact, they could decide to go Wayland only (assuming it's done enough at that point) and avoid whatever hassle X might have given them.

    • Re: (Score:2, Funny)

      by jones_supa ( 887896 )

      The usual Ubuntu practice is to jam incomplete, beta quality changes (grub2, upstart, plymouth, unity, etc.) into release and fix them them in subsequent releases.

      Usually desktop Linux distros are so buggy that they would count as alpha quality by commercial software standards. In that bunch Ubuntu+Unity is actually quite solid.

  • by asmkm22 ( 1902712 ) on Friday August 10, 2012 @07:48PM (#40953123)
    Things will get better once the Yutani Corporation enters the picture.
  • They should call it by another name. I'll see if I can think up one.

    • As long as there's Kubuntu and Xubuntu they can do whatever the hell they like. I haven't touched standard Ubuntu since Lucid.

  • by JDG1980 ( 2438906 ) on Saturday August 11, 2012 @02:39AM (#40955191)

    No doubt this is a stupid question (I'm not really that familiar with the technical details of the Linux graphics stack), but why is middleware like X11 or Wayland needed at all? Why can't the desktop/window manager talk directly to OpenGL, which in turn talks to the graphics hardware via a driver? Intuitively, it would seem like this would give better performance and fewer places for bugs to crop up. Why do there have to be 20 different layers in the rendering stack? Is this just abstraction for abstraction's sake or is there actually a good reason?

    • by agrif ( 960591 ) on Saturday August 11, 2012 @04:00AM (#40955377) Homepage

      This is almost exactly what Wayland is doing. Wayland is a communication protocol between compositors and the things they composite: usually, between window managers and applications. This means that the window manager is responsible for communicating with applications, and for pushing video data on to the screen (via OpenGL + Kernel Mode Setting). So instead of launching X, then launching a window manager on top of that, you just launch the window manager.

      This is the primary advantage of Wayland: it's simple. Really really simple. It's basically just OpenGL and a protocol for delegating render surfaces to other applications (to render on to using OpenGL). By comparison, an X server needs font rendering, shape rendering, and a ton of other things that aren't used today anyway because everyone uses freetype and cairo and such. Wayland leaves those out and expects you to get that from other places (like, say, freetype and cairo).

      (Wayland is also the name of a C library implementing the Wayland protocol. The Wayland project also produces the Weston compositor, as a reference implementation of a simple "window manager".)

  • What does Wayland propose to give us that isn't already available with a stack like E17 (with Evas alone doing a lot of what the entire benefit of Wayland is supposed to be) on top of X11?
    I've looked at their list of features. Is there something else that provides some advantage that hasn't been listed? I just cannot see any advantage other than "let's have our own X, but without the hookers and blackjack".
    • by agrif ( 960591 )

      Everything that Wayland does is possible under X, it just might be hard to write the X code to do it.

      The biggest point to Wayland is that it is extremely simple (compared to X... X is huge), and it's capable of doing 95% of what people use X for. The other 5% is network transparency, a feature I hold dearly but one that I acknowledge not many people care about.

      So what's so great about simple? For one, it's easier to maintain. It's also easier to write clients for, since it's almost entirely OpenGL (the Wayl

      • Yes, but my question was "what does it give us".
        If it's a simple monolithic thing does that lock it down or are there plans to make it extensible in the future like X is? Does it all have to go into memory at once or only just the bits you use, like the X extensions, Evas etc do now (without having to muck around directly with the X libraries anyway)?
        Correct me if I'm wrong, but I see it as a cathedral vs bazaar thing where it's hard to add more to the monolithic thing but easy to add a bit more to the mo
  • For Weyland to work applications will need to support it and nVidia & AMD will need to support it. It needs to be available via a fairly simple install before I'll try to port my applications to it. I'm hoping the Weyland developers are actually talking to nVidia and AMD and Cannonical doesn't release this until they have at least beta drivers.

    I'm not too worried about the network transparency even though I use it everyday. Most of the applications I use remotely are things like emacs that are a bit slo

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...