Here's what I added to my startup script: dev="Logitech USB Trackball" we="Wheel Emulation" xinput set-int-prop "$dev" "$we" 8 1 xinput set-int-prop "$dev" "$we Button" 8 9 xinput set-int-prop "$dev" "$we X Axis" 8 6 7 xinput set-int-prop "$dev" "$we Y Axis" 8 4 5 xinput set-int-prop "$dev" "Drag Lock Buttons" 8 8
Use $ xinput list-props "Logitech USB Trackball"; to see what properties are available. Put in the name of your own device, of course; I found mine in /var/log/Xorg.0.log. If you can't find yours there, lshal might help. You can use that as a workaround, as long as it works. Or a semipermanent solution, if you don't want to learn hal ;-) -- trackpoint scrolling is not working https://bugs.launchpad.net/bugs/261400 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs