mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user