9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
|
# 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"
|
||
|
EndSection
|