[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2018-12-19 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed => Unknown

** Bug watch added: bugs.webkit.org/ #24813
   https://bugs.webkit.org/show_bug.cgi?id=24813

** Bug watch added: bugs.webkit.org/ #45155
   https://bugs.webkit.org/show_bug.cgi?id=45155

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2017-07-01 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Won't Fix => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2017-06-05 Thread Austin
** Changed in: xorg-server (Ubuntu)
   Status: Opinion => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2017-02-08 Thread Albert Zeyer
Well, there is some ongoing discussion here:
https://bugs.freedesktop.org/show_bug.cgi?id=29905

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2017-02-04 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2016-09-23 Thread clel
Any updates?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2014-05-01 Thread mahmoud khattab
** Changed in: xorg-server (Ubuntu)
   Status: Triaged = Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2012-02-08 Thread Bug Watch Updater
Launchpad has imported 12 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=29905.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-08-31T13:15:03+00:00 Albert Zeyer wrote:

It would be nice to have acceleration for the mouse wheel.

Report on Launchpad: https://bugs.launchpad.net/ubuntu/+source/meta-
kde/+bug/619403

Reply at: https://bugs.launchpad.net/xorg-server/+bug/619403/comments/3


On 2010-08-31T13:31:11+00:00 Albert Zeyer wrote:

I am trying right now to implement this myself.

As I am not that used to the Xorg sources, this is what I want to do in
xf86-input-mouse:

* Add some attributes in the _MouseDevRec struct (in fx86OSmouse.h) which are 
about the acceleration properties.
* In MouseCommonOptions in mouse.c, I am adding some additional handling to 
read those acceleration attributes.
* At some point in the input handling in mouse.c, add that acceleration 
handling (at what point exactly?). I plan to just throw out multiple button 4,5 
press events.

Please give some comments about how to do it right.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/619403/comments/5


On 2010-08-31T13:35:14+00:00 Albert Zeyer wrote:

Or probably it is better to add those properties to mousePrivRec (in
mousePriv.h).

Reply at: https://bugs.launchpad.net/xorg-server/+bug/619403/comments/6


On 2010-08-31T13:36:33+00:00 Julien Cristau wrote:

As far as X is concerned mouse wheel is a couple of buttons, so I'm not
sure what acceleration would mean there.  This sounds like it should be
implemented in clients.  In any case moving to evdev as you probably
don't want to be doing that in the mouse driver anyway.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/619403/comments/7


On 2010-09-02T03:29:37+00:00 Albert Zeyer wrote:

Ok, I am in the middle of a progress here. I am trying to optimise it a
bit further. But I will attach my current progress so far so you can
review it and give some comments because I actually have the problem
that sometimes (mostly after I restart xinit on a running Xserver),
somehow the device property names are messed up or at least xinput shows
this:


az@acompneu 1275 (~) %xinput list-props 8
Device 'Microsoft Microsoft IntelliMouse® Explorer':
NumLock (119):  1
left_ptr (241): ... of unknown type 
_DBUS_SESSION_BUS_SELECTION_az_9797c07820e7488abd822c644c1f55a4

_DBUS_SESSION_BUS_ADDRESS (243):0
_DBUS_SESSION_BUS_PID (244):0
KDE_FULL_SESSION (245): ... of unknown type 
_DBUS_SESSION_BUS_SELECTION_az_9797c07820e7488abd822c644c1f55a4

KDE_SESSION_VERSION (246):  ... of unknown type
_DBUS_SESSION_BUS_SELECTION_az_9797c07820e7488abd822c644c1f55a4

WM_PROTOCOLS (247): ... of unknown type
_DBUS_SESSION_BUS_SELECTION_az_9797c07820e7488abd822c644c1f55a4

Evdev Reopen Attempts (226):10
Evdev Axis Inversion (227): 0, 0
Evdev Axes Swap (229):  0
_NET_WM_CONTEXT_HELP (251): LevelFive (127), AltGr (128)
_NET_WM_SYNC_REQUEST (252): Alt (120), LevelThree (121), LAlt 
(122), RAlt (123), RControl (124), LControl (125), ScrollLock (126), 
_KDE_SPLASH_PROGRESS (239), WM_LOCALE_NAME (240), _XKB_RULES_NAMES (238), 
_XKB_RULES_NAMES (238), _XKB_RULES_NAMES (238), _XKB_RULES_NAMES (238)
Evdev Middle Button Emulation (230):2
Evdev Middle Button Timeout (231):  50
Evdev Wheel Emulation (232):0
Evdev Wheel Emulation Axes (233):   0, 0, 4, 5
Evdev Wheel Emulation Inertia (234):10
Evdev Wheel Emulation Timeout (235):200
Evdev Wheel Emulation Button (236): 4
Evdev Drag Lock Buttons (237):  0


It looks a lot like some memory is messed up. I already tried to debug with 
valgrind but I didn't see anything related (a whole bunch of other messages 
show up there, so I also might have missed it).

Another thing which makes the debuggin a bit complicated: Most
applications seem to scroll already for one event by multiple pixel;
about 20 pixel in Chrome. And I have set it to the minimum possible
value in the KDE settings (not sure if Chrome takes those or has its own
settings). That makes the debugging quite hard because the scrolling is
soon pretty much too fast.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/619403/comments/9


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2012-02-07 Thread evgom
Albert Zeyer i can't compile with your patch. Please update. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2011-10-12 Thread Bug Watch Updater
** Changed in: xorg-server
   Importance: Medium = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2011-02-04 Thread Bug Watch Updater
** Changed in: xorg-server
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2011-01-24 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619403] Re: [KDE] no option for mouse wheel acceleration

2010-11-04 Thread Albert Zeyer
Note that this is not only KDE. The first place where this needs to be
implemented is the Xorg server. I have done that already with my patch.
Without that or another similar implementation in Xorg, this cannot
(should not) be implemented.

Also note that there was a discussion with Xorg developers about my
patch on the Xorg mailinglist. While it works quite well and is quite
easy, this probably will not be the final implementation. It was
considered to generalize the already existing acceleration code in Xorg
and reuse that code also for mouse wheel acceleration, together with
this project:

https://github.com/x-quadraht/pscroll

It probably will take much longer though until we have all that in Xorg.
So if Ubuntu wants mouse wheel acceleration now, my patch would be a
viewable solution.

For those who never experienced mouse wheel acceleration: You really
should try that, it *greatly* improves the general user experience and
usability. I think this is quite an important thing if you want to
improve Ubuntus usability.

-- 
[KDE] no option for mouse wheel acceleration
https://bugs.launchpad.net/bugs/619403
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