Tag

Display Server

All articles tagged with #display server

Rusty X11 Rival: yserver Aims to Replace Xorg with a Leaner Rust Display Server
technology27 days ago

Rusty X11 Rival: yserver Aims to Replace Xorg with a Leaner Rust Display Server

yserver is a Rust-written display server that positions itself as a leaner alternative to Xorg. It uses Vulkan and targets relatively modern hardware, and on Linux it can run full desktops (e.g., MATE, Cinnamon, XFCE) via DRM/KMS and can be used with Xwayland or Xorg; however, it cannot launch multiple screens yet, so multi-monitor support is incomplete and it isn’t a full Xorg replacement. FreeBSD is a secondary target per docs. It has been tested with the X.Org X Test Suite, scoring 66.2%, suggesting early-stage viability and introducing competition in the ongoing Wayland/X11 landscape.

technology6 months ago

Phoenix: A Modern Zig-Based X Server

The article discusses the development of Phoenix, a modern X server written in Zig, which aims to be a 'clean slate' alternative to traditional X11, incorporating modern design choices similar to Wayland but with a focus on compatibility and simplicity. It highlights the limitations of Wayland, the challenges with X11, and the potential benefits of Phoenix as a more maintainable and feature-rich display server, while also touching on the ongoing debates within the Linux community about the future of window systems.