meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:radeon [2017/01/18 15:37] niziaklinux:radeon [2017/01/18 15:43] niziak
Line 3: Line 3:
  
 ====== Use opensource driver ====== ====== Use opensource driver ======
-Remove radeon module blacklisting in /etc/modprobe.d +  * Remove radeon module blacklisting in /etc/modprobe.d 
-Blacklist fglrx driver.+  Blacklist fglrx driver
 +  * Delete (backup) /etc/X11/xorg.conf. In general config is not needed to normal work.
  
 Problem:  Problem: 
Line 18: Line 19:
 <code bash> <code bash>
 apt-get remove --purge fglrx-atieventsd fglrx-control fglrx-driver fglrx-modules-dkms fglrx-source glx-alternative-fglrx apt-get remove --purge fglrx-atieventsd fglrx-control fglrx-driver fglrx-modules-dkms fglrx-source glx-alternative-fglrx
-apt-get remove --purge libfglrx:amd64 libfglrx:i386 libfglrx-amdxvba1:amd64libfglrx-amdxvba1:i386 libgl1-fglrx-glx:amd64 libgl1-fglrx-glx:i386 libgl1-fglrx-glx-i386+apt-get remove --purge libfglrx:amd64 libfglrx:i386 libfglrx-amdxvba1:amd64 libfglrx-amdxvba1:i386 libgl1-fglrx-glx:amd64 libgl1-fglrx-glx:i386 libgl1-fglrx-glx-i386
 </code> </code>
 +
 +<code bash>
 +apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
 +apt-get install xserver-xorg-video-radeon
 +apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
 +</code>
 +
 +[[http://wiki.cchtml.com/index.php/Ubuntu_Maverick_Installation_Guide#Removing_Catalyst.2Ffglrx]]
 +