Created
May 25, 2022 15:08
-
-
Save TomixUG/9562f507b1d9c79d6aa6d97888f19036 to your computer and use it in GitHub Desktop.
old nvidia driver install script for Manjaro linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /lib/modules/$(uname -r)/build/ | echo $(uname -r) | sudo tee /lib/modules/$(uname -r)/build/version > /dev/null | sudo ln -s /lib/modules/$(uname -r)/build /usr/src/linux | |
sudo rm /lib/modules/$(uname -r)/extramodules | |
sudo mkdir /lib/modules/$(uname -r)/extramodules | |
sudo cp /lib/modules/extramodules-5.15-MANJARO/* /lib/modules/$(uname -r)/extramodules/ | |
yay -S nvidia-340xx | |
sudo cp /usr/share/nvidia-340xx/20-nvidia.conf /etc/X11/xorg.conf.d/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment