awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesAtomic Mode Setting

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.

Awesome Atomic Mode Setting GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • x11libre/xserverAvatar de X11Libre

    X11Libre/xserver

    4,254Ver en GitHub↗

    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.

    Cglamorglxlinux
    Ver en GitHub↗4,254
  1. Home
  2. Operating Systems & Systems Programming
  3. Atomic Mode Setting

Explorar subetiquetas

  • TearFree Rendering ServersGraphics servers that use atomic mode setting combined with TearFree rendering to eliminate visual tearing on display outputs. **Distinct from Atomic Mode Setting:** Distinct from Atomic Mode Setting: adds the TearFree rendering capability on top of atomic mode setting, not just the kernel-level display mode transactions.