How can I remove nvidia drivers?

13,460
  • When booting the system, press and hold the Shift key to make the GRUB menu appear.
  • In the GRUB menu select the (recovery mode) entry and let the system boot.
  • You will be presented with another menu, scroll down and select Drop to root shell prompt.
  • Recovery Console must first be made Read/Write.
  • Run the following commands:

    mount -n -o remount,rw /
    apt-get purge nvidia-current
    rm /etc/X11/xorg.conf
    reboot now
    
Share:
13,460

Related videos on Youtube

David דוד
Author by

David דוד

Updated on September 18, 2022

Comments

  • David דוד
    David דוד over 1 year

    Recently I installed Ubuntu 11.04 (32 bit) on my Core i5 750 with a GeForce 210 graphics card.

    Unfortunately, it installs the nVidia drivers automatically, without any prompt (unlike in earlier versions).
    This of causes a reboot to a command line shell.
    I can't even "reinstall", as the install mechanism itself brings the driver on-board my system.

    How could I fix this?

    • Admin
      Admin almost 13 years
      so, how about uninstalling the nvidia drivers and removing your xorg.conf file? there are also notes on blacklist'ing nouveau out there -- is that what you are really looking for?
    • Admin
      Admin almost 13 years
      Which drivers are installed? Proprietary or free? I can't imagine it would automatically install proprietary drivers.
    • Admin
      Admin almost 13 years
      why 32-bit? why not 64?
    • Admin
      Admin almost 13 years
      @nik: I'm looking for the system to work - as to how, I couldn't care less.
    • Admin
      Admin almost 13 years
      @dv3500ea: So I understand.
    • Admin
      Admin almost 13 years
      @Alvar: Why not 32? I'm a bit shy as to the usage of 64, as it is not the recommended version...
    • Admin
      Admin almost 13 years
      @dv3500ea IIRC the Nvidia drivers are installed when ticking that proprietary software checkbox thingy in the installer.
    • Admin
      Admin over 10 years