-- florin gheorghiu <[EMAIL PROTECTED]> wrote
(on Thursday, 30 January 2003, 07:11 PM +0000):
> How do I set-up a mouse-wheel logitech in my box sid, kernel
> 2.4.18-bf2.4 ?

In your /etc/X11/XF86Config-4 file, have the InputDevice section read as
below:

Section "InputDevice"
    Identifier      "Configured Mouse"
    Driver          "mouse"
    Option          "CorePointer"
    Option          "Device"           "/dev/input/mice"
    Option          "Protocol"         "ImPS/2"
    Option          "ZAxisMapping"     "4 5"
EndSection

Note: the "Device" setting here is for a USB mouse; set as necessary.

-- 
Matthew Weier O'Phinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to