Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved?] Suspend:Two finger scroll stops working

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2042
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

[Solved?] Suspend:Two finger scroll stops working

#1 Post by Hallvor »

I have the same problem as described here:
I noticed that when I suspend my laptop by closing the lid, my two-finger vertical scroll stops working on my touchpad.

When I reboot my laptop (with sudo reboot) my vertical scroll works again. I think something goes wrong when my laptop exits suspend mode.

EDIT: Ok, so very mysteriously, after waking from sleep the touchpad will respond to three-finger vertical scroll instead of two-finger vertical scroll.
https://www.reddit.com/r/i3wm/comments/ ... er_laptop/

Systemsettings says two finger vertical scroll is enabled. :shock:

I don't have much to offer here, but any ideas?
Last edited by Hallvor on 2019-12-31 11:57, edited 1 time in total.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Suspend:Two finger scroll turns into three finger scroll

#2 Post by Head_on_a_Stick »

Which touchpad driver are you using?

Check with

Code: Select all

synclient
^ That will only work if you're using xserver-xorg-input-synaptics.
deadbang

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2042
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

Re: Suspend:Two finger scroll turns into three finger scroll

#3 Post by Hallvor »

Code: Select all

hallvor@debian-thinkpad:~$ kcm-touchpad-list-devices | grep TOUCHPAD
Name: SynPS/2 Synaptics TouchPad Type: TOUCHPAD Use: Extension Pointer

Code: Select all

hallvor@debian-thinkpad:~$ synclient
bash: fant ikke kommando synclient
It says no such command.

Code: Select all

$ cat /proc/bus/input/devices

I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input5
U: Uniq=
H: Handlers=mouse0 event5 
B: PROP=15
B: EV=b
B: KEY=e520 10000 0 0 0 0
B: ABS=660800011000003

I: Bus=0011 Vendor=0002 Product=000a Version=0000
N: Name="TPPS/2 IBM TrackPoint"
P: Phys=synaptics-pt/serio0/input0
S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input7
U: Uniq=
H: Handlers=mouse2 event9 
B: PROP=21
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3
Last edited by Hallvor on 2019-12-31 11:33, edited 1 time in total.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Suspend:Two finger scroll turns into three finger scroll

#4 Post by Head_on_a_Stick »

So it's libinput then. Which desktop is this?

Check the output of

Code: Select all

libinput list-devices 
for both your normal desktop and when you're experiencing the problem to see if there's any difference.

You could try the synaptics driver, see if that behaves any better:

Code: Select all

# cp /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/
Log out & back in again to test. Remove /etc/X11/xorg.conf.d/70-synaptics.conf to revert to the stock behaviour.
deadbang

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2042
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

Re: Suspend:Two finger scroll turns into three finger scroll

#5 Post by Hallvor »

Thanks, but libinput gives no wanted output (no such command).

I'll test your suggestion.


Edit:
I had to install xserver-xorg-input-synaptics before copying the file, rebooting, suspending and waking up from suspend. It works well for now, so we'll see if it continues.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Post Reply