* Re-enable some essential X server modules (in particular

extmod, which contains XVideo).

svn path=/nixos/trunk/; revision=8857
This commit is contained in:
Eelco Dolstra 2007-06-09 21:12:48 +00:00
parent 258ef4bf19
commit ea9e6bdbac

View File

@ -12,13 +12,13 @@ EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
@moduleSection@
EndSection
@ -74,6 +74,7 @@ Section "Device"
Identifier "Device[0]"
Driver "@videoDriver@"
Option "Clone" "On"
#Option "MonitorLayout" "CRT,LFP"
Option "MonitorLayout" "LVDS,CRT"
@device@
EndSection