Quote:
|
Originally Posted by tardis
I installed the Nvidia driver for Daper Drake and I have one problem hopefully someone can help with. When I log out I just get a white screen and can not log back in, I have to shut down the computer by the power button. Any suggestions?
|
do the following from console (which you can go into by pressing ctrl-alt-F1 after X server fails):
there first log in with ur user name and password and then issue the following command
Code:
sudo nano /etc/X11/xorg.conf
when the file opens up, scroll down to the "Devices" section and change the word "
nvidia" to "
nv"
press ctrl-X and hit Y (that will save the file and you will go back to console).
now restart your computer.
also please paste the output of the following command if the above works:
Code:
lspci -n | grep "0300" | cut -d " " -f3 | sed s/.*://