LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Glidepoint & The Synaptics Driver. (https://www.linuxquestions.org/questions/slackware-14/glidepoint-and-the-synaptics-driver-784300/)

cwizardone 01-23-2010 09:07 PM

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.
:hattip:

allend 01-23-2010 11:09 PM

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.

cwizardone 01-24-2010 09:31 AM

Quote:

Originally Posted by allend (Post 3838257)
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. :)

cwizardone 01-24-2010 10:12 AM

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.

cwizardone 01-26-2010 04:44 PM

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.

cwizardone 01-30-2010 09:47 PM

Bump.
:hattip:

allend 01-31-2010 02:55 AM

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.

cwizardone 01-31-2010 08:59 AM

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.

cwizardone 01-31-2010 09:40 AM

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.
:hattip:

allend 01-31-2010 09:54 AM

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.

dive 01-31-2010 11:51 AM

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.


All times are GMT -5. The time now is 04:49 PM.