Results 1 to 8 of 8

Thread: Removing Drivers Installed by Catalyst Control Center 12.4

  1. #1
    Join Date
    Apr 2012
    Location
    United Kingdom
    Beans
    113
    Distro
    Ubuntu 12.04 Precise Pangolin

    Removing Drivers Installed by Catalyst Control Center 12.4

    Hi

    I installed catalyst control center 12.4 using the .run file. That worked fine but i noticed it would load or allow me to drag windows around workspaces. So i tried uninstalling something cant remember what though. Then after a reboot unity would load after login. But i installed gnome using command prompt and it worked fine. But unity is still broke. I am looking for a way to completly remove the drivers and replace them with the open source drivers.

    Thanks in advance

  2. #2
    Join Date
    Jun 2009
    Location
    NY
    Beans
    570
    Distro
    Kubuntu Development Release

    Re: Removing Drivers Installed by Catalyst Control Center 12.4

    Everything in the future is a wave, everything in the past is a particle. -Lawrence Bragg

    Parabola: https://parabolagnulinux.org/
    Completely freed... Libre GNU/Linux !!!

  3. #3
    Join Date
    Nov 2010
    Location
    Foshan, China
    Beans
    437
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing Drivers Installed by Catalyst Control Center 12.4

    Do exactly the below before attempting anything else, each and every step must be exact ! Be very careful of the command variation for 64 and 32 bits !

    Code:
    sudo sh /usr/share/ati/fglrx-uninstall.sh
    sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
    sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
    sudo apt-get install xserver-xorg-video-ati
    Only for UBUNTU 32 bits
    Code:
    sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
    Only for UBUNTU 64 bits
    Code:
    sudo apt-get install --reinstall libgl1-mesa-glx:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:i386 libgl1-mesa-dri:amd64 xserver-xorg-core
    Code:
    sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    sudo rm -rf /etc/ati
    Restart the system.

    Now you can either use the system as it is (open source driver) or install any AMD driver (from Additional Drivers or from AMD website, with the indicated procedure in the Wiki).

    Cheers

  4. #4
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Removing Drivers Installed by Catalyst Control Center 12.4

    I'm not really sure why Ubuntu users go through such obscure or complex measures to install ATI drivers.

    AMD and Ubuntu are in bed together, folks.

    I'll be adding to the wiki shortly. This is dead easy.
    Last edited by QIII; June 8th, 2012 at 04:19 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  5. #5
    Join Date
    Nov 2010
    Location
    Foshan, China
    Beans
    437
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing Drivers Installed by Catalyst Control Center 12.4

    Quote Originally Posted by QIII View Post
    This is dead easy.
    ... and also a quite stable procedure, I have tested a million times over many different machines, one can even write a batch on it and it just works !

  6. #6
    Join Date
    Apr 2012
    Location
    United Kingdom
    Beans
    113
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing Drivers Installed by Catalyst Control Center 12.4

    I got it sorted thanks for all ur help

  7. #7
    Join Date
    Jan 2013
    Beans
    4

    Unhappy Re: Removing Drivers Installed by Catalyst Control Center 12.4

    I followed the instructions for uninstalling as listed above and I just got finished after spending 6 hours trying to get my ubuntu to boot again. I wish I knew exactly which command I entered into the terminal that producted and error but I'm not really sure. Anyhow I rebooted my computer to a blank screen (monitor not syncing). be verrrrryyyyy careful.

  8. #8
    Join Date
    Apr 2012
    Location
    United Kingdom
    Beans
    113
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing Drivers Installed by Catalyst Control Center 12.4

    Sorry to hear about that happening, are you using a laptop or desktop.

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
  •