From a4be60ab1e628be3dc03e86eccd4bf3996a6f5f5 Mon Sep 17 00:00:00 2001 From: Ot Matas <118485801+Otorexer@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:47:53 +0100 Subject: [PATCH] Update README.md --- fedora/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fedora/README.md b/fedora/README.md index 5390451..9539e58 100644 --- a/fedora/README.md +++ b/fedora/README.md @@ -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