Re: upgraded to latest ati drivers and problems
I think it would be best to take your system back to a clean start re: the drivers.
In ubuntu you cant just switch between drivers with a click of the mouse in Hardware Drivers - you need to purge/uninstall fglrx (ATI proprietary) to get back to radeon (open source). Radeon is the default driver and is installed when you install ubuntu - it's just there and mostly just works! You normally don't have to do anything, as your card is not supported you can't install fglrx.
(if ATI catalyst is still on your system it's a sign you didn't uninstall fglrx)
do this:
Problem: Need to purge -fglrx
Typically, the following manual commands will properly uninstall -fglrx:
sudo apt-get remove --purge xorg-driver-fglrx
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri
sudo dpkg-reconfigure xserver-xorg
If you want desktop effects (compiz or KDE) you'll need the glx module loaded. This
will not work even after purging fglrx since a hanging libglx.so file is left around.
Both fglrx and xserver-xorg-core provide this file so to replace it with the correct
version you'll need to reinstall xserver-xorg-core as well.
sudo apt-get install --reinstall xserver-xorg-core
reboot the pc.
or this:
Problem: Need to fully remove -fglrx and reinstall ati (radeon) from scratch
Here is a more aggressive recipe which removes both -fglrx and -ati, and reinstalls the latter:
sudo /usr/share/ati/fglrx-uninstall.sh # (if it exists)
sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install xserver-xorg-video-ati
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
Then reboot (or fix up the kernel modules and restart gdm)
Last edited by BrokeMahPC; May 2nd, 2010 at 05:14 PM.
A vivid and creative mind characterizes you.
ATI Radeon HD6850, E7300 Core2duo, Asus P5Q
Bookmarks