From 9fbf8d27ddbfb136351780615d42af82ddb42337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 4 May 2017 19:42:50 +0200 Subject: Add xorg config --- system/etc/X11/xorg.conf.d/20-intel.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/etc/X11/xorg.conf.d/20-intel.conf (limited to 'system/etc/X11/xorg.conf.d/20-intel.conf') diff --git a/system/etc/X11/xorg.conf.d/20-intel.conf b/system/etc/X11/xorg.conf.d/20-intel.conf new file mode 100644 index 0000000..c448076 --- /dev/null +++ b/system/etc/X11/xorg.conf.d/20-intel.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "DRI" "3" +EndSection -- cgit v1.2.3