Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/voltageddebunked/fix-my-nvidia

Nvidia drivers suck on linux. so this fixes em.
https://github.com/voltageddebunked/fix-my-nvidia

drivers linux nvidia nvidia-drivers shell

Last synced: about 1 month ago
JSON representation

Nvidia drivers suck on linux. so this fixes em.

Awesome Lists containing this project

README

        

# neo-fix-my-nvidia
a fork of fix-my-nvidia with modern improvements

## installation
clone the git repository

```bash
git clone https://github.com/The-Terminal-Community/neo-fix-my-nvidia.git
cd neo-fix-my-nvidia
```

install with make

```bash
sudo make install
```

run with

```bash
chmod +x script.sh
nfixmynvidia
```

replace `` with your OS or linux distribution

read the documentation with

```bash
sudo ./script.sh
man nfixmynvidia
```

uninstall with

```bash
sudo make uninstall
```