aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-25 03:55:33 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-25 03:55:33 +0100
commitdcd0e9d68dc490bb6404a897a90a9a51fbcffac1 (patch)
treefda040bf2d0c66d49c1b77582ecf0973f7c6dd3e
parent77fc1ce82a681f362ca162a0351a3924ae9d1fdd (diff)
downloadmyconfigs-dcd0e9d68dc490bb6404a897a90a9a51fbcffac1.tar.gz
myconfigs-dcd0e9d68dc490bb6404a897a90a9a51fbcffac1.tar.bz2
myconfigs-dcd0e9d68dc490bb6404a897a90a9a51fbcffac1.zip
Drop intel configuration for xorg
This configuration breaks xorg with i965 driver.
-rw-r--r--system/etc/X11/xorg.conf.d/20-intel.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/etc/X11/xorg.conf.d/20-intel.conf b/system/etc/X11/xorg.conf.d/20-intel.conf
deleted file mode 100644
index c448076..0000000
--- a/system/etc/X11/xorg.conf.d/20-intel.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-Section "Device"
- Identifier "Intel Graphics"
- Driver "intel"
- Option "DRI" "3"
-EndSection