xorg: don't add by default DRI and Composite sections, the last at least can prevent some drivers from starting (e.g. mga)
This commit is contained in:
parent
2e1ef68602
commit
cc247c5237
@ -49,22 +49,18 @@ NETWORK_NEWDEVICE=off
|
||||
#NETWORK_ANDROID_RANGE_TO=10.99.99.199
|
||||
#NETWORK_ANDROID_NETMASK=255.255.255.0
|
||||
|
||||
# xorg server: automatically add DRI section
|
||||
# (on/off, default: on)
|
||||
XORG_ENABLE_DRI=on
|
||||
|
||||
# xorg server: automatically enable 'Composite' extensions
|
||||
# xorg server: add DRI section
|
||||
# (on/off, default: off)
|
||||
XORG_ENABLE_COMPOSITE_EXT=on
|
||||
#XORG_ENABLE_DRI=on
|
||||
|
||||
# xorg server: add Composite extension section
|
||||
# (on/off, default: off)
|
||||
#XORG_ENABLE_COMPOSITE_EXT=on
|
||||
|
||||
# xorg server: try to detect the screen size
|
||||
# (on/off, default: on)
|
||||
XORG_DETECT_SCREEN_SIZE=on
|
||||
|
||||
# kdm: enable Xgl server
|
||||
# (on/off, default: off)
|
||||
KDM_ENABLE_XGL=off
|
||||
|
||||
# force sound card reconfiguration
|
||||
# (on/off, default: off)
|
||||
SOUND_FORCE_RESCAN=off
|
||||
|
Loading…
Reference in New Issue
Block a user