Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4043  / 3 Years ago, fri, october 29, 2021, 8:59:52

Please help! I am pretty "newb" to linux and have no idea what to do.
I got the message "your system must reboot to complete updates" (or similar). After rebooting I am greeted with a giant login screen and my 2nd monitor isn't showing anymore.



After logging in, I can only see a part of my desktop -- one giant folder icon.
I can right click on the desktop but gives me no option to change resolution or anything.



Any help would be wonderful.



PS: I am able to get a terminal window open. Luckily that ONE folder had a terminal shortcut I had put there. So if this can help troubleshoot, please advise.



EDIT 2: This got me back to Unity working and a nice resolution and both monitors:



 apt-get purge nvidia-current
rm /etc/X11/xorg.conf
reboot now


Unfortunately, now I guess I don't have any HW accel for my graphics card? :(


More From » 12.10

 Answers
3

Epilogue:
Since it all seems to be working now, I should share what I did. Probably not the best way, but since I'm a newb I just went with what I can find. :)




  1. Downloaded latest driver for 64bit / Linux from nVidia site

  2. Download and install linux-headers-3.5.0-19-generic

  3. Open terminal, change directory to where the .run from nvidia is downloaded

  4. In terminal chmod +x ... the nvidia .run file

  5. Reboot into recovery and login to recovery terminal

  6. Run this command so nVidia script can write to stuff sudo mount -o remount,rw /

  7. Run the nVidia script itself sudo sh ./NVIDIA-...

  8. Ignore the first "... script failed..." error. Select option to allow it to blacklist, mostly "yes", "agree", etc.



I think that's everything. I didn't think of this, but had I not had the shortcut on my desktop to get to terminal, I could have just rebooted into recovery mode to get the terminal and while googling found a hotkey to get there too (CTRL + ALT + F1?).



After this everything seems to be working. I used sudo nvidia-settings from terminal to rearrange the physical location of my monitors properly.



EDIT: This happened again after I updated my system...



I ran this command that I found here:



sudo apt-get install linux-headers-`uname -r`



...and then basically repeated the entire process.


[#33887] Saturday, October 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
saucdisr

Total Points: 4
Total Questions: 102
Total Answers: 117

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
;