Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active October 2, 2024 16:02
Show Gist options
  • Save ZiTAL/73bd01262994fade621f3b52ef041e1f to your computer and use it in GitHub Desktop.
Save ZiTAL/73bd01262994fade621f3b52ef041e1f to your computer and use it in GitHub Desktop.
Manjaro: fix nvidia driver

shell as root:

su

or

sudo su

show nvidia driver list

mhwd -l

Output example:

> 0000:2b:00.0 (0300:10de:2504) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2024.05.03               false            PCI
    video-nvidia-470xx            2023.03.23               false            PCI
           video-linux            2024.05.06                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI

install driver what you want:

mhwd -f -i pci video-nvidia

restart:

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