Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 170876  / 2 Years ago, wed, august 17, 2022, 5:46:55

My laptop computer has a Nvidia video card and runs Ubuntu 12.04 LTS 64-bit. During an upgrade yesterday it seemed as a new Nvidia driver version 304 (if I remember correct) was installed. After upgrade and reboot, I opened the Additional Driver tool and found that the Nvidia driver version 304 was in use. So far so good.



However, the Additional Driver tool also reported that there existed a Nvidia driver version 319 and that this driver version was recommended. I then selected to change to this recommended driver, the driver was downloaded and installed, I rebooted the system and ended up with a black screen and a command shell.



How to change proprietary Nvidia video driver using the command line and revert back to the previous version that worked on my system?



(A second question: How can it be that a video driver that apparently does not work was recommended?)


More From » drivers

 Answers
6

Update: For 18.04 and later you need to use ubuntu-drivers.
See ubuntu-drivers -h for syntax.


Ubuntu 12.04 (for later versions, see other answers)


You can use jockey-text to disable and enable Nvidia drivers in Ubuntu.


For example:



  • Run jockey-text --list to get the list of available options.



  • Run sudo jockey-text -d xorg:nvidia_304 to remove the 304 driver.



  • Run sudo jockey-text -e xorg:nvidia_304 to enable the same driver.



  • Run jockey-text --help to see the help manual.




[#29852] Thursday, August 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
unsmmoth

Total Points: 72
Total Questions: 113
Total Answers: 95

Location: Thailand
Member since Tue, Oct 6, 2020
4 Years ago
;