From dcfcfe5d571484fb63dabb8944c559d61389b9d4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 25 Jan 2007 20:34:10 +0000 Subject: update DejaVu fonts to the latest Fix broken keyboard handling --- package/xorg/xorg.conf | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'package/xorg/xorg.conf') diff --git a/package/xorg/xorg.conf b/package/xorg/xorg.conf index 6829b1ac5..fecf11ca6 100644 --- a/package/xorg/xorg.conf +++ b/package/xorg/xorg.conf @@ -23,17 +23,17 @@ Section "Module" Load "bitmap" Load "dbe" Load "ddc" + Load "extmod" Load "freetype" Load "int10" + Load "vbe" EndSection Section "InputDevice" - Identifier "Generic Keyboard" - Driver "keyboard" - Option "XkbRules" "xfree86" - Option "XkbModel" "pc104" - Option "XkbLayout" "us" - Option "XkbOptions" "altwin:meta_win" + Identifier "Generic Keyboard" + Driver "kbd" + Option "CoreKeyboard" + Option "XkbLayout" "en_US" EndSection Section "InputDevice" @@ -56,9 +56,10 @@ EndSection Section "Device" Identifier "Generic VGA Card" - Driver "vesa" + #Driver "vesa" #Driver "vga" - #Driver "fbdev" + Driver "fbdev" + Option "UseFBDev" "True" EndSection Section "Monitor" @@ -72,26 +73,26 @@ Section "Screen" Identifier "Default Screen" Device "Generic VGA Card" Monitor "Generic Monitor" - DefaultDepth 8 + #DefaultDepth 8 SubSection "Display" Viewport 0 0 Depth 4 - Modes "640x480" + #Modes "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 - Modes "640x480" + #Modes "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 - Modes "640x480" + #Modes "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 - Modes "640x480" + #Modes "640x480" EndSubSection EndSection -- cgit v1.2.3