awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nvidia/open-gpu-kernel-modulesAvatar NVIDIA

    NVIDIA/open-gpu-kernel-modules

    17,107Vezi pe 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
    Vezi pe GitHub↗17,107
  • vladmandic/sdnextAvatar vladmandic

    vladmandic/sdnext

    7,139Vezi pe 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
    Vezi pe GitHub↗7,139
  • k11mch1/adrenotoolsdriversAvatar K11MCH1

    K11MCH1/AdrenoToolsDrivers

    4,994Vezi pe GitHub↗

    AdrenoToolsDrivers este o colecție de drivere grafice compilate și acceleratoare hardware pentru GPU-urile Adreno. Aceste binare de drivere permit accelerarea hardware pentru dispozitivele Android virtualizate, permițând emulatorilor să utilizeze hardware-ul GPU nativ al dispozitivelor compatibile pentru a îmbunătăți performanța de randare vizuală și stabilitatea. Proiectul se concentrează pe optimizarea emulatorului Android prin furnizarea de drivere compatibile pentru software precum Yuzu și Vita3K. Prin gestionarea și configurarea acestor drivere GPU specifice, proiectul urmărește îmbunătățirea ratei de cadre și a stabilității generale pentru aplicațiile emulate pe dispozitivele Android. Software-ul acoperă capabilități extinse în gestionarea driverelor grafice și optimizarea performanței, inclusiv implementarea binarilor compilate în medii de emulare pentru a facilita accelerarea hardware și output-ul vizual.

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

    Vezi pe GitHub↗4,994
  • jakoolit/arch-hyprlandAvatar JaKooLit

    JaKooLit/Arch-Hyprland

    4,517Vezi pe GitHub↗

    Arch-Hyprland este un framework de instalare automată și un configurator de desktop pentru Arch Linux. Acesta oferă o colecție de scripturi și fișiere de configurare pentru a implementa compositor-ul de ferestre Hyprland Wayland și a stabili un workspace vizual complet. Proiectul include un automatizator de drivere GPU care identifică și instalează driverele grafice și modulele de kernel corecte pentru a asigura compatibilitatea hardware. De asemenea, automatizează implementarea temelor, iconițelor și managerilor de display pentru a crea un mediu desktop coerent. Sistemul gestionează implementarea pachetelor prin scripturi shell și configurare bazată pe template-uri. De asemenea, stabilește servicii de fundal pentru monitorizarea resurselor sistemului, care urmăresc metrici precum temperatura CPU și nivelurile bateriei prin notificări desktop.

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

    Shellarchlinuxhyprlandinstaller
    Vezi pe GitHub↗4,517
  • justsenger/exhypervAvatar Justsenger

    Justsenger/ExHyperV

    4,285Vezi pe GitHub↗

    ExHyperV is a suite of administrative tools designed for managing advanced Hyper-V configurations, specifically focusing on GPU partitioning, device passthrough, and virtual network switches. It provides a graphical interface to configure virtual machine resources and optimize hypervisor settings. The project is distinguished by its ability to share physical graphics card resources across multiple virtual machines using paravirtualization and partitioning. It also provides specialized utilities for assigning PCIe devices and USB peripherals directly to guest machines for exclusive access. Th

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

    C#
    Vezi pe GitHub↗4,285
  1. Home
  2. Operating Systems & Systems Programming
  3. GPU Driver Installation

Explorează sub-etichetele

  • 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.