Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 23 days ago
JSON representation

📦 A fully automated method for installing Nvidia drivers on Arch Linux

Awesome Lists containing this project

README

        

```

███╗ ██╗██╗ ██╗██╗██████╗ ██╗ █████╗ ██╗███╗ ██╗███████╗████████╗ █████╗ ██╗ ██╗
████╗ ██║██║ ██║██║██╔══██╗██║██╔══██╗██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║
██╔██╗ ██║██║ ██║██║██║ ██║██║███████║██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║
██║╚██╗██║╚██╗ ██╔╝██║██║ ██║██║██╔══██║██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║
██║ ╚████║ ╚████╔╝ ██║██████╔╝██║██║ ██║██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗
╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝

```













# Nvidia Driver Installer

A fully automated tool for installing Nvidia drivers on Arch Linux.
The Ultimite Nvidia Toolbox in one bash script

> [!NOTE]
> Currently only supports generation **Maxwell** or newer,
> Use at your own risk!

## Installation

1. Clone the repository:
```shell
git clone https://github.com/Justus0405/Nvidiainstall.git
```

2. Navigate to the directory:
```shell
cd Nvidiainstall
```

3. Run the installer as sudo:
```shell
sudo ./nvidiainstall
```

## Usage

```plaintext
Usage: nvidiainstall.sh [option] [option]

Options:
-h, --help Show this help message
-d, --debug Run the script with logging
-f, --force Disable nvidia check and force install
```

#


Copyright © 2024-present Justus0405