Arch Linux kills off Nvidia Pascal GPU support — users still running GTX 10-series graphics cards will have to manually install older drivers

1080-TI-Key-Visual
(Image credit: Nvidia)

Arch Linux is among the first Linux distributions to officially discontinue support for the GTX 10-series GPUs, following Nvidia's July announcement that it would discontinue default support for the lineup. In an update on the Arch Linux website, the Linux distro is officially switching to Nvidia driver version 590 as the default driver for Nvidia graphics cards. It lacks Pascal support.

The good news is that users who still want to use Pascal or older GPUs with Arch Linux are not left with zero options. Arch users can continue using older Nvidia Linux drivers that support these GPUs by uninstalling the official Nvidia packages and installing the older "Nvidia-580xx-dkms" package.

Latest Videos FromTom's Hardware
Aaron Klotz
Contributing Writer

Aaron Klotz is a contributing writer for Tom’s Hardware, covering news related to computer hardware such as CPUs, and graphics cards.

  • jackt
    Forgot to mention that the Nvidia-580xx-dkms package comes from the unsafe and community mantained AUR, not the official repositories.
    Edit: also they must be copiled from source?
    Reply
  • qxp
    jackt said:
    Forgot to mention that the Nvidia-580xx-dkms package comes from the unsafe and community mantained AUR, not the official repositories.
    Edit: also they must be copiled from source?

    dkms packages usually compile at least some code to fit with the kernel you are using. Having more code compiled from source is a good thing because it gives you more options to get a package working. Especially handy if your setup is similar but not exactly the same as the setup the package was designed for.
    Reply
  • jackt
    qxp said:
    dkms packages usually compile at least some code to fit with the kernel you are using. Having more code compiled from source is a good thing because it gives you more options to get a package working. Especially handy if your setup is similar but not exactly the same as the setup the package was designed for.
    Dkms is not the point, the point is have to use AUR, thats not hany, nor safe.
    When i asked if it need to be compiled, I was asking if in aur there are only the open drivers, so u need to compile the whole drivers (not fast). But look like... nope, i edited
    Reply