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

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

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

5 个仓库

Awesome GitHub RepositoriesGPU Driver Installation

The process of installing and configuring kernel-level drivers to enable hardware device communication.

Distinct from Driver and Kernel Module Installations: Candidates focus on AMD-specific or virtualization-specific drivers; this is general GPU driver installation.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · GPU Driver Installation. Refine with filters or upvote what's useful.

Awesome GPU Driver Installation 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 installation and configuration of kernel-level drivers for hardware acceleration and display output.

    C
    在 GitHub 上查看↗17,107
  • vladmandic/sdnextvladmandic 的头像

    vladmandic/sdnext

    7,139在 GitHub 上查看↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Automates the installation of GPU drivers and system packages specifically for Ubuntu.

    Pythonai-artcaptiondiffusers
    在 GitHub 上查看↗7,139
  • k11mch1/adrenotoolsdriversK11MCH1 的头像

    K11MCH1/AdrenoToolsDrivers

    4,994在 GitHub 上查看↗

    AdrenoToolsDrivers 是一个为 Adreno GPU 编译的图形驱动程序和硬件加速器集合。这些驱动程序二进制文件为虚拟化的 Android 设备启用了硬件加速,允许模拟器利用兼容设备的本地 GPU 硬件来提高视觉渲染性能和稳定性。 该项目专注于 Android 模拟器优化,为 Yuzu 和 Vita3K 等软件提供兼容的驱动程序。通过管理和配置这些特定的 GPU 驱动程序,该项目旨在提高模拟应用程序在 Android 设备上的帧率和整体稳定性。 该软件涵盖了图形驱动程序管理和性能优化方面的广泛功能,包括将编译后的二进制文件部署到模拟环境以促进硬件加速和视觉输出。

    Enables the installation and configuration of compiled Adreno graphics drivers within emulation environments.

    在 GitHub 上查看↗4,994
  • jakoolit/arch-hyprlandJaKooLit 的头像

    JaKooLit/Arch-Hyprland

    4,517在 GitHub 上查看↗

    Arch-Hyprland 是一个用于 Arch Linux 的自动化安装框架和桌面配置器。它提供了一系列脚本和配置文件,用于部署 Hyprland Wayland 窗口合成器并构建完整的可视化工作空间。 该项目包含一个 GPU 驱动程序自动化工具,可识别并安装正确的显卡驱动程序和内核模块,以确保硬件兼容性。它进一步自动化了主题、图标和显示管理器的部署,以创建统一的桌面环境。 系统通过 Shell 脚本和基于模板的配置来处理软件包部署。它还建立了用于系统资源监控的后台服务,通过桌面通知跟踪 CPU 温度和电池电量等指标。

    Automates the installation of specific graphics drivers and kernel modules for Nvidia and other GPUs.

    Shellarchlinuxhyprlandinstaller
    在 GitHub 上查看↗4,517
  • justsenger/exhypervJustsenger 的头像

    Justsenger/ExHyperV

    4,285在 GitHub 上查看↗

    ExHyperV 是一套用于管理高级 Hyper-V 配置的管理工具,特别专注于 GPU 分区、设备直通和虚拟网络交换机。它提供了一个图形界面来配置虚拟机资源并优化虚拟机管理程序设置。 该项目的独特之处在于能够通过半虚拟化和分区技术在多个虚拟机之间共享物理显卡资源。它还提供了将 PCIe 设备和 USB 外设直接分配给客户机以实现独占访问的专用工具。 该软件涵盖了广泛的虚拟化功能,包括 CPU 拓扑优化、处理器绑定和内存分配。它还包括通过 VLAN 配置和虚拟交换机管理进行的虚拟网络管理,以及检查点管理和虚拟 ISO 创建等存储操作。 该工具包支持实现硬件根安全(如内存加密和 Intel SGX 飞地),并支持通过透传 CPU 虚拟化扩展来实现嵌套虚拟化。

    Hyper-V creates symbolic links from the host driver store to the guest to enable partition sharing.

    C#
    在 GitHub 上查看↗4,285
  1. Home
  2. Operating Systems & Systems Programming
  3. GPU Driver Installation

探索子标签

  • Host-to-Guest Driver MappingCreating symbolic links or mappings from the host driver store to a guest environment. **Distinct from GPU Driver Installation:** Distinct from general GPU Driver Installation: focuses on mapping existing host drivers to guests rather than full installation.
  • Virtualization Driver InjectionThe automated process of injecting specific drivers and registry fixes into guest virtual machines. **Distinct from GPU Driver Installation:** Distinct from general GPU Driver Installation: specifically targets the injection process into virtual machine guests.