Skip to content

Instantly share code, notes, and snippets.

@TRB-Exe
Created August 3, 2022 08:04
Show Gist options
  • Save TRB-Exe/3d39d370aad32177a08e90b67346498b to your computer and use it in GitHub Desktop.
Save TRB-Exe/3d39d370aad32177a08e90b67346498b to your computer and use it in GitHub Desktop.

Installing nvidia drivers on Arch Linux

  1. Enable multilib repository in /etc/pacman.conf
  2. sudo pacman -Syu nvidia nvidia-settings lib32-nvidia-utils for standart linux kernel. If you use other kernel like lts or zen use sudo pacman -Syu nvidia-dkms nvidia-settings lib32-nvidia-utils
  3. You need to install package from AUR optimus-manager. I recommend to use yay. Tutorial how to install is here! yay -S optimus-manager
  4. After installation you need to restart your computer.
  5. After restart open your terminal and type optimus-manager --switch nvidia. You will be logouted from your account. Log in again and you using nvidia videocard!
  6. You need to enter the command every time when you start the computer.

More information about this utility is here https://github.com/Askannz/optimus-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment