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:
parent
69f3619b87
commit
6c3c2731b5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user