https://github.com/justus0405/nvidiainstall
📦 A fully automated method for installing Nvidia drivers on Arch Linux
https://github.com/justus0405/nvidiainstall
arch arch-linux archlinux autoinstall autoinstaller automatic automation installer installer-script linux nvidia nvidia-driver nvidia-driver-packages nvidia-gpu
Last synced: 6 months ago
JSON representation
📦 A fully automated method for installing Nvidia drivers on Arch Linux
- Host: GitHub
- URL: https://github.com/justus0405/nvidiainstall
- Owner: Justus0405
- License: mit
- Created: 2024-10-12T18:08:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:59:22.000Z (over 1 year ago)
- Last Synced: 2025-02-13T20:22:47.435Z (over 1 year ago)
- Topics: arch, arch-linux, archlinux, autoinstall, autoinstaller, automatic, automation, installer, installer-script, linux, nvidia, nvidia-driver, nvidia-driver-packages, nvidia-gpu
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
███╗ ██╗██╗ ██╗██╗██████╗ ██╗ █████╗ ██╗███╗ ██╗███████╗████████╗ █████╗ ██╗ ██╗
████╗ ██║██║ ██║██║██╔══██╗██║██╔══██╗██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║
██╔██╗ ██║██║ ██║██║██║ ██║██║███████║██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║
██║╚██╗██║╚██╗ ██╔╝██║██║ ██║██║██╔══██║██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║
██║ ╚████║ ╚████╔╝ ██║██████╔╝██║██║ ██║██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗
╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
```
# Nvidia Driver Installer
The Ultimate NVIDIA Toolbox in one bash script.
# Hardware Support
| Codename | Release | Support / Recommended Driver |
| ---------------- | --------- | ------------------------------ |
| **Blackwell** | 2024-2025 | nvidia-dkms / nvidia-open-dkms |
| **Hopper** | 2022-2024 | nvidia-dkms / nvidia-open-dkms |
| **Ada Lovelace** | 2022-2024 | nvidia-dkms / nvidia-open-dkms |
| **Ampere** | 2020-2025 | nvidia-dkms / nvidia-open-dkms |
| **Turing** | 2018-2022 | nvidia-dkms / nvidia-open-dkms |
| **Volta** | 2017-2020 | nvidia-dkms |
| **Pascal** | 2016-2021 | nvidia-dkms |
| **Maxwell** | 2014-2019 | nvidia-dkms |
| **Kepler** | 2012-2018 | nvidia-470xx-dkms |
| **Fermi** | 2010-2016 | nvidia-390xx-dkms |
| **VLIW Vec4** | 2010-2013 | nvidia-390xx-dkms |
| **Tesla** | 2006-2013 | nvidia-340xx-dkms |
| **Curie** | 2003-2013 | Unsupported |
| **Rankine** | 2003-2005 | Unsupported |
| **Kelvin** | 2001-2003 | Unsupported |
| **Celsius** | 1999-2005 | Unsupported |
| **Fahrenheit** | 1998-2000 | Unsupported |
# Installation
1. Clone the repository:
```shell
git clone --depth 1 https://github.com/Justus0405/Nvidiainstall.git
```
2. Navigate to the directory:
```shell
cd Nvidiainstall
```
3. Make the script executable:
```shell
chmod +x nvidiainstall.sh
```
4. Run the script as sudo:
```shell
sudo ./nvidiainstall.sh
```
# Legacy Mode
If you prefer to compile and install from the AUR instead of using Chaotic AUR, use:
```shell
sudo ./nvidiainstall.sh --legacy
```
#
Copyright © 2024-present Justus0405