diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-04-24 09:57:27 +0900 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2015-04-24 09:57:27 +0900 |
commit | a49ad11af18dad74506c2f69d7bbda07b67529d2 (patch) | |
tree | 2fd08c25248ecfbb4969f3aa5284837db7edac49 /conf/10-amdgpu.conf | |
parent | fa4aed6cf56048a6520eac57514e38db3685cd15 (diff) |
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>
Diffstat (limited to 'conf/10-amdgpu.conf')
-rw-r--r-- | conf/10-amdgpu.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/10-amdgpu.conf b/conf/10-amdgpu.conf new file mode 100644 index 0000000..338e898 --- /dev/null +++ b/conf/10-amdgpu.conf @@ -0,0 +1,5 @@ +Section "OutputClass" + Identifier "AMDgpu" + MatchDriver "amdgpu" + Driver "amdgpu" +EndSection
\ No newline at end of file |