LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 10-08-2011, 11:57 PM   #1
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Rep: Reputation: 38
Can't load desktop after updates


I installed a number of updates yesterday. Today I rebooted my computer and can't load the desktop. All I get is a blue screen with a white patch in the middle where my login name and password should be. Does anyone know of a problem with any of the last updates and how I would fix this?

Thanks
 
Old 10-09-2011, 04:22 AM   #2
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Have a look at /var/log/dpkg.log to see what was upgraded.

Also grep /var/log/Xorg.0.log for errors and warnings.
 
Old 10-09-2011, 12:38 PM   #3
kasl33
Member
 
Registered: Oct 2004
Location: USA
Distribution: Ubuntu-Server, Mac OS X, Arch Linux
Posts: 356

Rep: Reputation: 48
Try manually starting the xserver by following these steps and see if it helps:

1. Reboot
2. When the bootloader comes up, press the "e" key while highlighting Debian
3. When it brings up options to be edited, select the kernel and press "e" again
4. Now, at the end of the kernel line, simply add the number "3"
5. Press Enter and then press the letter "b"

(none of the above should have quotes - I put them there so they would stand out)

Eventually, the computer will take you to a CLI login screen - you will now be in runlevel 3.

Login with your username and password and then type (without quotes) startx

Do you now get a GUI?

If so, then my guess is that the GDM is messed up.
 
Old 10-09-2011, 12:46 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
This will not work, on Debian and most derived distros the default runlevel is 2 and the runlevels 2-5 simply are the same.
 
Old 10-09-2011, 01:01 PM   #5
kasl33
Member
 
Registered: Oct 2004
Location: USA
Distribution: Ubuntu-Server, Mac OS X, Arch Linux
Posts: 356

Rep: Reputation: 48
Quote:
Originally Posted by TobiSGD View Post
This will not work, on Debian and most derived distros the default runlevel is 2 and the runlevels 2-5 simply are the same.
Interesting fact - and verified.

I believe that in this case, we can use runlevel 1 instead of 3 - 1 being single-user mode... I haven't tried this one so it's a logical guess.
 
Old 10-09-2011, 01:24 PM   #6
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
There were a lot of updates yesterday apparently due to the 6.0.3 point release. Have a look at this thread on the mepis forums: http://forum.mepiscommunity.org/view...p?f=84&t=31765
 
1 members found this post helpful.
Old 10-10-2011, 09:01 AM   #7
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by caravel View Post
There were a lot of updates yesterday apparently due to the 6.0.3 point release. Have a look at this thread on the mepis forums: http://forum.mepiscommunity.org/view...p?f=84&t=31765
.
"#chmod 777 /var/tmp" (as posted in that thread) doesn't set the sticky bit (-t or 1xxx).

Last edited by jens; 10-10-2011 at 10:38 AM.
 
Old 10-10-2011, 11:53 AM   #8
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
Quote:
caravel
Have a look at /var/log/dpkg.log to see what was upgraded.
Also grep /var/log/Xorg.0.log for errors and warnings.
Code:
/var/log/dpkg.log
I checked the packages that were updated and these are the
ones I found:
python-uno 1:3.2.1-11+squeeze4
python-central 0.6.16+nmu1
base-files 6.0squeeze3
hicolor-icon-theme 0.12-1
linux-base 2.6.32-38
linux-image-2.6.32-5-686 2.6.32-38
aptitude 0.6.3-3.2+squeeze1
openssh-client 1:5.5p1-6+squeeze1
openssl 0.9.8o-4squeeze3
foo2zjs 20090908dfsg-5.1+squeeze0
grub-common 1.98+20100804-14+squeeze1
grub-pc 1.98+20100804-14+squeeze1
policykit-1 0.96-4+squeeze1
update-inetd 4.38+nmu1+squeeze1
usbutils 0.87-5squeeze1
akonadi-server 1.3.1-3+squeeze1
Code:
/var/log/Xorg.0.log
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 2.1.17
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
(II) Primary Device is: PCI 01@00:00:0
(--) NV: Found NVIDIA Vanta at 01@00:00:0
(EE) NV: Kernel modesetting driver in use, refusing to load
(EE) No devices detected.

