summaryrefslogtreecommitdiff
path: root/conf/10-amdgpu.conf
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-04-24 09:57:27 +0900
committerMichel Dänzer <michel.daenzer@amd.com>2015-04-24 09:57:27 +0900
commita49ad11af18dad74506c2f69d7bbda07b67529d2 (patch)
tree2fd08c25248ecfbb4969f3aa5284837db7edac49 /conf/10-amdgpu.conf
parentfa4aed6cf56048a6520eac57514e38db3685cd15 (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.conf5
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