diff options
Diffstat (limited to 'system/etc/X11/xorg.conf.d/20-intel.conf')
-rw-r--r-- | system/etc/X11/xorg.conf.d/20-intel.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |