LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-31-2015, 11:40 PM   #1
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Rep: Reputation: Disabled
Question How to set up the Synaptics Touchpad with all it's functions on Lenovo T430?


Hello fellow touchpad users

Can someone show me how to make the Lenovo Thinkpad T430's Synaptics Touchpad and Trackpoint fully work on Linux?

Meaning what packages to install additionally? How to best do the settings or tweaks?

Thank you in advance,
vaikus84
 
Old 02-01-2015, 12:40 AM   #2
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Most distro have Xorg which provides driver for synaptics.
 
Old 02-01-2015, 11:00 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
You will find quite a bit of help for your questions here
http://www.thinkwiki.org/wiki/Category:T430
 
Old 02-01-2015, 12:08 PM   #4
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Original Poster
Rep: Reputation: Disabled
I have read this link. It's of no help for my question.
 
Old 02-01-2015, 12:17 PM   #5
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
You should use the tools provided by your desktop environment -- you can use xorg.conf (or /etc/X11/xorg.conf.d/50-synaptics.conf -- see man synaptics & man xorg.conf), but I know that KDE does not respect these settings and will over-ride them.
 
Old 02-01-2015, 12:20 PM   #6
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Original Poster
Rep: Reputation: Disabled
KDE so far has been a chum in that respect. Meaning that KDE has no issues with setting the touchpad up. Since it has it's own nifty tool for mouse/touchpad settings.
But the other DE's need some additional tweaking.
 
Old 02-01-2015, 12:21 PM   #7
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Original Poster
Rep: Reputation: Disabled
Any Ideas on my other threads? I'm totally stuck with thinkfan and FN and Special keys.

Last edited by vaikus84; 02-01-2015 at 12:22 PM.
 
Old 02-01-2015, 12:27 PM   #8
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by vaikus84 View Post
But the other DE's need some additional tweaking.
Use the config files I mentioned in my post and refer to the man pages listed.

Here is my /etc/X11/xorg.conf.d/50-synaptics.conf to get you started:
Code:
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "0"
        Option "TapButton2" "0"
        Option "TapButton3" "0"
	Option "VertEdgeScroll" "1"
	Option "VertTwoFingerScroll" "0"
	Option "HorizEdgeScroll" "1"
	Option "HorizTwoFingerScroll" "0"
	Option "HorizScrollDelta" "10"
	Option "VertScrollDelta" "50"
        MatchDevicePath "/dev/input/event*"
EndSection
 
Old 02-02-2015, 11:01 AM   #9
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
When I referred you to the thinkwiki, I was thinking of all your requests. I've just used their search facility and found both "special keys" and "thinkfan".
 
Old 02-02-2015, 11:07 AM   #10
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DavidMcCann View Post
When I referred you to the thinkwiki, I was thinking of all your requests. I've just used their search facility and found both "special keys" and "thinkfan".
Thinkfan is kind of working for me. But not as it should. But that's not a thinkfan package issue on my T430. It's rather an issue of not being able to load tp_smapi and acpi_call. I'm uber frustrated allready. Have read even the man pages It's just not happening.

As for the special keys. The mentioned ones just don't work like they should.

I really need someone to answer who has similar specs like mine.
 
Old 02-02-2015, 11:12 AM   #11
vaikus84
LQ Newbie
 
Registered: Jan 2015
Location: Estonia
Distribution: Linux Lite 2.2, Linux Mint XFCE, Linux Mint Mate, Manjaro, Netrunner 14.1, Elementary OS
Posts: 24

Original Poster
Rep: Reputation: Disabled
That's what I have mumbled together on 'thinkfan' https://www.linuxliteos.com/forums/i...10856#msg10856
 
  


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
How to set up TLP power manager on a Lenovo Thinkpad T430? vaikus84 Linux - Laptop and Netbook 5 02-02-2015 11:09 PM
How to set up Lenovo Thinkpad T430's FN and special keys? vaikus84 Linux - Laptop and Netbook 2 02-01-2015 12:43 PM
How to set up Lenovo Thinkpad T430's network devices to be efficient? vaikus84 Linux - Laptop and Netbook 1 02-01-2015 12:42 AM

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

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