LinuxQuestions.org
Help answer threads with 0 replies.
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 01-23-2010, 09:07 PM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Glidepoint & The Synaptics Driver.


I have a old, but sill very serviceable ALPS keyboard with a built-in Cirque Glidepoint touchpad. Apparently the Synaptics driver will work with this touchpad, but does anyone know if that means the "Tap" feature will work?

if so, how does one install the Synaptics driver? Just change the name of the mouse/input driver in the xorg.conf?

Many Thanks.

Last edited by cwizardone; 01-23-2010 at 09:16 PM.
 
Old 01-23-2010, 11:09 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,367

Rep: Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747
With my ALPS Glidepoint touchpad I use the custom /etc/hal/fdi/policy/11-x11-synaptics.fdi shown in this post.
http://www.linuxquestions.org/questi...2/#post3665348
HAL automaticaly takes care of setting everything up. I have no mouse or touchpad settings in my /etc/X11/xorg.conf.
 
Old 01-24-2010, 09:31 AM   #3
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Quote:
Originally Posted by allend View Post
With my ALPS Glidepoint touchpad I use the custom /etc/hal/fdi/policy/11-x11-synaptics.fdi shown in this post.
http://www.linuxquestions.org/questi...2/#post3665348
HAL automaticaly takes care of setting everything up. I have no mouse or touchpad settings in my /etc/X11/xorg.conf.
Well, I copied and pasted your script to a text editor, saved it as, 11-x11-synaptics.fdi, moved it to etc/hal/fdi/policy/ and rebooted. Unfortunately nothing has changed. It didn't make one bit of difference. I must be doing something wrong. Wouldn't be the first time.
 
Old 01-24-2010, 10:12 AM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
As a follow up I've gone into the xorg.conf file and commented out all references to the mouse and restarted the x-server, but the touchpad is still working as if it were a PS/2 mouse, i.e., no tap function, etc.

Last edited by cwizardone; 01-24-2010 at 10:15 AM.
 
Old 01-26-2010, 04:44 PM   #5
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Well, i've spent the last couple of hours trying various things with the 11-x11-synaptics.fdi file and the xorg.conf file and nothing has changed. Every thing i've tried has been completely ignored and the touchpad continues to function, but without the tap feature.
 
Old 01-30-2010, 09:47 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Bump.
 
Old 01-31-2010, 02:55 AM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,367

Rep: Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747
On this laptop this command ' find /sys/devices/platform/i8042 -name "name" -print -exec cat {} \; '
produces this output.
Quote:
/sys/devices/platform/i8042/serio0/input/input1/name
AT Translated Set 2 keyboard
/sys/devices/platform/i8042/serio1/input/input4/name
PS/2 Mouse
/sys/devices/platform/i8042/serio1/input/input5/name
AlpsPS/2 ALPS GlidePoint
If you run the command do you see an entry for the touchpad?
If not, then the kernel is not recognising the touchpad. You may have to look at BIOS settings or kernel options.
 
Old 01-31-2010, 08:59 AM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
This is all that comes back after entering that command:

/sys/devices/platform/i8042/serio1/input/input5/name
PS/2 Generic Mouse

I'm using the huge kernel so I'll check the BIOS, but would be surprised the BIOS has anything to do with it.
 
Old 01-31-2010, 09:40 AM   #9
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Just ran through the various BIOS settings and that has nothing to do with it so it must be the kernel. Is there a command one can run to load the Synaptics driver (module) and, perhaps put into rc.local so it loads on boot up?
Many Thanks.
 
Old 01-31-2010, 09:54 AM   #10
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,367

Rep: Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747
From http://www.cirque.com/desktoptouchpa...questions.aspx
Quote:
Linux and Unix: Does the touchpad install and operate on Linux or Unix?
Cirque desktop touchpads are designed to be compatible with Windows operating systems only.
I think you may be SOL with this.
 
Old 01-31-2010, 11:51 AM   #11
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
You shouldn't need to reboot - do a /etc/rc.d/rc.hald reload and restart X

Strange if it is unsupported. That would usually mean some special windows drivers only. Whether synaptics works with it I couldn't say.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 not recognised by synaptics driver (12.1) bogzab Slackware 13 03-22-2009 09:23 PM
Synaptics driver on Xorg 7.3 rworkman Slackware 15 04-22-2008 05:52 PM
The synaptics driver works, synclient & syndaemon fails tisource Linux - Hardware 0 03-23-2005 10:01 PM
Synaptics Driver spaaarky21 Linux - Hardware 0 02-18-2005 02:50 AM
Kernel 2.6 & Synaptics Touchpad & PS/2 gamehack Linux - Hardware 2 06-23-2004 04:21 AM

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

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