mouse scroll button - need more scroll
r23 at anchordrop.net
r23 at anchordrop.net
Sun Jun 25 18:13:21 CEST 2017
Hi All,
Trying to 'scroll more screen' when spinning the mouse wheel.
I id'd the device as # 9 and have this below. Following that is
a dump from xev where i am scrolling button up down.
I was ok with an old mouse, but my new mouse is not moving the screen
enough. My finger is getting tired.
-----------------------
using xinput I determined its the SINOWEALTH mouse.
>>> xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=15 [slave pointer (2)]
⎜ ↳ DualPoint Stick id=16 [slave pointer (2)]
⎜ ↳ HP HP Link-5 Micro Receiver id=10 [slave pointer (2)]
⎜ ↳ SINOWEALTH Game Mouse id=9 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Video Bus id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
↳ OCT KVMLite id=11 [slave keyboard (3)]
↳ HP HP Link-5 Micro Receiver id=12 [slave keyboard (3)]
↳ SINOWEALTH Game Mouse id=13 [slave keyboard (3)]
-----------------------
>>>>>> xinput list 9
SINOWEALTH Game Mouse id=9 [slave pointer (2)]
Reporting 7 classes:
Class originated from: 9. Type: XIButtonClass
Buttons supported: 13
Button labels: "Button Left" "Button Middle" "Button Right" "Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz Wheel Right" "Button Side" "Button Extra" "Button Unknown" "Button Unknown" "Button Unknown" "Button Unknown"
Button state:
Class originated from: 9. Type: XIValuatorClass
Detail for Valuator 0:
Label: Rel X
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 9. Type: XIValuatorClass
Detail for Valuator 1:
Label: Rel Y
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 9. Type: XIValuatorClass
Detail for Valuator 2:
Label: Rel Horiz Wheel
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 9. Type: XIValuatorClass
Detail for Valuator 3:
Label: Rel Vert Wheel
Range: -1.000000 - -1.000000
Resolution: 1 units/m
Mode: relative
Class originated from: 9. Type: XIScrollClass
Scroll info for Valuator 2
type: 2 (horizontal)
increment: 1.000000
flags: 0x0
Class originated from: 9. Type: XIScrollClass
Scroll info for Valuator 3
type: 1 (vertical)
increment: -1.000000
flags: 0x2 ( preferred )
-----------------------
xev : ( button 4 / button 5 are activating )
>>>> xev
ButtonRelease event, serial 37, synthetic NO, window 0x5e00001,
root 0x9c, subw 0x0, time 174683460, (74,122), root:(945,601),
state 0x810, button 4, same_screen YES
ButtonPress event, serial 37, synthetic NO, window 0x5e00001,
root 0x9c, subw 0x0, time 174683870, (74,122), root:(945,601),
state 0x10, button 5, same_screen YES
More information about the Xfce
mailing list