You are not logged in.

#1 2008-03-10 12:31:47

Robertek
Member
From: Czech Republic
Registered: 2007-06-02
Posts: 165
Website

Xorg/hal works but no mouse wheel.

I have been using xorg-server 1.4.0.90-7 with hal hotplug support. Everything works ok, keyboard, even my small notebook usb mouse (also its wheel).

But I have problem with my classic mouse that has 7 buttons. All the buttons work as they shoud but not the 4,5 button (wheel). 7,8 works ok as thay are supposed to work (internet back, front), even the 3 button (wheel press) works ok.

There is my old deprecated xorg config (I disabled input devices there)

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "evdev"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "Buttons" "7"
        Option      "ZAxisMapping" "6 7"
EndSection

And relevant xorg.log section

(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) <default pointer>: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "trust"
(**) Keyboard1: XkbModel: "trust"
(**) Option "XkbLayout" "cz_qwerty"
(**) Keyboard1: XkbLayout: "cz_qwerty"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) evaluating device (Keyboard1)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) evaluating device (<default pointer>)
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(**) ImExPS/2 Generic Explorer Mouse: always reports core events
(II) ImExPS/2 Generic Explorer Mouse: Found 4 relative axes.
(II) ImExPS/2 Generic Explorer Mouse: Configuring as pointer.
(II) ImExPS/2 Generic Explorer Mouse: Found 5 mouse buttons
(II) ImExPS/2 Generic Explorer Mouse: Configured 10 mouse buttons.
(II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: M
OUSE)
(**) ImExPS/2 Generic Explorer Mouse: 2 valuators.
(**) ImExPS/2 Generic Explorer Mouse: Configuring in Absolute mode.
(**) ImExPS/2 Generic Explorer Mouse: Registering 10 buttons.
(II) ImExPS/2 Generic Explorer Mouse: Init
(II) ImExPS/2 Generic Explorer Mouse: On

Maybe some way how to with this config change the ZAxisMapping to 6 7 (not 4 5 as show log)

Offline

Board footer

Powered by FluxBB