Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 11597  / 2 Years ago, sat, october 1, 2022, 2:49:25

Just couple minutes ago I tried to install Latest Nvidia Driver 340.46 via PPA in Ubuntu.
For this reason I used this
instruction


The following commands weere executed:



sudo add-apt-repository ppa:mamarley/nvidia


sudo apt-get update


sudo apt-get install nvidia-340



After reboot I see only black screen and that all.


How can I fix it?


More From » nvidia

 Answers
1

If you can't switch to tty by ctrl + alt + F1 combination you have to launch rescue mode. You can do it by holding shift after post test (before ubuntu start launching). Now select you want to have network connection and go to root command. You have to remount your drive from read only to full access:




mount -o remount,rw /




Now purge your current nvidia drivers installation by:




apt-get purge nvidia*




and restore older driver:




apt-get install nvidia-current




Now you can try to reboot.

(and in farther way install e.g nvidia 331 drivers)


[#22940] Saturday, October 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
shionnky

Total Points: 276
Total Questions: 104
Total Answers: 108

Location: Montenegro
Member since Thu, Jun 16, 2022
2 Years ago
shionnky questions
;