mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
* Re-enable some essential X server modules (in particular
extmod, which contains XVideo). svn path=/nixos/trunk/; revision=8857
This commit is contained in:
parent
258ef4bf19
commit
ea9e6bdbac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user