meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:radeon [2017/01/18 15:32] – 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 | ||
+ | |||
+ | ====== Use opensource driver ====== | ||
+ | * Remove radeon module blacklisting in / | ||
+ | * Blacklist fglrx driver. | ||
+ | * Delete (backup) / | ||
Problem: | Problem: | ||
- | < | + | < |
- | glxinfo | + | # glxinfo |
name of display: :0.0 | name of display: :0.0 | ||
Xlib: extension " | Xlib: extension " | ||
Line 9: | Line 16: | ||
Segmentation fault | 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:// | ||