LMDE 6: Touchpad Scroll Too Fast/Sensitive

Questions about hardware and drivers
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Post Reply
TJ_Fitz
Level 1
Level 1
Posts: 6
Joined: Wed Jan 17, 2024 4:13 pm

LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by TJ_Fitz »

Hi all, just installed LMDE 6 on my Lenovo T450s, and my touchpad two-finger scrolling is also too fast . But this is what I got when following the advised steps:

Code: Select all

root@LMDE-TJ-Lenovo:~# xinput
Unable to connect to X server
What now?
User avatar
karlchen
Level 23
Level 23
Posts: 18239
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by karlchen »

<mod> Split off from a thread in the "Main Edition" forum </mod>
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
User avatar
MiZoG
Level 8
Level 8
Posts: 2395
Joined: Fri Jan 26, 2018 8:30 pm
Location: Athens, Greece

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by MiZoG »

You don't have root account enabled by default on LMDE.
bin
Level 4
Level 4
Posts: 233
Joined: Wed Nov 22, 2006 12:12 pm
Location: Wiltshire UK

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by bin »

I have a Lenovo E530 (2012) and found the only sane way to get the trackpad to behave was to make sure I had the xserver-xorg-input-libinput driver installed and then delete the xserver-xorg-input-synaptics package.
TJ_Fitz
Level 1
Level 1
Posts: 6
Joined: Wed Jan 17, 2024 4:13 pm

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by TJ_Fitz »

MiZoG wrote: Thu Jan 18, 2024 1:35 am You don't have root account enabled by default on LMDE.
Still have sudo su.
TJ_Fitz
Level 1
Level 1
Posts: 6
Joined: Wed Jan 17, 2024 4:13 pm

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by TJ_Fitz »

bin wrote: Thu Jan 18, 2024 3:14 am I have a Lenovo E530 (2012) and found the only sane way to get the trackpad to behave was to make sure I had the xserver-xorg-input-libinput driver installed and then delete the xserver-xorg-input-synaptics package.
The former was already installed, and the latter was not. :-/

For starters, what I'd like to know is why I can't connect to the x server on root!
User avatar
MiZoG
Level 8
Level 8
Posts: 2395
Joined: Fri Jan 26, 2018 8:30 pm
Location: Athens, Greece

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by MiZoG »

TJ_Fitz wrote:Still have sudo su.
You have enabled root account --- you did not run any sudo su, TJ_Fitz :!:
Command prompt would have been root@hostname:/home/<username>
TJ_Fitz wrote:For starters, what I'd like to know is why I can't connect to the x server on root!
You have to log in to your root account in X to run an X server on it...
Terminal is just stating the facts: you didn't run an X server on your root account at the time you typed this command.

If you had executed sudo su and then xinput, you should have been able to see the output of xinput because sudo su would have allowed your current user to run commands with elevated privileges and you could have been able to see events registered for this user as a consequence which is totally useless of course because you don't need any special privileges to run xinput :idea:
User avatar
all41
Level 19
Level 19
Posts: 9529
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by all41 »

I've never needed root privilege to view or modify xinput parameters, but these
get reset at boot. Even for sudo -su xinput
Everything in life was difficult before it became easy.
Shiva
Level 3
Level 3
Posts: 141
Joined: Thu Jul 07, 2022 11:25 am

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by Shiva »

TJ_Fitz wrote: Wed Jan 17, 2024 4:21 pm Hi all, just installed LMDE 6 on my Lenovo T450s, and my touchpad two-finger scrolling is also too fast . But this is what I got when following the advised steps:

Code: Select all

root@LMDE-TJ-Lenovo:~# xinput
Unable to connect to X server
What now?
Hi,
Maybe I didn't understand what you're looking for, but did you try to move the speed cursor reachable through LM Menu / Mouse and Touchpad / Touchpad tab last line. There's also a scrollbar just above to choose what kind of scrolling you want to set.
TJ_Fitz
Level 1
Level 1
Posts: 6
Joined: Wed Jan 17, 2024 4:13 pm

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by TJ_Fitz »

