From ea9e6bdbaceef805f3a9636ee5d6e4e43f810bd6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 9 Jun 2007 21:12:48 +0000 Subject: [PATCH] * Re-enable some essential X server modules (in particular extmod, which contains XVideo). svn path=/nixos/trunk/; revision=8857 --- upstart-jobs/xserver.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/upstart-jobs/xserver.conf b/upstart-jobs/xserver.conf index 7865577cd066..d8f6cb0f905c 100644 --- a/upstart-jobs/xserver.conf +++ b/upstart-jobs/xserver.conf @@ -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