From f76a1a080972149dfde5adea97c693c541d3e81f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 13 Feb 2008 21:35:40 +0000 Subject: Add an explicit "module" section to prevent the X server from using an overlong default list, and switch the keyboard driver to `kbd'. --- etc/X11.hp300/xorg.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'etc') 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" -- cgit v1.2.3