summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
authorJonathan Bauer2017-11-30 10:56:26 +0100
committerJonathan Bauer2017-11-30 10:56:26 +0100
commita2fc60af6ffc850d49d92e79d4445d86319144dd (patch)
tree4c46f8a125767ff7226afe79da62a2b6938afde3 /core/modules/xorg
parentstage32-bwlp: Add modules dnbd3-proxy-mode and mgmt-sshd (diff)
downloadmltk-a2fc60af6ffc850d49d92e79d4445d86319144dd.tar.gz
mltk-a2fc60af6ffc850d49d92e79d4445d86319144dd.tar.xz
mltk-a2fc60af6ffc850d49d92e79d4445d86319144dd.zip
[xorg] add xorg config for intel gpus
matches on kernel module i915 and loads intel_drv.so this config is not provided by the xserver-xorg-video-intel package for some reason....
Diffstat (limited to 'core/modules/xorg')
-rw-r--r--core/modules/xorg/data/etc/X11/xorg.conf.d/10-intel.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/xorg/data/etc/X11/xorg.conf.d/10-intel.conf b/core/modules/xorg/data/etc/X11/xorg.conf.d/10-intel.conf
new file mode 100644
index 00000000..711fd644
--- /dev/null
+++ b/core/modules/xorg/data/etc/X11/xorg.conf.d/10-intel.conf
@@ -0,0 +1,5 @@
+Section "OutputClass"
+ Identifier "Intel iGPU"
+ MatchDriver "i915"
+ Driver "intel"
+EndSection