LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-07-2007, 08:13 AM   #1
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Making Synaptics Touchpad Work Properly


Have you installed the Synaptics Xorg driver, edited your xorg.conf, and Slack's kernel still detects your touchpad as a PS/2 mouse so you can't use the advanced features of your touchpad?

If in dmesg you see the touchpad referred to as a PS/2 Synaptics Touchpad instead of a SynPS/2 Synaptics touchpad, that's what has happened. There is a fix though, and as is usual for Slack, it's actually quite simple.

Assuming that you have in fact done the above and the driver and a proper xorg.conf is in place you just need to edit a couple of files and it should be properly detected.

Edit your rc.modules file. Find the lines that load psmouse and comment them out. Find the line that loads evdev and uncomment it. Save the file.

Edit rc.local and add /sbin/modprobe/psmouse and save the file.

This will cause everything else to be loaded before the mouse driver and now your touchpad should be properly detected so that the Synaptics Xorg driver will actually work.
 
Old 10-08-2007, 05:00 PM   #2
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
Well posted, I'd considered making a write up but I've been distracted for the last few weeks.
I have
Code:
if [[ 'lsmod | cut -f 1 -d " " | grep psmouse' ]] ; then
        echo "Found psmouse module"
        echo "Reloading psmose module so that Synapics will work"
        /sbin/rmmod psmouse
        /sbin/insmod /lib/modules/2.6.21.5-smp/kernel/drivers/input/mouse/psmouse.ko
fi
in my rc.local and that has my synaptics pad working fine. just because I get an error when I try to use modprobe (purely asthetic)

Last edited by truthfatal; 10-08-2007 at 05:04 PM. Reason: cleaned, corrected
 
Old 10-08-2007, 07:49 PM   #3
xflow7
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 215

Rep: Reputation: 45
Another approach that worked for me was to leave rc.modules untouched and just create a file in /etc/modules.d called touchpad with the line:

Code:
options psmouse proto=any
This over-rides the proto=imps option which appears in rc.modules and was the cause of the Synaptics touchpad not being properly recognized.
 
Old 10-08-2007, 10:18 PM   #4
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
TIMTOWTDI

You can also just remove the proto=imps bit from rc.modules.

Brian
 
Old 10-08-2007, 11:24 PM   #5
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
It took me a minute to figure out what TIMTOWTDI means, but yeas, apparently there is a few ways.

some more simple than others.
 
Old 10-09-2007, 10:07 AM   #6
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Original Poster
Rep: Reputation: 90
Yep, as with most things there is indeed more than one way of doing it. What I posted here is the one that I used and what worked for me. Like truthfatal, I'd been meaning to write this for a while now and just hadn't got around to doing it.
 
Old 06-23-2009, 09:23 PM   #7
akshunj
Member
 
Registered: Sep 2002
Location: Atlanta, GA
Distribution: Linux Mint Gloria, Slackware 12.2
Posts: 165

Rep: Reputation: 30
I love linuxquestions!

Two years since the original thread, and the info is STILL locate-able and relevant.

--Akshun J
 
  


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
Synaptics touchpad doen't work anymore on Slack 12.0 janhe Slackware 3 07-04-2007 05:05 AM
Need to kill touchpad click. (Synaptics Touchpad / FC4) sarysa Linux - Laptop and Netbook 4 02-19-2007 03:15 PM
Synaptics Touchpad not properly configured on Initial Bootup tubatodd Slackware 3 12-05-2006 02:20 PM
touchpad/mouse won't work in X 2.4.26 kernel synaptics/gpm issue? dns21 Slackware 4 10-15-2004 12:34 AM
Synaptics Touchpad - Mandrake 10 psmouse.proto=imps fix doesn't work mepaco Linux - Hardware 2 07-20-2004 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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