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

Thread: Installed Incorrect Video Drivers

  1. #1
    Join Date
    Jun 2008
    Location
    Seattle, Washington
    Beans
    55
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Red face Installed Incorrect Video Drivers

    Last night i put in a new ATI Radeon HD 2600XT into my ubuntu box and it ran fine. But i wanted to install the ATI drivers so all the graphics will run smoothly. So i installed the ATI drivers via the "Add/remove" the ubuntu start button and i guess that was the wrong set of drivers cause when i get the the login screen my monitor turns all black. I can see the POST and the ubuntu loading bar and thats about it.

    I need help uninstalling the video drivers and replacing it with the correct drivers. Please help thanks!

  2. #2
    Join Date
    Dec 2008
    Beans
    89
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Installed Incorrect Video Drivers

    Boot up your computer until your monitor turns black. Then, press CTRL+ALT+F1 to drop to Virtual Terminal 1 (JSKY, there's also CTRL+ALT+F2 for VT2, CTRL+ALT+F3 for VT3, etc). Then, type this:

    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    This will reset your X-server to it's original install settings. The driver will still be there, but it will not be being used. Uninstall it at your leisure.

    If you still want to install accelerated graphics, I recommend trying envy (it's a tool for installing graphics drivers, I know, seems a bit redundant to install a program to install a program, but there you go).

    GNOME/XFCE (Ubuntu, Xubuntu) USERS:
    Code:
    sudo apt-get install envyng-core envynt-gtk
    KDE (Kubuntu) USERS:
    Code:
    sudo apt-get install envyng-core envyng-qt

  3. #3
    Join Date
    Aug 2009
    Beans
    8

    Re: Installed Incorrect Video Drivers

    Never tried this, but it might work in Safe mode.

    If you're dual-booting, a Safe Mode (or Recovery Mode) entry will appear in the list of operating systems, courtesy of GRUB. My guess is that this will use the built-in drivers and disable most features so that you can uninstall the driver packages.

  4. #4
    Join Date
    Jun 2008
    Location
    Seattle, Washington
    Beans
    55
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installed Incorrect Video Drivers

    I tried to get into Virtual Terminal as you said and i wasn't able to. It seems as if my ubuntu system isnt responding after the ubuntu loading screen. Is there anything i can do in ubuntu's recovery mode to fix this?

  5. #5
    Join Date
    May 2008
    Location
    Cluj, Romania
    Beans
    1,292

    Re: Installed Incorrect Video Drivers

    Quote Originally Posted by jon64 View Post
    I tried to get into Virtual Terminal as you said and i wasn't able to. It seems as if my ubuntu system isnt responding after the ubuntu loading screen. Is there anything i can do in ubuntu's recovery mode to fix this?
    Select recovery mode, then root prompt from the list
    There type:

    Code:
    dpkg-reconfigure -phigh xserver-xorg
    
    reboot
    *Enter after each command

  6. #6
    Join Date
    Jun 2008
    Location
    Seattle, Washington
    Beans
    55
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installed Incorrect Video Drivers

    I just tried that but still the same results. My system just halts and goes to a black screen.

  7. #7
    Join Date
    May 2008
    Location
    Cluj, Romania
    Beans
    1,292

    Re: Installed Incorrect Video Drivers

    Quote Originally Posted by jon64 View Post
    I just tried that but still the same results. My system just halts and goes to a black screen.
    Then boot in recovery mode/root prompt and type:

    Code:
    nano /etc/X11/xorg.conf
    find the Section "Device"
    insert the following line below the Identifier line

    Code:
    Driver "vesa"
    press ctrl-o and then ctrl-x

    reboot

  8. #8
    Join Date
    Jun 2008
    Location
    Seattle, Washington
    Beans
    55
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installed Incorrect Video Drivers

    Computer still Halts. I have no idea what the hell is going on. The last thing i did was install the ATI drivers via add/remove. I dont understand why it would halt my system.

  9. #9
    Join Date
    May 2008
    Location
    Cluj, Romania
    Beans
    1,292

    Re: Installed Incorrect Video Drivers

    Hmm. then maybe u should remove them. Log in the recovery console.

    I think

    Code:
    apt-get remove --purge fglrx*
    should do it.

    Then again

    Code:
    dpkg-reconfigure -phigh xserver-xorg
    and

    Code:
    reboot

  10. #10
    Join Date
    Feb 2008
    Beans
    794
    Distro
    Ubuntu

    Re: Installed Incorrect Video Drivers

    If your machine is halting during the boot process you will need to use a LiveCD to boot the machine.

    Then you can use gradinaruvasile's post #7 to edit the xorg.conf then reboot as normal.

    Once it starts to can try the other suggestions to remove the offending drivers....
    Laters...
    Sol
    "Have you found the secrets of the universe? Asked Zebade "I'm sure I left them here somewhere" User numbers: Ubuntu 23772 Linux 477911

Page 1 of 2 12 LastLast

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
  •