On Thu, 8 Nov 2001 08:13:03 -0600 (CST)
Alexander Wallace <[EMAIL PROTECTED]> wrote:

> Hello there! Could someone tell me what needs to be in /etc/X11/XF86Config
> to enable the mouse wheel in the X that comes with potato?

in XF86Config: (change '/dev/mouse' to your mouse device)

---------------------------------
Section "Pointer"
        Protocol "IMPS/2"
        Device "/dev/mouse"
        Buttons         3
        ZAxisMapping 4 5
EndSection
---------------------------------

in Xsession:

---------------------------------
# Starts the imwheel process from the global
# Xsession file.
. /etc/X11/imwheel/startup.conf
if [ "$IMWHEEL_START" = "1" ]; then
        /usr/bin/imwheel ${IMWHEEL_PARAMS}
fi
---------------------------------

you'll need the 'imwheel' package

Good look!


Horacio de Oro
ADN S.R.L.
Cordoba - Argentina

Reply via email to