====== Linux AMD/ATI Graphic Driver ======
* [[http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx|How-To Install/Uninstall AMD Radeon™ Software AMDGPU-PRO Driver for Linux® on an Ubuntu System]]
* [[https://www.reddit.com/r/linuxmint/comments/4qnjex/mint_18_beta_cinnamon_rx_480_amdgpu_pro/|Mint 18 (Beta) Cinnamon + RX 480 + AMDGPU PRO : linuxmint]]
* [[linux:ubuntu:ubuntu_drivers|Ubuntu Drivers]]
===== AMD 기존 fglrx 지원중단 =====
* AMD에서 기존 fglrx 개발/지원을 중단했고, Ubuntu 16.4 이상부터는 호환이 안된다. 이후부터는 AMDGPU-PRO를 사용
* 단, AMDGPU-PRO 드라이버가 지원하지 않는 그래픽 카드는 그냥 mesa 오픈 소스 드라이버를 사용해도 충분한 성능으로 작동한다.
* Refer to [[linux:ubuntu:xorg|Ubuntu x.org]]
* [[https://help.ubuntu.com/community/BinaryDriverHowto/AMD|Ubuntu AMD Binary Driver HowTo]]
===== Ubuntu에 공식 설치 - 오픈 소스 드라이버 사용 =====
* mesa 오픈 소스 드라이버로도 충분한 성능을 발휘한다.
# 그래픽 카드 확인
lspci | grep -i amd
05:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Opal XT [Radeon R7 M265]
# 설치
sudo apt install mesa-utils
# 확인
glxinfo -B
* [[https://forums.linuxmint.com/viewtopic.php?t=248059#p1332766|Mint 17 and 18 and now 19 AMD GPU drivers! Look here before doing anything! - Linux Mint Forums]]
===== 상용 드라이버 설치 =====
* [[https://linuxconfig.org/how-to-install-amd-radeon-drivers-on-ubuntu-18-10-cosmic-cuttlefish-linux|How to Install AMD Radeon Drivers on Ubuntu 18.10 Cosmic Cuttlefish Linux - LinuxConfig.org]]
* [[https://linuxconfig.org/how-to-install-the-latest-amd-radeon-drivers-on-ubuntu-18-04-bionic-beaver-linux|How to Install The Latest AMD Radeon Drivers on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org]] : 이게 더 나은 설명인듯. PPA로 설치하는 부분. DRI3 까지 설정
* https://www.amd.com/en/support
==== DRI3 활성화 ====
* AMDGPU-PRO 설치후 ''/etc/X11/xorg.conf''
Section "Device"
Identifier "AMDGPU"
Driver "amdgpu"
Option "AccelMethod" "glamor"
Option "DRI" "3"
EndSection