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

Re: How to use a Logitech PS2 scroll mouse in X in Woody?



Am Dienstag, 20. August 2002 12:53 schrieb Ananda Murthy R S:
> Hi:
>
> How to use a Logitech PS2 scroll mouse in X in Woody?
>

Look for the part oft the file /etc/X11/XF86Config-4 saying
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
then edit this part so that it filts the snippet given below:

## Begin snip
Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"  # IMPS/2
    Option "Device"      "/dev/psaux"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"

EndSection
## End snip

you should now be able to use the middle mouse button for copy-paste text 
under X, and use the wheel in applications that support it (konqueror, kmail 
and a lot of others).

hth,
joerg



Reply to: