awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesGPU Driver Modules

Runtime loading of GPU driver modules, including version override support for proprietary drivers.

Distinct from Dynamic Logic Modules: Distinct from Dynamic Logic Modules: focuses specifically on GPU hardware driver modules rather than general server logic extensions.

Explore 2 awesome GitHub repositories matching development tools & productivity · GPU Driver Modules. Refine with filters or upvote what's useful.

Awesome GPU Driver Modules GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvidia/open-gpu-kernel-modulesNVIDIA 的头像

    NVIDIA/open-gpu-kernel-modules

    17,107在 GitHub 上查看↗

    This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa

    Enables the loading of dynamically compiled GPU driver modules into the system kernel.

    C
    在 GitHub 上查看↗17,107
  • x11libre/xserverX11Libre 的头像

    X11Libre/xserver

    4,254在 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

    Loads GPU driver modules dynamically at runtime, with version override support for proprietary drivers.

    Cglamorglxlinux
    在 GitHub 上查看↗4,254
  1. Home
  2. Development Tools & Productivity
  3. Centralized Shell Configurations
  4. Module Loading Systems
  5. Dynamic Logic Modules
  6. GPU Driver Modules

探索子标签

  • Load-Time LinkingThe process of resolving dependencies between binary modules at the moment they are loaded into the kernel. **Distinct from GPU Driver Modules:** Focuses on the runtime linking of GPL and proprietary modules rather than just the act of loading a driver module.