1 रिपॉजिटरी
Synchronous display configuration updates to prevent visual artifacts during screen refreshes.
Distinct from Atomic Screen Updates: Specific to kernel-level display mode transactions, unlike terminal screen updates or database transactions.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Atomic Mode Setting. Refine with filters or upvote what's useful.
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
Implements atomic mode setting to synchronize display configuration updates and prevent visual tearing.