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

Re: Wheel usb mouse on debian testing, XFree86 v4.x



On Wed, Aug 18, 2004 at 12:50:49AM -0400, Gaziz Nugmanov wrote:
> Привет,
> 
> Какие магические телодвижения необходимы для оживления колеса в USB
> мышке?

Да собственно немного imho :)
Необходимо чтобы был загружен драйвер usb контроллера и подключена мышь.
А еще приблизительно такое содержимое XF86Config-4

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        #Option      "Device" "/dev/input/mouse"
        Option      "ZAxisMapping" "4 5"
EndSection

Ну и как вариант описания секции ServerLayout:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

-- 
Anatoly P. Pugachev

Attachment: pgpQxT0ohbYCr.pgp
Description: PGP signature


Reply to: