NetBSD-Users archive

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

Re: Bluetooth wheel mouse and X11



> Are you connected to the G4 using ssh -X or something?
Ah yes, sorry about that. I lazily ssh'd from WSL2 to copy/paste more easily. Here's the output directly from the G4 with only the BT Microsoft Wedge mouse attached:

xinput list
_ Virtual core pointer                          id=2    [master pointer  (3)]
_   _ Virtual core XTEST pointer                id=4    [slave pointer  (2)]
_   _ /dev/wsmouse                              id=7    [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)]

xinput list-props 2
Device 'Virtual core pointer':
        Device Enabled (165):   1
        Coordinate Transformation Matrix (166): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000

xinput list-props 4
Device 'Virtual core XTEST pointer':
        Device Enabled (165):   1
        Coordinate Transformation Matrix (166): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        XTEST Device (269):     1

xinput list-props 7
Device '/dev/wsmouse':
        Device Enabled (165):   1
        Coordinate Transformation Matrix (166): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        Device Accel Profile (272):     0
        Device Accel Constant Deceleration (273):       1.000000
        Device Accel Adaptive Deceleration (274):       1.000000
        Device Accel Velocity Scaling (275):    10.000000
        WS Pointer Middle Button Emulation (276):       2
        WS Pointer Middle Button Timeout (277): 50

wsmuxctl -f 0 -l
wsmouse0
wsmouse2

wsconsctl -am -f /dev/wsmouse2
type=bluetooth
scroll.reverse=0
scroll.distance.x=12
scroll.distance.y=12
repeat.buttons=none
repeat.delay.first=0
repeat.delay.decrement=0
repeat.delay.minimum=0


2. Have you tried these same mice on an amd64 system?

Yes, and sure enough, on my NetBSD 10 AMD64 build machine I see the same (incorrect) scrolling behavior.

I guess I should keep my Microsoft BT mice inside their Windows world :) But FWIW, I use these same Microsoft BT mice on Debian Linux and they work correctly.

Appreciate all of your help.

-Joel




Home | Main Index | Thread Index | Old Index