Ubuntu 14.04LTS graphics driver: How do I revert to my former set up when I have no display?

25,103
  1. Open a text-only virtual console by using the keyboard shortcut Ctrl+Alt+F3.

  2. At the login: prompt type your username and press Enter.

  3. At the Password: prompt type your user password and press Enter.

  4. Now you are logged in to a text-only virtual console, and you can run terminal commands from the console. Remove the proprietary Nvidia driver:

    sudo apt-get purge nvidia*
    
  5. To reboot the system from the console run the command: sudo reboot. After you reboot, Ubuntu will revert to using the open source Nouveau display driver. Press the keyboard shortcut Ctrl+Alt+F7 to exit from the virtual console (without rebooting). In Ubuntu 17.10 and later to access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F2.

Ubuntu has a built-in command-line utility, ubuntu-drivers-common, for detecting and installing additional proprietary Ubuntu driver packages and their dependencies. The autoinstall command of ubuntu-drivers installs drivers that are appropriate for automatic installation including their dependencies by running the following command:

sudo ubuntu-drivers autoinstall

Ubuntu also has a built-in Additional Drivers GUI utility that will help you to choose the correct proprietary driver for your graphics card. You can always revert to using the open source graphics driver if the proprietary graphics driver doesn't work.

enter image description here ⠀⠀Additional Drivers

Share:
25,103

Related videos on Youtube

user288311
Author by

user288311

Updated on September 18, 2022

Comments

  • user288311
    user288311 almost 2 years

    I installed Ubuntu 14.04LTS on my PC which has an Asus P5S800-VM motherboard & a Nvidia 5200? graphics card. The system was running fine until I saw that I was running a freeware driver for the Nvidia card & changed it to the proprietry driver in the update utility. The new driver loaded & everything was OK for about 5 minutes & then a window came up saying that the graphics was running on reduced quality & it asked what to do. I told it to stay as it was & then I lost the display. How do I revert to my former set up when I have no display?

  • Aquarius Power
    Aquarius Power over 7 years
    with glxinfo |egrep "version" (and at nvidia settings) I get 340.76 (proprietary one). At additional drivers, it says xorg noveau is the active one? may be I enabled it long ago from synaptic and that helper got unsynched I guess..
  • karel
    karel over 7 years
    What happens when you set Additional Drivers to 340.76 by clicking the radio button next to it, and click the Apply Changes button?
  • Aquarius Power
    Aquarius Power over 7 years
    it works (after 10 minutes of waiting) :)
  • karel
    karel over 7 years
    That's good to know because the results of all three queries should match.
  • Edward Dixon
    Edward Dixon over 4 years
    Saved me so, so much pain. Go raibh mile maith agat!
  • Edward Dixon
    Edward Dixon over 4 years
    Saved me so, so much pain. Go raibh mile maith agat!