Sorry for the delayed reply. I haven't forgotten!
MiZoG wrote: Sat Jan 20, 2024 11:40 pm
TJ_Fitz wrote:Still have sudo su.
You have enabled root account --- you did not run any sudo su, TJ_Fitz :!:
Command prompt would have been root@hostname:/home/<username>
TJ_Fitz wrote:For starters, what I'd like to know is why I can't connect to the x server on root!
You have to log in to your root account in X to run an X server on it...
Terminal is just stating the facts: you didn't run an X server on your root account at the time you typed this command.

If you had executed sudo su and then xinput, you should have been able to see the output of xinput because sudo su would have allowed your current user to run commands with elevated privileges and you could have been able to see events registered for this user as a consequence which is totally useless of course because you don't need any special privileges to run xinput :idea:
Screenshot from 2024-01-23 16-20-51.png
Last edited by TJ_Fitz on Tue Jan 23, 2024 7:31 pm, edited 1 time in total.
TJ_Fitz
Level 1
Level 1
Posts: 6
Joined: Wed Jan 17, 2024 4:13 pm

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by TJ_Fitz »

Shiva wrote: Sun Jan 21, 2024 5:45 am
TJ_Fitz wrote: Wed Jan 17, 2024 4:21 pm Hi all, just installed LMDE 6 on my Lenovo T450s, and my touchpad two-finger scrolling is also too fast . But this is what I got when following the advised steps:

Code: Select all

root@LMDE-TJ-Lenovo:~# xinput
Unable to connect to X server
What now?
Hi,
Maybe I didn't understand what you're looking for, but did you try to move the speed cursor reachable through LM Menu / Mouse and Touchpad / Touchpad tab last line. There's also a scrollbar just above to choose what kind of scrolling you want to set.
Thanks, I've done that. That bottom bar controls how fast the pointer moves when using the touch pad. I doesn't appear to have any effect on two-finger scroll speed.
Screenshot from 2024-01-23 16-25-40.png
User avatar
MiZoG
Level 8
Level 8
Posts: 2395
Joined: Fri Jan 26, 2018 8:30 pm
Location: Athens, Greece

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by MiZoG »

You have enabled root account. sudo -su is switching you to root in this case.

This is from a vanilla Debian Bookworm system I'm sitting in front of right now where root account is not enabled

Image
TJ_Fitz
Level 1
Level 1
Posts: 6
Joined: Wed Jan 17, 2024 4:13 pm

Re: LMDE 6: Touchpad Scroll Too Fast/Sensitive

Post by TJ_Fitz »

MiZoG wrote: Tue Jan 23, 2024 9:26 pm You have enabled root account. sudo -su is switching you to root in this case.

This is from a vanilla Debian Bookworm system I'm sitting in front of right now where root account is not enabled

Image
Alright, I see where I went wrong. I should have entered

Code: Select all

$ sudo su
instead of

Code: Select all

$ sudo su -
Running xinput without sudo gave this:

Code: Select all

tjfitz@LMDE-T450s:~$ xinput
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Synaptics TM3053-004                    	id=10	[slave  pointer  (2)]
⎜   ↳ TPPS/2 IBM TrackPoint                   	id=11	[slave  pointer  (2)]
⎜   ↳ Logitech USB Optical Mouse              	id=16	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
    ↳ Integrated Camera: Integrated C         	id=9	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                  	id=13	[slave  keyboard (3)]
    ↳ ORTEK USB Keyboard Hub                  	id=14	[slave  keyboard (3)]
    ↳ ORTEK USB Keyboard Hub                  	id=15	[slave  keyboard (3)]
root@LMDE-T450s:/home/tjfitz# 
My apologies for being thick :?

Anyway, what do I do with this info now?
Ps: What does the dash do anyway? I saw "sudo su -" elsewhere as a way to get admin access on the live usb.
Post Reply

Return to “Hardware Support”