Skip to content

Instantly share code, notes, and snippets.

@felipendc
Last active October 30, 2023 00:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipendc/ec91ca1e442f1c77e5ea918c49309267 to your computer and use it in GitHub Desktop.
Save felipendc/ec91ca1e442f1c77e5ea918c49309267 to your computer and use it in GitHub Desktop.
Installing Nvidia drivers on Arch linux by Felipe Ndc (Blackbird)
For you to be able to install Nvidia video card on Arch linux you'll need to use these commands:
First update your packages...
# pacman -Syu
Second install use these commands to install the driver Nvidia and XORG..
# pacman -S xorg-{server,xinit,utils,server-utils xterm} nvidia
# nvidia-xconfig
# sudo reboot
information's source:
https://www.vivaolinux.com.br/topico/ArchLinux/Como-instalar-o-driver-Nvidia-via-pacman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment