Add an explicit "module" section to prevent the X server from using an

overlong default list, and switch the keyboard driver to `kbd'.
This commit is contained in:
miod 2008-02-13 21:35:39 +00:00
parent 69f3619b87
commit 6c3c2731b5

View File

@ -13,9 +13,18 @@ Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "freetype"
Load "extmod"
Load "fb"
Load "xf1bpp"
Load "xf4bpp"
Load "shadow"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Driver "kbd"
Option "Protocol" "standard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"