Fatal server error:
no screens found
I tried to reinstall driver: modprobe nv_drv.so
It told me that the driver could not be found. It is located in /usr/lib/
xorg/modules/drivers. How do I get linux to load this driver?

I read the article at http://forum.mepiscommunity.org/view...p?f=84&t=31765
and tried a few things:
#chmod 777 /var/tmp

Xorg -configure

I don't know what else to do. Appreciate advice.

Thanks
 
Old 10-10-2011, 12:02 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Sere seems to be a different driver (most likely nouveau) claiming that device at boot time. Add nouveau to the file /etc/modprobe.d/blacklist.conf and reboot.

Last edited by TobiSGD; 10-11-2011 at 12:25 PM. Reason: fixed typo
 
1 members found this post helpful.
Old 10-10-2011, 12:03 PM   #10
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by JosephS View Post
Code:
/var/log/dpkg.log
I checked the packages that were updated and these are the
ones I found:
python-uno 1:3.2.1-11+squeeze4
python-central 0.6.16+nmu1
base-files 6.0squeeze3
hicolor-icon-theme 0.12-1
linux-base 2.6.32-38
linux-image-2.6.32-5-686 2.6.32-38
aptitude 0.6.3-3.2+squeeze1
openssh-client 1:5.5p1-6+squeeze1
openssl 0.9.8o-4squeeze3
foo2zjs 20090908dfsg-5.1+squeeze0
grub-common 1.98+20100804-14+squeeze1
grub-pc 1.98+20100804-14+squeeze1
policykit-1 0.96-4+squeeze1
update-inetd 4.38+nmu1+squeeze1
usbutils 0.87-5squeeze1
akonadi-server 1.3.1-3+squeeze1
Code:
/var/log/Xorg.0.log
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 2.1.17
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
(II) Primary Device is: PCI 01@00:00:0
(--) NV: Found NVIDIA Vanta at 01@00:00:0
(EE) NV: Kernel modesetting driver in use, refusing to load
(EE) No devices detected.

Fatal server error:
no screens found
I tried to reinstall driver: modprobe nv_drv.so
It told me that the driver could not be found. It is located in /usr/lib/
xorg/modules/drivers. How do I get linux to load this driver?

I read the article at http://forum.mepiscommunity.org/view...p?f=84&t=31765
and tried a few things:
#chmod 777 /var/tmp

Xorg -configure

I don't know what else to do. Appreciate advice.

Thanks
Does it work in root (use xinit)?

Quote:
How do I get linux to load this driver?
modprobe [your-driver] should at least give an error if it exists.

Quote:
Xorg -configure
This will only create an xorg.conf in your current location.

Quote:
I tried to reinstall driver: modprobe nv_drv.so
modprobe will only start the driver, it doesn't install anything.

You could consider using the nvidia driver from Nvidia

Last edited by jens; 10-10-2011 at 12:26 PM.
 
Old 10-11-2011, 11:40 AM   #11
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
Quote:
TobiSGD
There seems to be a different driver (most likely nouveau) claiming that device at boot time. Add nouveau to the file /etc/modprobe.d/bblacklist.conf and reboot.
Thanks I didn't think of that. I also edited a line in /etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="quiet". I changed quiet to nomodeset. I found this in another post:
http://www.linuxquestions.org/questi...nstall-834100/
I don't know if that was necessary, but my Desktop is good now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Updates will not load curiouser Linux - Newbie 3 02-27-2010 07:40 AM
linux will not allow me to down load updates demh Linux - Newbie 4 11-17-2008 02:56 PM
Updates can't load in Dapper Drake connection refused wb7sdxgary Ubuntu 3 07-11-2007 11:37 AM
X Window wont load since updates! wooblenoo Linux - Newbie 2 04-30-2007 07:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration