LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-21-2018, 11:07 AM   #1
nesbit12
LQ Newbie
 
Registered: May 2016
Posts: 23

Rep: Reputation: Disabled
Fedora 27 on Lenovo Thinpad: Touchpad stopped working


Hi,
I run Fedora 27 on my ThinPad W530. Previously I had F26 which worked fine, but the screen brightness buttons didn't work, unfortunately.
These days, I did the update to F27. Now, the screen brightness buttons work fine, but the touchpad stopped working!
Well, I used

Code:
libinput list-devices
where the touchpad is listed and apparently, it is enabled. Then I used

Code:
libinput debug-events
and when I move a finger on the touchpad, the event is displayed in the console (POINTER_MOTION). However, the mouse pointer does not move at all!
The trackpoint works fine, but I prefer the touchpad because it is more intuitive in my opinion.

What should I do to fix the touchpad problem?
 
Old 01-21-2018, 07:03 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
That is odd, and perhaps a bug report may be needed here.

Which desktop are you using?
Code:
loginctl list-sessions
Assuming 1 session, do
Code:
loginctl show-session 1
and report back.
 
Old 01-22-2018, 02:43 PM   #3
nesbit12
LQ Newbie
 
Registered: May 2016
Posts: 23

Original Poster
Rep: Reputation: Disabled
Hi ferrari!

That problem is quite strange, isn't it? Funny enough, the buttons at the bottom of the touchpad work, but not the touchpad itself....

anyway, I executed the commandlines you mentioned. Here is the output:

Code:
# loginctl list-sessions
   SESSION        UID USER             SEAT             TTY             
         2       1000 tobias           seat0                            

1 sessions listed.
apparently, I need to modify your 2nd commandline slightly, because the session ID is 2, and not 1 (weird!).


Code:
# loginctl show-session 2
Id=2
User=1000
Name=nesbit
Timestamp=Mon 2018-01-22 21:37:36 CET
TimestampMonotonic=181209893
VTNr=1
Seat=seat0
Display=:0
Remote=no
Service=lightdm
Desktop=xfce
Scope=session-2.scope
Leader=1390
Audit=2
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
LockedHint=no
what does that tell us?
 
Old 01-22-2018, 03:26 PM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I was just wondering about the DE and whether Wayland or Xorg was in use. Now, I can know its XFCE and the standard Xorg server.
 
Old 01-22-2018, 03:34 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I'm now wondering if this is some desktop (mouse and touchpad) setting that inhibits the touchpad because another pointing device is attached. It might be an untended consequence of the trackpoint being detected. I'm not familiar with XFCE unfortunately.
 
Old 01-28-2018, 04:11 PM   #6
nesbit12
LQ Newbie
 
Registered: May 2016
Posts: 23

Original Poster
Rep: Reputation: Disabled
Hmm, previously I never had problems with the touchpad and trackpoint being detected at the same time.
Currently I have an external mouse, but it makes no difference whether the mouse is connected or not.
 
Old 01-28-2018, 05:12 PM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Hmmm....what is reported by gsettings? I assume that's the relevant API for XFCE.
Code:
gsettings get org.gnome.desktop.peripherals.touchpad send-events
I'm just wondering if its set with 'disabled-on-external-mouse' perhaps?
 
Old 01-29-2018, 02:04 PM   #8
nesbit12
LQ Newbie
 
Registered: May 2016
Posts: 23

Original Poster
Rep: Reputation: Disabled
Hi,

I get the following:

Code:
# gsettings get org.gnome.desktop.peripherals.touchpad send-events
'enabled'
so it seems like it is actually enabled. Nothing happens if the external mouse is disconnected, even if the machine is rebooted without the external mouse.
 
Old 01-29-2018, 03:28 PM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Since the events are being generated but no corresponding cursor movement, I would consider raising a bug report.

https://fedoraproject.org/wiki/Bugzilla

It may well be related to the DE you're using rather than with libinput IMO.

Last edited by ferrari; 01-29-2018 at 03:30 PM.
 
Old 04-26-2018, 02:12 PM   #10
nesbit12
LQ Newbie
 
Registered: May 2016
Posts: 23

Original Poster
Rep: Reputation: Disabled
Hey hey,
long time ago, and I already gave up the touchpad problem - but recently, I was watching a movie, and it was a PITA not to be able to use the touchpad, so I started investigating in the problem once again. After hours of googling, I actually found out, that the touchpad drivers in X11 have been changed, and installing

xorg-x11-drv-libinput

was enough to completely fix the problem! just in case anyone else has the same problem, hope he/she will find this thread and it helps a bit :-)
 
Old 05-26-2018, 10:42 AM   #11
Giordano
LQ Newbie
 
Registered: May 2018
Posts: 5

Rep: Reputation: Disabled
touchpad fedora 28 Dell inspiron

Hi... I wonder if should I try it?
on a Dell Insipiron e5: Fedora 28; "the right button: copy, paste, text corrections, open new tab – of my touchpad, are not working" some suggestions pleas…
I would appreciate



Quote:
Originally Posted by nesbit12 View Post
Hey hey,
long time ago, and I already gave up the touchpad problem - but recently, I was watching a movie, and it was a PITA not to be able to use the touchpad, so I started investigating in the problem once again. After hours of googling, I actually found out, that the touchpad drivers in X11 have been changed, and installing

xorg-x11-drv-libinput

was enough to completely fix the problem! just in case anyone else has the same problem, hope he/she will find this thread and it helps a bit :-)
 
Old 05-26-2018, 09:29 PM   #12
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I'd be very surprised if libinput was not already employed. Most current distros using recent Xorg versions and desktop environments have been using it by default for some time now. In any case it is easy to check the Xorg log to examine the input driver(s) in use. For example....
Code:
grep "Using input driver" /var/log/Xorg.0.log
 
Old 05-26-2018, 11:34 PM   #13
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Not going to find those files on a default Fedora install - wayland remember.

This is mentioned in the F28 common bugs. But isn't a bug, it was forced on everyone by the pinheads at gnome - see this for an example of their disregard of their users.

Read this for the Fedora entry. I am also affected on a new-build I did.
 
Old 05-27-2018, 01:51 AM   #14
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
Not going to find those files on a default Fedora install - wayland remember.
Well wayland only uses libinput
 
Old 05-27-2018, 01:55 AM   #15
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
This is mentioned in the F28 common bugs. But isn't a bug, it was forced on everyone by the pinheads at gnome - see this for an example of their disregard of their users.
That is an unfortunate situation. I haven't paid much attention to date, since I don't use Gnome and openSUSE still provides Xorg (and Wayland as an option for experimentation purposes) at present.
 
  


Reply



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
LENOVO TOUCHPAD is not working in FEDORA 12 dazzyrock Linux - Newbie 4 05-08-2010 07:08 AM
touchpad stopped working clementis Linux - Hardware 6 03-10-2008 10:34 PM
touchpad stopped working SyCo123 DamnSmallLinux 2 03-09-2008 11:26 AM
Touchpad stopped working nkef Linux - Laptop and Netbook 1 12-01-2004 12:52 PM
Touchpad stopped working!!! king_nothingzzz Linux - Hardware 8 03-01-2004 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:53 AM.

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