LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-24-2020, 08:04 AM   #16
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053

So:
Code:
[     9.177] (II) event20 - DELL0741:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[     9.179] (II) event20 - DELL0741:00 06CB:7E7E Touchpad: device is a touchpad
[     9.179] (II) event20 - DELL0741:00 06CB:7E7E Touchpad: device removed
[     9.206] (**) Option "Tapping" "on"
[     9.206] (**) Option "TappingDrag" "on"
[     9.206] (**) Option "TappingButtonMap" "lrm"
[     9.206] (**) Option "AccelSpeed" "-0.8"
[     9.206] (**) Option "AccelProfile" "adaptive"
[     9.206] (**) Option "NaturalScrolling" "True"
[     9.206] (**) Option "ScrollMethod" "twofinger"
[     9.206] (**) Option "ClickMethod" "clickfinger"
[     9.206] (**) Option "MiddleEmulation" "on"
[     9.206] (**) Option "DisableWhileTyping" "True"
[     9.206] (**) Option "HorizontalScrolling" "False"
Interesting: it says "device removed", but then continues applying config options (also later in that log).
No idea why.
I do notice tha there's apparently also a Touchscreen.
Maybe that has something to do with your problem.

PS: what's "clickfinger"?
 
Old 10-24-2020, 08:54 AM   #17
jozmak
Member
 
Registered: Aug 2005
Posts: 81

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ondoho View Post
So:
Code:
[     9.177] (II) event20 - DELL0741:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[     9.179] (II) event20 - DELL0741:00 06CB:7E7E Touchpad: device is a touchpad
[     9.179] (II) event20 - DELL0741:00 06CB:7E7E Touchpad: device removed
[     9.206] (**) Option "Tapping" "on"
[     9.206] (**) Option "TappingDrag" "on"
[     9.206] (**) Option "TappingButtonMap" "lrm"
[     9.206] (**) Option "AccelSpeed" "-0.8"
[     9.206] (**) Option "AccelProfile" "adaptive"
[     9.206] (**) Option "NaturalScrolling" "True"
[     9.206] (**) Option "ScrollMethod" "twofinger"
[     9.206] (**) Option "ClickMethod" "clickfinger"
[     9.206] (**) Option "MiddleEmulation" "on"
[     9.206] (**) Option "DisableWhileTyping" "True"
[     9.206] (**) Option "HorizontalScrolling" "False"
Interesting: it says "device removed", but then continues applying config options (also later in that log).
No idea why.
I do notice tha there's apparently also a Touchscreen.
Maybe that has something to do with your problem.

PS: what's "clickfinger"?

ondoho, I don't know what clickfiner means in the code. This is 2 in 1 laptop and the touchscreen works perfectly, although I seldom use it. Regarding the touchpad everything works - left click, scroll, tooltips - except the one and two finger taps.
I have a gnome desktop installed on a separate partition, and as I said gnome always works out of the box. Do you want me to post gnoem Xorg.0.log file to compare with this one? Perhaps comparing the two might give you a clue what could be the problem.
 
Old 10-24-2020, 12:32 PM   #18
jozmak
Member
 
Registered: Aug 2005
Posts: 81

Original Poster
Rep: Reputation: 1
Here are the two relevant Touchpad entries from two different desktops - the first includes the gnome desktop Xorg.0.log, which works out of the box, the second the lxqt desktop with the issues described above.
The second file includes EE entries, the first doesn't

GNOME

Code:
[mak@jmak-pc ~]$ grep Touchpad /var/log/Xorg.0.log
[     5.200] (II) config/udev: Adding input device DELL0741:00 06CB:7E7E Touchpad (/dev/input/event9)
[     5.200] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "evdev touchpad catchall"
[     5.200] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.200] (II) Using input driver 'libinput' for 'DELL0741:00 06CB:7E7E Touchpad'
[     5.201] (**) DELL0741:00 06CB:7E7E Touchpad: always reports core events
[     5.202] (II) event9  - DELL0741:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[     5.204] (II) event9  - DELL0741:00 06CB:7E7E Touchpad: device is a touchpad
[     5.204] (II) event9  - DELL0741:00 06CB:7E7E Touchpad: device removed
[     5.204] (II) XINPUT: Adding extended input device "DELL0741:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 13)
[     5.205] (**) DELL0741:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[     5.205] (**) DELL0741:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[     5.205] (**) DELL0741:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[     5.206] (II) event9  - DELL0741:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[     5.208] (II) event9  - DELL0741:00 06CB:7E7E Touchpad: device is a touchpad
[     5.208] (II) config/udev: Adding input device DELL0741:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[    21.519] (II) event9  - DELL0741:00 06CB:7E7E Touchpad: device removed
LXQT

Code:
grep Touchpad /var/log/Xorg.0.log
[     8.514] (II) config/udev: Adding input device DELL0741:00 06CB:7E7E Touchpad (/dev/input/event17)
[     8.514] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "evdev touchpad catchall"
[     8.514] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[     8.514] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "touchpad"
[     8.514] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "Default clickpad buttons"
[     8.514] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[     8.514] (II) Using input driver 'libinput' for 'DELL0741:00 06CB:7E7E Touchpad'
[     8.514] (**) DELL0741:00 06CB:7E7E Touchpad: always reports core events
[     8.515] (II) event17 - DELL0741:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[     8.517] (II) event17 - DELL0741:00 06CB:7E7E Touchpad: device is a touchpad
[     8.517] (II) event17 - DELL0741:00 06CB:7E7E Touchpad: device removed
[     8.542] (II) XINPUT: Adding extended input device "DELL0741:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 14)
[     8.542] (**) DELL0741:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[     8.542] (**) DELL0741:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[     8.542] (**) DELL0741:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[     8.544] (II) event17 - DELL0741:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[     8.545] (II) event17 - DELL0741:00 06CB:7E7E Touchpad: device is a touchpad
[     8.545] (II) config/udev: Adding input device DELL0741:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[     8.545] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "touchpad"
[     8.546] (**) DELL0741:00 06CB:7E7E Touchpad: Applying InputClass "Default clickpad buttons"
[     8.546] (II) Using input driver 'libinput' for 'DELL0741:00 06CB:7E7E Touchpad'
[     8.546] (**) DELL0741:00 06CB:7E7E Touchpad: always reports core events
[     8.562] (EE) libinput: DELL0741:00 06CB:7E7E Touchpad: Failed to create a device for /dev/input/mouse1
[     8.562] (EE) PreInit returned 2 for "DELL0741:00 06CB:7E7E Touchpad"
 
Old 10-24-2020, 01:43 PM   #19
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by jozmak View Post
The second file includes EE entries, the first doesn't
Sounds like you're on to something.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: LXQt 0.14 Desktop Adds Split View in File Manager, LXQt 1.0 Still in Development LXer Syndicated Linux News 0 01-27-2019 01:32 PM
[SOLVED] How to make Garuda as default font in Libre Office? 1sweetwater! Linux - Software 3 07-23-2014 08:27 PM
SOLVED : P new install of archlinux with archlinux-2010.05-core-i686.iso elenger Arch 1 08-18-2011 02:55 PM
*tap tap tap* Is this thing on? narcos LQ Suggestions & Feedback 8 09-26-2009 08:57 PM
Garuda WIDS zuessh Linux - Security 1 06-12-2004 04:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration