Files
xf86-video-amdgpu/conf/10-amdgpu.conf
Michel Dänzer a49ad11af1 Add 10-amdgpu.conf xorg.conf.d snippet
This instructs Xorg >= 1.16 to try loading the amdgpu driver for devices
managed by the amdgpu kernel driver.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2015-04-24 09:57:27 +09:00

5 lines
92 B
Plaintext

Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection