[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Debian]:Re: mouse wheel unter X



hi Matthias,

> wie krieg ich oben benanntes  unter X an laufen?
apt-get install imwheel

DIE FOLGENDE KONFIGURATION LAEUFT IM ZUSAMMENHANG MIT GPM (apt-get install gpm)

Nun passe die /etc/X11/imwheel/startup.conf Datei deinen beduerfnissen an :

# Configuration file for determining the
# imwheel startup parameters.

# Set this to "1" to make imwheel start up from
# the default Xsession file.
IMWHEEL_START=1

# Set the command-line parameters to pass to imwheel.
#  Most commonly will be "-W /dev/gpmwheel", or "-4".
IMWHEEL_PARAMS="-W /dev/gpmwheel"
#IMWHEEL_PARAMS="-k"

# End of file.

Fuege folgende zeilen in /etc/X11/Xsession hinzu :

. /etc/X11/imwheel/startup.conf

if [ "$IMWHEEL_START" = "1" ]; then
	/usr/bin/imwheel ${IMWHEEL_PARAMS}
fi

Veraendere die /etc/X11/XF86Config Datei wie folgt :

Section "Pointer"
   Protocol        "MouseSystems"
   Device          "/dev/gpmdata"
   BaudRate        1200
   Resolution      200
   Buttons         3
   ZAxisMapping    4 5
EndSection

--
Raphael Bossek <raphael.bossek@solutions4linux.de> [ICQ #40047651]
------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie
bitte eine E-Mail an majordomo@jfl.de die im Body
"unsubscribe debian-user-de <deine emailadresse>"
enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@jfl.de
------------------------------------------------
Anzahl der eingetragenen Mitglieder:     733


Reply to: