Will Wayland Become A New Desktop Standard?

Published on May 17, 2011
Written by Michael Larabel
Page 1 of 2
Discuss This Article

As mentioned earlier on Phoronix, LinuxTag 2011 took place this past weekend in Berlin. One of the few talks I was able to make due to the Ubuntu Developer Summit in Budapest colliding with the event was the Wayland talk by SUSE's Egbert Eich. The focus of this talk was whether Wayland is on the way to becoming a new desktop standard.


Egbert Eich, a veteran X.Org developer and RadeonHD driver developer for Novell/SUSE, at LinuxTag 2011 [with an Ubuntu pickle].

This was an hour-long talk on Saturday at LinuxTag. Egbert Eich was kind enough to share these slides with the Phoronix readers. I also have a video recording I have made that still needs to be uploaded of the talk. For those that have no idea about the Wayland Display Server, you certainly need to be reading Phoronix much more, but it basically comes down to being a next-generation replacement to the traditional X11/X.Org Server that within a year or two should be viable on the Linux desktop.

Before even mentioning Wayland, Egbert first extensively covered the history of X11. The X11 protocol has been around since the 1980's and over the past three decades has been extended to provide modern functionality via extensions like RandR (Resize and Rotate with more recently supporting monitor hot-plugging), DRI/DRI2 (Direct Rendering Infrastructure for 3D direct rendering to graphics cards), Render, Composite, Damage, and XFixes. Historically, X.Org drivers banged the graphics processors directly to handle mode-setting and controlling 2D rendering, up until the advent of Linux kernel mode-setting and modern graphics hardware needing to take advantage of DRM (Direct Rendering Manager) for acceleration, etc. Most everything was fed through the X Server, but today these ancient code-paths are little used.

DRI is heavily used these days for drawing directly to windows and providing hardware acceleration. Fortunately, most graphics processors these days have open-source drivers with DRI2 support. The proprietary graphics drivers leverage their own architectures. Beyond DRM and KMS being in the Linux kernel, the memory management also moved into the Linux kernel (i.e. GEM and TTM) as well as lots of the input work via evdev. The external Pixman library now largely provides the generic rendering support previously done via the X.Org Server. Modern Linux desktop implementations do not rely upon ancient X.Org calls anymore but handle the drawing themselves and then simply transfer the pixmaps to the X.Org Server. Most desktops also now used compositing window managers like Compiz, KWin, or Mutter where further manipulation takes place outside of the X Server.

With the compositing window managers lacking integration with the X.Org Server, some round-trip operations can lead to some minor delays and inefficiencies. Under Wayland's architecture, the compositor is key and heavily integrated into this new design. With Wayland, the "clients" connect to Wayland, render into memory buffers, and communicate via requests. The Wayland Display Server is the compositor and window manager, implement policy, composes windows onto the screen, handles input, and communicates to the client through events.

<< Previous Page
1
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  2. Intel Linux OpenGL Driver Leading Over Apple OS X
  3. The Cost Of Ubuntu Disk Encryption
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
Latest Linux News
  1. A New X.Org-Free Wayland LiveCD Released
  2. Unity 8, Mir Made Progress This Week On Features
  3. LLVM Clang 3.3 RC2 Is Ready For Testing
  4. AMD RadeonSI Gallium3D Begins Simple CL Demos
  5. Intel Shows Off GNOME3-Based Tizen Shell
  6. Linux Desktop Security Could Be A Whole Lot Better
  7. KDE 4.11 Will Be The Last Major KDE4 Workspaces Feature Release
  8. New NVIDIA Linux Driver Supports The GeForce GTX 780
  9. Chrome 28 To Offer More Speed Improvements
  10. Digia Announces "Boot To Qt" Project
  11. X.Org Libraries Hit By Round Of Security Issues
Latest Forum Talk
  1. Intel Shows Off GNOME3-Based Tizen Shell
  2. A New X.Org-Free Wayland LiveCD Released
  3. AMD RadeonSI Gallium3D Begins Simple CL Demos
  4. Unity 8, Mir Made Progress This Week On Features
  5. Linux's "Ondemand" Governor Is No...
  6. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite