Update README.md

This commit is contained in:
Ot Matas 2024-12-12 13:47:53 +01:00 committed by GitHub
parent 8499fad002
commit a4be60ab1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,15 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
## Nvidia Drivers
```bash
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf update -y
sudo dnf install akmod-nvidia
sudo dnf install xorg-x11-drv-nvidia-cuda
sudo dnf install -y akmod-nvidia
sudo dnf install -y xorg-x11-drv-nvidia-cuda
```
Check if worked
```bash
modinfo -F version nvidia
```
## Brave
```bash
sudo dnf install dnf-plugins-core