Re: [Spice-devel] Adding support for mouse buttons SIDE and EXTRA (often scroll wheel push left or right)

2018-12-18 Thread james harvey
I added in those involved in Oct 25, 2017'ish discussion regarding horizontal mouse wheel support, from here: https://patchwork.freedesktop.org/series/32626/ I'm not sure if that patchset was officially rejected. Regarding comments in that patcheset, because a native qemu (no spice involved)

Re: [Spice-devel] Adding support for mouse buttons SIDE and EXTRA (often scroll wheel push left or right)

2018-12-17 Thread Frediano Ziglio
> > > > > I have a Logitech G600 mouse. The scroll wheel can be pushed left or > > right. > > > > On Arch Linux host, evtest shows these as event codes 275 (BTN_SIDE) > > and 276 (BTN_EXTRA.) On host, they work as expected, by default as > > back and forward in supported programs such as web

Re: [Spice-devel] Adding support for mouse buttons SIDE and EXTRA (often scroll wheel push left or right)

2018-12-17 Thread Frediano Ziglio
> > I have a Logitech G600 mouse. The scroll wheel can be pushed left or right. > > On Arch Linux host, evtest shows these as event codes 275 (BTN_SIDE) > and 276 (BTN_EXTRA.) On host, they work as expected, by default as > back and forward in supported programs such as web browsers. > >

Re: [Spice-devel] Adding support for mouse buttons SIDE and EXTRA (often scroll wheel push left or right)

2018-12-16 Thread james harvey
On Sun, Dec 16, 2018 at 7:03 PM james harvey wrote: > > I have a Logitech G600 mouse. The scroll wheel can be pushed left or right. > > Removing spice, the buttons work. Changing to running QEMU directly rather than as a systemd service, and changing the options to drop spice and add "-device

[Spice-devel] Adding support for mouse buttons SIDE and EXTRA (often scroll wheel push left or right)

2018-12-16 Thread james harvey
I have a Logitech G600 mouse. The scroll wheel can be pushed left or right. On Arch Linux host, evtest shows these as event codes 275 (BTN_SIDE) and 276 (BTN_EXTRA.) On host, they work as expected, by default as back and forward in supported programs such as web browsers. There are so many