meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:radeon [2017/01/18 15:31] – created niziak | linux:radeon [2020/04/23 15:25] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== RADEON ====== | ||
+ | |||
apt-get install update-glx | apt-get install update-glx | ||
- | Problem: < | + | ====== Use opensource driver ====== |
+ | * Remove radeon module blacklisting in / | ||
+ | * Blacklist fglrx driver. | ||
+ | * Delete (backup) / | ||
+ | |||
+ | Problem: | ||
+ | < | ||
+ | # glxinfo | ||
+ | name of display: :0.0 | ||
+ | Xlib: extension " | ||
+ | Xlib: extension " | ||
+ | Segmentation fault | ||
+ | </ | ||
+ | |||
+ | Remove fglrx drivers: | ||
+ | <code bash> | ||
+ | apt-get remove --purge fglrx-atieventsd fglrx-control fglrx-driver fglrx-modules-dkms fglrx-source glx-alternative-fglrx | ||
+ | apt-get remove --purge libfglrx: | ||
+ | </ | ||
+ | |||
+ | <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 | ||
+ | </ | ||
+ | |||
+ | [[http:// | ||