Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 18119  / 2 Years ago, tue, june 21, 2022, 3:48:26

I recently installed Ubuntu 13.10 in a dual-boot with Windows 7, so I'm still quite new to using Linux.
Most things were working fine, and I could log in normally (apart from the first login after install, which spent about 2 minutes on a black screen before going to the desktop). I installed the restricted Nvidia drivers with the command:



sudo apt-get install nvidia-current


Since then, after I enter my password and log in (the login screen itself works perfectly), I get a black screen with the cursor and nothing happens from that point onwards.



Basically, what I would like to know is how to get back to the normal Ubuntu desktop and (hopefully) still be able to use Nvidia drivers.


More From » drivers

 Answers
1

Like the first answer removing the xorg.conf file will reset your "driver-setup".



But I've had this problem or one very similar myself. The problem lay in Optimus, a nvidia technology that allows the user to switch back and forth between integrated and nvidia graphics in order to safe power.



Now I'm assuming now that you've got optimus, if not that you can ignore this solution.
You can install a program called Bumblebee that installs and manages your graphical drivers including Optimus.



to install (make sure to purge your current-nvidia settings before!!):



 sudo apt-get install bumblebee bumblebee-nvidia


then reboot



sudo shutdown -r now


then after crossing your finger and a succesfull login. You can run programs using nvidia graphics using the optirun command:



optirun yourprogramnamehere


there you have it Optimus working and running.


[#28450] Wednesday, June 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olfdit

Total Points: 118
Total Questions: 98
Total Answers: 97

Location: Honduras
Member since Fri, Nov 25, 2022
1 Year ago
;