Horizontal scrolling through moused /dev/sysmouse, patch

Jean-Sébastien Pédron jean-sebastien.pedron at dumbbell.fr
Sun Dec 7 16:41:34 UTC 2014


On 21.11.2014 15:25, Felix Palmen wrote:
> Hello all,

Hi!

> I had a hard time getting horizontal scrolling working with moused and
> xf86-input-mouse 1.9.0, the patch from
> https://wiki.freebsd.org/SynapticsTouchpad
> seems outdated.

I made that patch a long time ago. The picked values for the horizontal
axis don't work well: you can't mix a movement on both axis in a single
event. 3/-3 would be a better choice so you can have -3+1 for example
and distinguish a movement on the vertical axis and another movement on
the horizontal axis. -2+1 would be understood as -1.

> Is there a way to determine whether moused actually handles a fourth 
> axis

xf86-video-mouse and moused(8) shoudl ask the kernel if an horizontal
axis is supported. If the kernel doesn't know about this "horizontal
thing" xf86-video-mouse is talking about, it means it's unsupported.

I believe a more long term solution would be to test the evdev GSoC:
https://wiki.freebsd.org/SummerOfCode2014/evdev_Touchscreens

It would allow us to fully use xf86-video-synaptics which must be
supporting horizontal scrolling.

-- 
Jean-Sébastien Pédron

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20141207/73e308b3/attachment.sig>


More information about the freebsd-x11 mailing list