Wayland Archive

A testament to X11 backwards compatibility

I recently scored a Hewlett Packard 1670A Deep Memory Logic Analyzer and I finally had a chance to fire it up. This unit dates back to 1992 and is packed with all sorts of interesting options for connecting peripherals to it. One particular feature that caught my eye was the option to connect to an X Server.

Aside from the really cool stuff regarding X11, I'm absolutely fascinated by the user interface of this exotic piece of hardware. It's quite utilitarian, but still has an interesting sense of beauty and focus. I'd love to play with this (even though I have no idea what this equipment actually does).

Compiz Lead Developer: “no Compiz on Wayland”

Lead developer for Compiz, Sam Spilsbury, says he sees little need to develop Compiz for Wayland due to the increasing fragmentation of the Linux ecosystem. Spilsbury writes "What does compiz actually provide to users of these systems? None of this functionality that user wants really depends on our compositing engine. There's nothing so special about our compositing engine that gives it a reason to exist This is the real practical toll of fragmentation amongst the Linux ecosystem. It's not just that there are multiple implementations of the wheel. There are multiple implementations of entire cars which do almost the same thing, but a little different from everyone else. Some say this is the free software's greatest strength. Now that I know the personal and technical toll of fragmentation, I see it as its greatest weakness."

What Wayland means for developers

"For two decades, X has been the foundation for Linux graphics. Ubuntu's decision late in 2010 to switch to Wayland shakes things up all the way to those roots. Just over a month ago, the official 1.0.0 release of Wayland appeared, as well as its associated Weston project. How will these milestones affect working GUI programmers? What will happen to all the existing toolkits - Qt, wxWindows, Tk, and others - on which so many graphical applications already depend?"

Wayland 1.0 released

Wayland 1.0 was officialy released on October 22. Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.

The Linux graphics stack

"This is an introductory overview post for the Linux Graphics Stack, and how it currently all fits together. I initially wrote it for myself after having conversations with people like Owen Taylor, Ray Strode and Adam Jackson about this stack. I had to go back to them every month or so and learn the stuff from the ground up all over again, as I had forgotten every single piece. I asked them for a good high-level overview document so I could stop bothering them. They didn't know of any. I started this one. It has been reviewed by Adam Jackson and David Airlie, both of whom work on this exact stack." Introductory or no, still pretty detailed.

Using xmonad to transition kids from CLI to GUI

John Goerzen, Debian/GNU Linux developer, transitions his kids from bash to xmonad: "I'd been debating how to introduce GUIs for a very long time. It has not escaped my attention that children that used Commodores or TRS-80s or DOS knew a lot more about how their computers worked, on average, than those of the same age that use Windows or MacOS. I didn't want our boys to skip an entire phase of learning how their technology works." I decided long ago that my kids - if I ever have them, I'm undecided and way too young - will learn computing the way I learned it: with a CLI. I never realised an xmonad setup would form a good transition phase into GUIs.

Wayland: beyond X

"Although current discussion of the Linux desktop tends to focus on the disharmony around Unity and the GNOME shell, the true revolution on the desktop is taking place out of sight of users. The Wayland display server is expected to reach version 1.0 later this year, and is seen by many as the long term replacement for the X Window System, with real potential to improve and transform the performance of the desktop for Linux users."

Wayland, Weston 0.85.0 released

"This is the first real release of Wayland and Weston. Wayland is the protocol and IPC mechanism while Weston is the reference compositor implementation. The 0.85 branch in both repositories is going to be protocol and interface stable. We have a series of protocol changes on the table before 1.0 but this branch marks a stable point before we jump into that." Change is coming to the Linux world. And yes, I get the irony of using this particular icon, but it's the closest I could find.

X.Org Server 1.11 Released

"X.Org Server 1.11 was officially released this Friday evening. X.Org Server 1.11 was originally planned for released in mid August, but then the unfortunate passing of Keith Packard's mother (the X.Org release manager) led to a one-week delay. Our condolences go out to Keith Packard and his family. After numerous belated releases from X.Org in the past, a one week delay is nothing to complain about, especially considering the sad circumstance. While this is a new major X.Org Server release, it's mostly about bug-fixing. X Input 2.1 was delayed (with its touch-related features) to the next X.Org Server release (or later), there isn't any RandR extensions (after RandR 1.4 was restarted), and just nothing to get too excited over, besides addressing outstanding issues. Regardless, it's an improvement that incorporates six months of enhancements."

X.org 7.5 Released

X.org 7.5 has been released. This version includes DRI2, Multi-Pointer X, Input device properties, X Input Extension 2, RANDR 1.3 (adds support for panning and for Projective Transforms, which can be used to scale the screen up/down as well as perform projector keystone correct or other effects) and video and input driver enhancements. Here are the release notes.

Editorial: X Could Learn a Lot from Vista, Windows 7

Over the past couple of months, and especially over the past couple of weeks, I've been working very hard to write and complete my thesis. I performed all the work on Windows 7, but now that the thesis is finally done, submitted, and accepted, I installed Ubuntu - and immediately I was reminded of why I do not do any serious work on Linux: the train wreck that is X.org.

Linux Gets Native Multitouch Support

The Interactive Computing Lab team in ENAC, Toulouse, has been successful in collaboration with Linux developers in bringing native multi-touch support to Linux. While there is Multi-Pointer X in the mainline X.Org server (to be released with X.Org 7.5/X Server 1.7), we now have multi-touch support to be able to handle gestures and other actions. This multi-touch support requires the Linux 2.6.30 kernel. How this works right now is by reading the input events, translating them into multi-touch events using simple gesture recognition, and then sending D-Bus messages over to Compiz to produce multi-touch effects. Right now the code is deemed just a proof-of-concept, but they are currently working on a better implementation.