From a49ad11af18dad74506c2f69d7bbda07b67529d2 Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Fri, 24 Apr 2015 09:57:27 +0900 Subject: 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 --- conf/10-amdgpu.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/10-amdgpu.conf (limited to 'conf/10-amdgpu.conf') 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 -- cgit v1.2.3