Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 10390  / 3 Years ago, sat, september 4, 2021, 9:38:22

How do I install the new beta driver for Nvidia?



With Ubuntu before 12.04 I could do this:



1) Downloaded it from the site www.nvidia.com



2) Logout,



3) Move to tty1 (Ctrl + Alt + F1),



4) Stop lightdm or gdm (sudo service lightdm stop)



5) Remove any nvidia driver (sudo apt-get remove --purge nvidia-current nvidia-settings)



6) Cd into downloaded folder (cd ~/Downloads/)



7) Run the installer (sudo ./NVIDIA-Linux-***.run)



But this doesn't work anymore, i.e., after reboot I am presented with a very low graphic resolution (something about 320 x 400).


More From » nvidia

 Answers
0

I could install the new Nvidia beta 302 by adding the xorg-edgers ppa:



sudo apt-add-repository ppa:xorg-edgers/ppa



Then update the system (the driver will be pushed automatically):



sudo apt-get update && sudo apt-get dist-upgrade



To revert (downgrade) use ppa-purge:



sudo ppa-purge xorg-edgers


[#38774] Sunday, September 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sator

Total Points: 258
Total Questions: 119
Total Answers: 101

Location: Sweden
Member since Fri, Apr 16, 2021
3 Years ago
;