From 3e45858832e1ddc237ee61e58027e1c785e756bc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 6 Aug 2008 10:00:29 +0000 Subject: xserver-xorg: change xorg.conf to use the framebuffer instead of s3 (sane defaults and all) * also add rdepends on minimal font package --- packages/xorg-xserver/xserver-xorg/xorg.conf | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'packages/xorg-xserver/xserver-xorg') diff --git a/packages/xorg-xserver/xserver-xorg/xorg.conf b/packages/xorg-xserver/xserver-xorg/xorg.conf index 34f4465764..4b327022f6 100644 --- a/packages/xorg-xserver/xserver-xorg/xorg.conf +++ b/packages/xorg-xserver/xserver-xorg/xorg.conf @@ -67,10 +67,8 @@ EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" - Option "Protocol" "PS/2" -# Option "Protocol" "IMPS/2" - Option "Device" "/dev/psaux" -# Option "Device" "/dev/input/mice" + Option "Protocol" "IMPS/2" + Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection @@ -100,29 +98,17 @@ Section "Monitor" EndSection -Section "Device" - Identifier "Videocard0" - Driver "s3" -# Driver "nv" - VendorName "Videocard vendor" - BoardName "S3 driver" - #BoardName "NVidia driver" -EndSection - Section "Device" Identifier "FBDev" Driver "fbdev" #Option "shadowfb" "off" - VideoRam 4096 EndSection Section "Screen" Identifier "Screen0" - Device "Videocard0" + Device "FBDev" Monitor "Monitor0" -# DefaultDepth 8 DefaultDepth 16 -# DefaultDepth 24 SubSection "Display" Depth 8 -- cgit v1.2.3