Update README.md
This commit is contained in:
parent
8499fad002
commit
a4be60ab1e
@ -12,12 +12,15 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|||||||
|
|
||||||
## Nvidia Drivers
|
## Nvidia Drivers
|
||||||
```bash
|
```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 update -y
|
||||||
sudo dnf install akmod-nvidia
|
sudo dnf install -y akmod-nvidia
|
||||||
sudo dnf install xorg-x11-drv-nvidia-cuda
|
sudo dnf install -y xorg-x11-drv-nvidia-cuda
|
||||||
|
```
|
||||||
|
Check if worked
|
||||||
|
```bash
|
||||||
|
modinfo -F version nvidia
|
||||||
```
|
```
|
||||||
|
|
||||||
## Brave
|
## Brave
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install dnf-plugins-core
|
sudo dnf install dnf-plugins-core
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user