[Touch-packages] [Bug 1607240] Re: Xmir Firefox scrolling is too fast (mouse wheel) when run under Unity8 (since Xmir 2:1.18.4-1ubuntu4)

2016-07-28 Thread Daniel van Vugt
Found the solution! System Settings > Mouse & Touchpad > Slide the second (unlabelled) slider all the way left, and then one notch right. Turns out that unlabelled slider is the wheel scroll speed. Setting it one notch from the left correctly reduces the wheel speed from 7.0 to 1.0 as Mir

[Touch-packages] [Bug 1607240] Re: Xmir Firefox scrolling is too fast (mouse wheel) when run under Unity8 (since Xmir 2:1.18.4-1ubuntu4)

2016-07-28 Thread Daniel van Vugt
Test case: env MIR_CLIENT_INPUT_RECEIVER_REPORT=log mir_demo_client_egltriangle -- --desktop_file_hint=unity8 And roll your mouse wheel over it. Expected: vscroll values of +1/-1 Observed: vscroll values of +7/-7 -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1607240] Re: Xmir Firefox scrolling is too fast (mouse wheel) when run under Unity8 (since Xmir 2:1.18.4-1ubuntu4)

2016-07-28 Thread Daniel van Vugt
Confirmed the wheel vscroll value received by Xmir is exactly 7.0: vscroll = mir_pointer_event_axis_value(pev, mir_pointer_axis_vscroll); So for each mouse wheel tick: USC sends a vscroll value of +1/-1 to Unity8 Unity8 sends a vscroll value of +7/-7 to apps In previous versions of Xmir,

[Touch-packages] [Bug 1607240] Re: Xmir Firefox scrolling is too fast (mouse wheel) when run under Unity8 (since Xmir 2:1.18.4-1ubuntu4)

2016-07-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1607240] Re: Xmir Firefox scrolling is too fast (mouse wheel) when run under Unity8 (since Xmir 2:1.18.4-1ubuntu4)

2016-07-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtmir (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1607240] Re: [Xmir Firefox scrolling is too fast (mouse wheel) when run under Unity8 (since Xmir 2:1.18.4-1ubuntu4)

2016-07-28 Thread Daniel van Vugt
Good news: Confirmed I can reproduce the bug. Bad news: The bug only happens in Unity8 and not in Mir demo servers. What changed: Xmir 2:1.18.4-1ubuntu4 adds accurate vscroll/touchpad support. So instead of synthesising vscroll changes of any magnitude into fake button 4/5 press/releases, it