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