NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/57424: Very very slow speed of X mouse pointer movement when connecting Digitizer/Pen Tablet on NetBSD 10
Sorry, I mistyped my email address in send-pr forms.
mlelstv%serpens.de@localhost wrote:
> What happens if you manually remove wsmouse1+2 from the mux before
> starting X ?
> wsmuxctl -f /dev/wsmux0 -r wsmouse1
> wsmuxctl -f /dev/wsmux0 -r wsmouse2
I try to test it.
Then mouse pointer moves normal speed, and Pen tablet pointer works, too.
In this case, xinput is here:
% xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ /dev/wsmouse1 id=7 [slave pointer (2)]
⎜ ↳ /dev/wsmouse2 id=8 [slave pointer (2)]
⎜ ↳ /dev/wsmouse id=9 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ /dev/wskbd id=6 [slave keyboard (3)]
wsmux0(wsmouse):
# wsmuxctl -f /dev/wsmux0
wsmouse0
The properties of /dev/wsmouse does not have scale property:
% xinput list-props /dev/wsmouse
Device '/dev/wsmouse':
Device Enabled (161): 1
Coordinate Transformation Matrix (163): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (270): 0
Device Accel Constant Deceleration (271): 1.000000
Device Accel Adaptive Deceleration (272): 1.000000
Device Accel Velocity Scaling (273): 10.000000
WS Pointer Middle Button Emulation (276): 2
WS Pointer Middle Button Timeout (277): 50
This case is like netbsd-9 environment, but the tablet devices are separated.
But after disconnect and reconnect a usb tablet agen, the tablet pointer stacks.
Thanks.
Home |
Main Index |
Thread Index |
Old Index