mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Migración de Github
This commit is contained in:
commit
5f80ad5e47
113 changed files with 6084 additions and 0 deletions
12
etc/X11/xorg.conf.d/20-intel.conf
Normal file
12
etc/X11/xorg.conf.d/20-intel.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#Section "Device"
|
||||
# Identifier "Intel Graphics"
|
||||
# Driver "intel"
|
||||
# Option "DRI" "false"
|
||||
#EndSection
|
||||
Section "Device"
|
||||
Identifier "Intel Graphics"
|
||||
Driver "intel"
|
||||
Option "DRI" "3"
|
||||
Option "AccelMethod" "sna" # fallback
|
||||
Option "TearFree" "true"
|
||||
EndSection
|
||||
Loading…
Add table
Add a link
Reference in a new issue