xserver-xf86-config: netbook - merge the two ServerFlags sections

A previous commit added AutoAddDevices as a separate ServerFlags
section. This is apparently overridden by the one at the end of the
file, so they need to be merged.

[BUGID #141]

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
This commit is contained in:
Jeff Dike 2010-07-30 00:07:56 -04:00 committed by Richard Purdie
parent 71bf22d9db
commit e4d743e0da
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,3 @@
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "Device"
Identifier "Intel Graphics Driver"
Driver "intel"
@ -26,4 +22,5 @@ EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AutoAddDevices" "False"
EndSection