diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-25 20:34:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-25 20:34:10 +0000 |
commit | dcfcfe5d571484fb63dabb8944c559d61389b9d4 (patch) | |
tree | 717c691ab833d703aee440b523bb8a8479ce3c6c /package/xorg/xorg.conf | |
parent | c78e178f37ee0c7405eb58730a4ebc0654e8b9b7 (diff) | |
download | buildroot-novena-dcfcfe5d571484fb63dabb8944c559d61389b9d4.tar.gz buildroot-novena-dcfcfe5d571484fb63dabb8944c559d61389b9d4.zip |
update DejaVu fonts to the latest
Fix broken keyboard handling
Diffstat (limited to 'package/xorg/xorg.conf')
-rw-r--r-- | package/xorg/xorg.conf | 27 |
1 files changed, 14 insertions, 13 deletions
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 |