diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-25 03:55:33 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-25 03:55:33 +0100 |
commit | dcd0e9d68dc490bb6404a897a90a9a51fbcffac1 (patch) | |
tree | fda040bf2d0c66d49c1b77582ecf0973f7c6dd3e /system/etc/X11 | |
parent | 77fc1ce82a681f362ca162a0351a3924ae9d1fdd (diff) | |
download | myconfigs-dcd0e9d68dc490bb6404a897a90a9a51fbcffac1.tar.gz myconfigs-dcd0e9d68dc490bb6404a897a90a9a51fbcffac1.tar.bz2 myconfigs-dcd0e9d68dc490bb6404a897a90a9a51fbcffac1.zip |
Drop intel configuration for xorg
This configuration breaks xorg with i965 driver.
Diffstat (limited to 'system/etc/X11')
-rw-r--r-- | system/etc/X11/xorg.conf.d/20-intel.conf | 5 |
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 |