Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/voltageddebunked/fix-my-nvidia
- Owner: VoltagedDebunked
- License: apache-2.0
- Created: 2024-10-13T17:16:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T17:00:02.000Z (about 2 months ago)
- Last Synced: 2024-12-18T17:43:25.528Z (about 2 months ago)
- Topics: drivers, linux, nvidia, nvidia-drivers, shell
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```