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:38] – [Use opensource driver] 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 ====== | ====== Use opensource driver ====== | ||
| - | Remove radeon module blacklisting in / | + | * Remove radeon module blacklisting in / |
| - | Blacklist fglrx driver. | + | |
| + | * Delete (backup) / | ||
| Problem: | Problem: | ||
| Line 20: | Line 22: | ||
| apt-get remove --purge libfglrx: | 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:// | ||
| + | |||