Huge mouse-click delay

2016-09-20 Thread martin f krafft
Hello, for a few days now, I'm experiencing (sometimes multi-second!) delays between mouse click and reaction on my laptop. It's running: X.org 7.7+16 (Debian sid) Intel graphics driver 2:2.99.917+git20160706 evdev 2.10.2 I've already rebooted, but the problem stayed. I am a bit at a loss

Re: Huge mouse-click delay

2016-09-20 Thread martin f krafft
Hey Thomas, thanks for your response! > In the clients event handling. > => Which clients in particular? All? Only gtk? Only Qt? > Is xterm affected? All of them, including urxvt. > Does "export GDK_CORE_DEVICE_EVENTS=1" help anything on the matter No, nothing :( -- @martinkrafft | http://mad

Re: Huge mouse-click delay

2016-09-20 Thread Lucien Gentis
Hello, Same problem with touch pad or USB extern mouse ? Le 20/09/2016 à 10:34, martin f krafft a écrit : Hello, for a few days now, I'm experiencing (sometimes multi-second!) delays between mouse click and reaction on my laptop. It's running: X.org 7.7+16 (Debian sid) Intel graphics d

Re: Huge mouse-click delay

2016-09-20 Thread martin f krafft
also sprach Lucien Gentis [2016-09-20 14:39 +0200]: > Same problem with touch pad or USB extern mouse ? Good question; yes, the same problem exists with an external mouse. It's a Logitech wireless, and I initially thought that the dongle might be the problem, but the delay persists even if I rem

Re: Huge mouse-click delay

2016-09-20 Thread Lucien Gentis
So even if restarting the machine does not solve the problem, you can also try to unload/load kernel module (if your system permits it) : sudo rmmod psmouse sudo modprobe psmouse Another thing you can try is to start your machine with a live CD/DVD (Linux Ubuntu, Debian,...) in order to deter

Re: Huge mouse-click delay

2016-09-20 Thread martin f krafft
also sprach Lucien Gentis [2016-09-20 15:19 +0200]: > So even if restarting the machine does not solve the problem, you can also > try to unload/load kernel module (if your system permits it) : > > sudo rmmod psmouse > sudo modprobe psmouse Doing so does seem to make a difference — for a very s

Re: Huge mouse-click delay

2016-09-20 Thread Thomas Lübking
On Tue, Sep 20, 2016 at 10:34:18AM +0200, martin f krafft wrote: Hello, for a few days now, I'm experiencing (sometimes multi-second!) delays between mouse click and reaction on my laptop. It's running: xev reports the events ASAP, so the delay is at a later stage. In the clients event handlin

Re: Huge mouse-click delay

2016-09-20 Thread Thomas Lübking
On Tue, Sep 20, 2016 at 02:08:49PM +0200, martin f krafft wrote: All of them, including urxvt. swap xf86-input-libinput for xf86-input-evdev and or try behavior under a different environment (ie. start only an unmanaged xterm, launch clients from there and test their behavior) Does "export

Re: Huge mouse-click delay

2016-09-20 Thread Peter Hutterer
On Tue, Sep 20, 2016 at 02:46:35PM +0200, martin f krafft wrote: > also sprach Lucien Gentis [2016-09-20 14:39 > +0200]: > > Same problem with touch pad or USB extern mouse ? > > Good question; yes, the same problem exists with an external mouse. that's... strange and means it's not an issue wi