2 مستودعات
Implementation of display servers like X11 and Wayland for cross-platform GUI support.
Distinct from Wayland Bindings: Shortlist candidates focus on bindings or tracking, not the provision of the server environment itself.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Display Server Integrations. Refine with filters or upvote what's useful.
wslg is an integration layer and display server system designed to run Linux graphical applications on Windows. It provides a bridge between Linux window management, audio routing, and system clipboards and the Windows host, utilizing a Wayland and X11 display server to support visual software. The system utilizes a virtual GPU architecture to provide hardware-accelerated rendering for graphics-intensive applications. It implements a Remote Desktop Protocol gateway to stream graphical frames and uses a specialized sound server interface to route audio and microphone data between the Linux gue
Provides a Wayland and X server environment to support visual Linux software on a Windows host.
This project is an X11 window system server that coordinates graphical output and input devices. It functions as a display server, a hardware driver manager for graphics and input modules, and a graphics server capable of rendering directly to a generic framebuffer. The server provides multi-seat display management to isolate input and display devices for different concurrent users. It also implements namespace isolation to separate clients and restrict resource access, preventing interference between different user sessions or processes. The system manages GPU driver integration through dyn
Manages multiple independent user sessions with isolated input and display devices as a multi-seat display server.