summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-08-21 05:36:32 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-08-21 05:36:32 +0000
commit46fc1dc59f2748fd0e0d517d042a95fd8850c0fc (patch)
tree011f6f99712450debdf4f9a24a66a7d12bd4a484 /x11-base/kdrive/files
parentAdded mex and randmtzig patches (fixes bug #99783). (diff)
downloadhistorical-46fc1dc59f2748fd0e0d517d042a95fd8850c0fc.tar.gz
historical-46fc1dc59f2748fd0e0d517d042a95fd8850c0fc.tar.bz2
historical-46fc1dc59f2748fd0e0d517d042a95fd8850c0fc.zip
Fix up startxkd so it works better for me.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-base/kdrive/files')
-rwxr-xr-xx11-base/kdrive/files/startxkd9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-base/kdrive/files/startxkd b/x11-base/kdrive/files/startxkd
index cacdbc460fed..4906dee2fdd4 100755
--- a/x11-base/kdrive/files/startxkd
+++ b/x11-base/kdrive/files/startxkd
@@ -13,12 +13,13 @@ screen="-screen 1280x1024x16"
rgb="-rgba rgb"
-mouse="-2button -mouse /dev/psaux -mouse /dev/input/mice,5"
+mouse="-mouse /dev/input/mice,5"
opts="-dpi 96 -nolisten tcp"
-#switchcmd="-switchCmd /usr/X11R6/bin/touchpad"
+#switchcmd="-switchCmd /usr/bin/touchpad"
-fontpath="-fp /usr/share/fonts"
+#fontpath="-fp /usr/share/fonts"
+#fontpath=""
-exec ${dir}${server} $opts $rgb $screen $mouse $switchcmd $fontpath
+exec ${dir}${server} $opts $rgb $screen $mouse $switchcmd $fontpath $*