Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Releases: gridhead/nvidia-auto-installer-for-fedora-linux

v0.2.5

31 May 05:07

Choose a tag to compare

Improved.

  • Removed mandatory sleep for kernel module load
  • Removed dependency on kernel module loader
  • Removed kernel module force-read altogether
  • Defaulted textual messages to autocolor for better legibility

Bugs fixed

  • Fixed boolean choices in main function
  • Fixed boolean choices in package check
  • Fixed prompt colors for custom-themed terminals

v0.2.0

27 May 09:15

Choose a tag to compare

Improved.

  • Cleaned up repeated code using class implemented decorator calls
  • Enforced root access for whole operation instead of sudo implementation
  • Added support for x86 libraries of Xorg display server
  • Added distribution identification with support status display
  • Scaled up to accompany Workstation as well as Fedora Spins

Bugs fixed.

  • Added dedicated status check for driver installation
  • Added dedicated status check for kernel module reader
  • Fixed confirmation choice during package check
  • Fixed typo in RPM Fusion mentions throughout the tool interface

v0.1.0

22 May 14:57

Choose a tag to compare

Initial release

  • Added host detection with display of system details and hostname
  • Added GPU compatibility check for detecting active NVIDIA GPU
  • Added detection for Optimus Dual GPU and dedicated GPU setups
  • Declination to install if no active NVIDIA GPU is detected
  • Added check for existing driver installations with listing of packages
  • Added ability to install over an existing driver installation
  • Added reachability check for RPMFusion servers before fetching
  • Added automatic fetching and enabling of RPMFusion NVIDIA Repo
  • Declination to install if repository addition is voluntarily cancelled
  • Added skipping repo fetch and update if repository is present
  • Added exclusive 64-bit driver installation with kernel load sleeptime
  • Added forced kernel config read events with forced sleeptime
  • Added restart feature activated with consent of the user