You are not logged in.

#1 2018-09-17 06:33:05

brooqs
Member
Registered: 2015-06-12
Posts: 4

DELL Touchpad tap click not working

Hello Guys,

I bought a new Dell Inspiron 7577 laptop. I installed everything working nicely except touchpad. I applied many tut but no success. Actually touchpad working properly but mouse click only work as like press the touchpad.  I need some advice how to solve this problem.

My Uname out:
Linux cybertron 4.18.6-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 5 11:54:09 UTC 2018 x86_64 GNU/Linux

My dmesq filter for DELL
[    3.876843] i2c_hid i2c-DELL07FA:00: i2c-DELL07FA:00 supply vdd not found, using dummy regulator
[    3.904172] input: DELL07FA:00 06CB:7E92 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-DELL07FA:00/0018:06CB:7E92.0003/input/input18
[    3.904293] input: DELL07FA:00 06CB:7E92 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-DELL07FA:00/0018:06CB:7E92.0003/input/input19
[    3.904387] hid-generic 0018:06CB:7E92.0003: input,hidraw2: I2C HID v1.00 Mouse [DELL07FA:00 06CB:7E92] on i2c-DELL07FA:00
[    4.044044] input: DELL07FA:00 06CB:7E92 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-DELL07FA:00/0018:06CB:7E92.0003/input/input22
[    4.044135] hid-multitouch 0018:06CB:7E92.0003: input,hidraw2: I2C HID v1.00 Mouse [DELL07FA:00 06CB:7E92] on i2c-DELL07FA:00

Thank you for your help.

Offline

#2 2018-09-17 11:54:28

brooqs
Member
Registered: 2015-06-12
Posts: 4

Re: DELL Touchpad tap click not working

I solve problem

First i was install the libinput with "sudo pacman -S libinput" and then add the following lines to /usr/share/X11/xorg.conf.d/40-libinput.conf
    Option "Tapping" "True"
    Option "TapingDrag" "True"
    Option "DisableWhileTyping" "True"
    Option "AccelProfile" "adaptive"
    Option "AccelSpeed" "0.4"
    Option "SendEventsMode" "disabled-on-external-mouse"

also remove synaptic.conf file from /etc/X11/xorg.conf.d/

Thx

Offline

Board footer

Powered by FluxBB