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

Re: mouse-wheel



-- florin gheorghiu <teclaoridoi@hotmail.com> 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
matthew@weierophinney.net



Reply to: