Skip to content

Instantly share code, notes, and snippets.

@darix
Created April 7, 2016 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darix/acc7db3e263fc793fb93254ad169b566 to your computer and use it in GitHub Desktop.
Save darix/acc7db3e263fc793fb93254ad169b566 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/50-extensions.conf
# Add extensions to be disabled. This may be needed as some
# extra modules may add extensions which cause the maximum
# number of extensions possible to be exceeded.
#
# SUSE Default: disable DGA.
Section "Extensions"
Option "XFree86-DGA" "Disable"
Option "XFree86-VidModeExtension" "Disable"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment