LinuxQuestions.org
Help answer threads with 0 replies.
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 07-25-2020, 07:18 AM   #1
Flexico
Member
 
Registered: Aug 2015
Distribution: Mint MATE
Posts: 153

Rep: Reputation: Disabled
[Mint 20] Laptop Touchpad Settings


Just installed Mint 20 MATE on my new laptop and for the most part it's working out great! However, one issue I'm having is that the Hardware >> Mouse/Touchpad options don't seem to be working. I have "two-finger click" set to mean middle-click, but when I do it, it acts like right-click. Also when I click the bottom-right side of my touchpad it does left-click instead of right-click like it's supposed to. Do I need a driver to make it work or what?
 
Old 07-25-2020, 07:45 AM   #2
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
a different driver might be helpful or it might be possible to work with your settings.
Code:
xinput list
should give you the id number of your touchpad. then you can run
Code:
xinput list-props <id#>
to see the properties.

when i looked the other day, i believe i saw that mint 20 uses libinput for its touchpad driver. if xinput shows you have a synaptics touchpad, there is one specific for those listed as xserver-xorg-input-synaptics. i think i recall that there are a few different versions if you want to check with apt list xserver-xorg-input-syaptics*. of course even with the proper driver, there may need to be some adjustments made.

Last edited by cordx; 07-25-2020 at 07:47 AM. Reason: wording
 
Old 07-25-2020, 09:30 AM   #3
Flexico
Member
 
Registered: Aug 2015
Distribution: Mint MATE
Posts: 153

Original Poster
Rep: Reputation: Disabled
Code:
lexico@flexico-laptop ~ $ xinput list-props 11
Device 'DELL095A:00 06CB:CDD6 Touchpad':
	Device Enabled (197):	1
	Coordinate Transformation Matrix (199):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Tapping Enabled (347):	0
	libinput Tapping Enabled Default (348):	0
	libinput Tapping Drag Enabled (349):	1
	libinput Tapping Drag Enabled Default (350):	1
	libinput Tapping Drag Lock Enabled (351):	0
	libinput Tapping Drag Lock Enabled Default (352):	0
	libinput Tapping Button Mapping Enabled (353):	1, 0
	libinput Tapping Button Mapping Default (354):	1, 0
	libinput Natural Scrolling Enabled (331):	0
	libinput Natural Scrolling Enabled Default (332):	0
	libinput Disable While Typing Enabled (355):	0
	libinput Disable While Typing Enabled Default (356):	1
	libinput Scroll Methods Available (333):	1, 1, 0
	libinput Scroll Method Enabled (334):	1, 0, 0
	libinput Scroll Method Enabled Default (335):	1, 0, 0
	libinput Click Methods Available (357):	1, 1
	libinput Click Method Enabled (358):	0, 1
	libinput Click Method Enabled Default (359):	1, 0
	libinput Middle Emulation Enabled (360):	0
	libinput Middle Emulation Enabled Default (361):	0
	libinput Accel Speed (338):	0.000000
	libinput Accel Speed Default (339):	0.000000
	libinput Left Handed Enabled (343):	0
	libinput Left Handed Enabled Default (344):	0
	libinput Send Events Modes Available (316):	1, 1
	libinput Send Events Mode Enabled (317):	0, 0
	libinput Send Events Mode Enabled Default (318):	0, 0
	Device Node (319):	"/dev/input/event10"
	Device Product ID (320):	1739, 52694
	libinput Drag Lock Buttons (345):	<no items>
	libinput Horizontal Scroll Enabled (346):	1
Ok, so I can see the settings ... how do I edit them?
 
1 members found this post helpful.
Old 07-25-2020, 09:42 AM   #4
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
with the --set-prop option.
Quote:
--set-prop [--type=atom|float|int] [--format=8|16|32] device property value [...]
Set the property to the given value(s). If not specified, the format and type of the property are left as-is. The arguments are interpreted according to the property type.
man xinput will give you the same info as this page.
 
Old 07-30-2020, 01:38 AM   #5
Flexico
Member
 
Registered: Aug 2015
Distribution: Mint MATE
Posts: 153

Original Poster
Rep: Reputation: Disabled
Upgrading to Mint 20 seems to have fixed this! I guess the newer distro had the right drivers? Anyway, all fixed!
 
1 members found this post helpful.
  


Reply

Tags
laptop, mint, touchpad



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
[SOLVED] Copy /home dir. old laptop (Mint 19.1 XFCE) to new laptop (Mint 19.1 XFCE)? Klaas Vaak Linux - Laptop and Netbook 15 05-05-2019 08:54 AM
[SOLVED] Touchpad recognized as "PS/2 Elantech Touchpad", multitouch - not working on latest Linux distros (Mint,Ubuntu,Fedora,Manjaro) Chripcikas Linux - Hardware 13 09-28-2017 03:04 AM
Touchpad freezes laptop in Mint 17 Cinnamon ghis Linux - Hardware 5 07-08-2014 11:52 AM
IBM laptop & touchpad & TrackPoint - touchpad doesn't work! espinosa_cz Linux - Laptop and Netbook 1 08-20-2004 12:45 PM
USBmouse/touchpad together, touchpad behaves erratically Pathian Mandriva 2 01-07-2004 02:59 PM

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

All times are GMT -5. The time now is 02:57 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