I have the same problem with hanging at the lo-res logo stage and I'd really like to apply the suggested remedy, but where / how do I look at the /etc/x11/xorg.conf file if I can't get the operating system to boot? Have patience with me, I'm a Windows migrant...
Announcement
Collapse
No announcement yet.
Kubuntu hangs at logo
Collapse
This topic is closed.
X
X
-
Re: Kubuntu hangs after nvidia driver install
If you're really clueless in Linux you should have posted your problem in the Newbie Help forum. There's a message that you should have seen when you registered here, telling you that, we provide detailed walk-throughs in a kinder, gentler way in that forum. Okay, I've switched your post to the right place.
The first question is whether or not you can see a boot menu that starts off with two lines something likeIf not, instantly (you have 3 seconds) when your computer's BIOS finishes, hit Esc. Once you see the Grub menu hit the down arrow (you're still in the 3 second part).Code:Ubuntu, kernel 2.6.15-26-amd64-k8 Ubuntu, kernel 2.6.15-26-amd64-k8 (recovery mode)
Now, when you hit return, you will be taken to a black and white, full screen console display. Login as your regular user. then run the commandyou have now started a simple console based editor, looking at the file that controls the behavior of the display, keyboard and mouse. You will have to navigate in this editor, using the arrow keys on your keyboard because nano doesn't know about mice. Read down in the file, until you see a stanza, that says something likeCode:sudo nano /etc/X11/xorg.conf
Change the lineCode:Section "Device" identifier "NVIDIA Corporation NV43 [GeForce 6600]" boardname "nv" busid "PCI:1:0:0" driver "nvidia" screen 0 EndSection
toCode:driver "nvidia"
ORCode:driver "nv"
The latter is safer, the former will perform better (if you really have an Nvidia display card).Code:driver "vesa"
- Top
- Bottom
Comment
-
Re: Kubuntu hangs at logo
Many thanks for that! And apologies that in my haste I must have sped over the newbie reference in the introductory message, but such is my arrogance, having been a Windows user for aeons. And yes, I have never been in any doubt that my graphics card was Nvidia
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.

Comment