Skip to content

Instantly share code, notes, and snippets.

@kj-sh604
Last active February 29, 2024 05:54
Show Gist options
  • Save kj-sh604/e9fbacd3fa9363954362a81ea07c447e to your computer and use it in GitHub Desktop.
Save kj-sh604/e9fbacd3fa9363954362a81ea07c447e to your computer and use it in GitHub Desktop.
personal Intel Graphics XF86/X11 configuration for my Thinkpad T480
# great grahics performance but causes rare X11 crashes for some reason
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TripleBuffer" "false"
Option "SwapbuffersWait" "false"
Option "DRI" "iris"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment