Turns out it worked, but the emulation behaviour is really weird. It's *very* difficult to scroll up or down. Is this expected behaviour? On linux the wheel
emulation was quite different.

Using xev I can see the button events register correctly and as fast as touchpad
scrolling

Στις 2017-01-24 20:10, edward wandasiewicz έγραψε:
Try

$ xinput --list-props "/dev/wsmouseX"

Where X is device of interest, before & after to verify changes.

On 24 Jan 2017 5:31 pm, "Μάνος Πιτσιδιανάκης"
<el13...@mail.ntua.gr> wrote:

Στις 2017-01-24 19:06, Kurt H Maier έγραψε:

I have this in my .xsession:

xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button"
2
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6
7 4 5

Hello,

Unfortunately this doesn't work for me, though the commands run
without errors. I suspect the
options are ignored, perhaps on the synaptics level? By the way,
xinput --list gives me the
following devices:

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

Where /dev/wsmouse{,0} is the trackpoint and touchpad respectively.

Reply via email to