diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-13 21:35:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-13 21:35:40 +0000 |
commit | f76a1a080972149dfde5adea97c693c541d3e81f (patch) | |
tree | 19b8337d5130852923334d6688189ac0dde641ba /etc | |
parent | e41f6c29bdf2d264295614b096db3a4642342c0a (diff) |
Add an explicit "module" section to prevent the X server from using an
overlong default list, and switch the keyboard driver to `kbd'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/X11.hp300/xorg.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/X11.hp300/xorg.conf b/etc/X11.hp300/xorg.conf index 0706a9181..59ab647bf 100644 --- a/etc/X11.hp300/xorg.conf +++ b/etc/X11.hp300/xorg.conf @@ -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" |