Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

  1. #1
    Join Date
    Oct 2009
    Beans
    4

    NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Hey guys.

    Tonight I upgraded to 11.04. Once I had finished the upgrade, I restarted my computer as it told me too. When I got past the ubuntu 11.04 (purple background orange dots), it simply went to the terminal and asked me to log in. I tried to restart the X server with "sudo service gdm restart" but no display popped up. I happened to have a few NVIDIA drivers in my downloads file also so I gave these a try, but the "install script" failed.

    After all this I booted Ubuntu in graphic failsafe mode. I then decided to see what would happen if I removed the proprietary driver. Upon doing this and rebooting my Ubuntu booted into graphical mode "yay!". So without the Nvidia drivers I can finally see something other than terminal, but, I need those NVIDIA drivers for my work. So what can I do? I have tried installing the new NVIDIA linux drivers from the NVIDIA website, and have tried Installing the recommended driver via "additional drivers", but both have resulted in my being stuck in terminal.

    If you can help or give me some advice PLEASE DO! I am really in a very bad situation...

  2. #2
    Join Date
    Apr 2007
    Beans
    5

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    I think it's something to do with incompatibility with the kernal that comes with 11.04 and the nvidia driver. You can revert back to the non-nvidia drivers by doing the following.

    cd /etc/X11
    sudo mv xorg.conf xorg.conf_bu
    sudo mv xorg.conf_failsafe xorg.conf

    NOTE - the xorg.conf_failsafe file MAY be called something different on you PC.

    Then you can restart X (Ctrl-Alt-Backspace) or simply reboot.

    This will give you a window manager but NOT with the nvidia drivers.

  3. #3
    Join Date
    Mar 2008
    Beans
    11

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    I'm having exactly the same issue, my system won't boot when the nvidia drivers are installed. Graphics card is a GT220. Can we expect a fix for this or is it better for me to reinstall 10.10?

  4. #4
    Join Date
    Mar 2010
    Beans
    Hidden!

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Your problem is that you have the nvidia driver installed as a deb package but not the driver itself, for which you need the kernel headers.
    Install the package kernel-headers-blabla corresponding to your current kernel (see uname -a). Then do install --reinstall of the nvidia package or install --reinstall of the linux kernel - this will force the creation of the nvidia kernel module. Reboot.

    Those commands:
    sudo apt-get install --reinstall linux-headers-2.6.38-8-generic-pae
    sudo apt-get install --reinstall linux-image-2.6.38-8-generic-pae
    Last edited by ebbr.bugs; April 30th, 2011 at 08:59 AM.

  5. #5
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    dkms package needed too (see synaptic)

  6. #6
    Join Date
    Mar 2008
    Beans
    11

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Quote Originally Posted by ebbr.bugs View Post
    Your problem is that you have the nvidia driver installed as a deb package but not the driver itself, for which you need the kernel headers.
    Install the package kernel-headers-blabla corresponding to your current kernel (see uname -a). Then do install --reinstall of the nvidia package or install --reinstall of the linux kernel - this will force the creation of the nvidia kernel module. Reboot.

    Those commands:
    sudo apt-get install --reinstall linux-headers-2.6.38-8-generic-pae
    sudo apt-get install --reinstall linux-image-2.6.38-8-generic-pae
    I used those two commands to update and my system will now not boot at all? Even to recovery mode? Why is all of this needed? It was fine in 10.10?

  7. #7
    Join Date
    Apr 2009
    Beans
    25

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Try:
    sudo gedit /etc/modules
    and add a line containing "nvidia"

  8. #8
    Join Date
    Jul 2007
    Location
    Oakland, CA
    Beans
    2
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Quote Originally Posted by ebbr.bugs View Post
    Your problem is that you have the nvidia driver installed as a deb package but not the driver itself, for which you need the kernel headers.
    Install the package kernel-headers-blabla corresponding to your current kernel (see uname -a). Then do install --reinstall of the nvidia package or install --reinstall of the linux kernel - this will force the creation of the nvidia kernel module. Reboot.

    Those commands:
    sudo apt-get install --reinstall linux-headers-2.6.38-8-generic-pae
    sudo apt-get install --reinstall linux-image-2.6.38-8-generic-pae
    This worked great for me, with the addition of doing a reinstall of the nvidia-common package.

  9. #9
    Join Date
    Feb 2011
    Beans
    15

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Quote Originally Posted by ebbr.bugs View Post
    Your problem is that you have the nvidia driver installed as a deb package but not the driver itself, for which you need the kernel headers.
    Install the package kernel-headers-blabla corresponding to your current kernel (see uname -a). Then do install --reinstall of the nvidia package or install --reinstall of the linux kernel - this will force the creation of the nvidia kernel module. Reboot.

    Those commands:
    sudo apt-get install --reinstall linux-headers-2.6.38-8-generic-pae
    sudo apt-get install --reinstall linux-image-2.6.38-8-generic-pae

    Dearest Bug,
    Thank you so much. I've spent so many hours trying to get this to work. I wish this thread would find its way to Google soon.

    Crawl on, my little friend.

  10. #10
    Join Date
    Mar 2005
    Location
    Quebec Canada
    Beans
    83
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NVIDIA drivers not working after 11.04 Update. Why can I only see terminal?

    Quote Originally Posted by ebbr.bugs View Post
    Your problem is that you have the nvidia driver installed as a deb package but not the driver itself, for which you need the kernel headers.
    Install the package kernel-headers-blabla corresponding to your current kernel (see uname -a). Then do install --reinstall of the nvidia package or install --reinstall of the linux kernel - this will force the creation of the nvidia kernel module. Reboot.

    Those commands:
    sudo apt-get install --reinstall linux-headers-2.6.38-8-generic-pae
    sudo apt-get install --reinstall linux-image-2.6.38-8-generic-pae
    Puting graphics drivers into Ubuntu was a no brainer last verson and has been real user friendly for a long time . What is going on all of a sudden. As if unity wasn't enough.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •