Author Topic: Can I kill synaptics touch pad? (Solved)  (Read 1836 times)

Offline rick0612

  • Sr. Member
  • ****
  • Posts: 258
  • The only dumb question is the one not asked.
Can I kill synaptics touch pad? (Solved)
« on: March 26, 2010, 06:26:45 PM »
Hi,

My Dell Mini9 touch pad is driving me nuts. It keeps moving the cursor all over the place while typing.
BIOS has no shutoff option, the keyboard doesn't have an Fn that will kill it and xorg.conf doesn't have the device listed.
Anyone have any ideas about how to kill the touch pad in KDE4?

Thanks,

Rick.

EDIT: Found that qsynaptics (what linuxera suggested) is installed by default in PCLOS Beta2. Very simple fix.

Thanks folks!!
Rick.
« Last Edit: March 27, 2010, 07:40:58 AM by rick0612 »
Packaging rig: Averatec 2573 /12.1" screen /2.0GHZ /3GB RAM /120GB SSD /Minime 2012.12

Daily rig: Alienware X51 /23" monitor /Windows 7 host /KDE VBox client

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4453
  • The truth is out there ... PCLinuxOS!
Re: Can I kill synaptics touch pad?
« Reply #1 on: March 26, 2010, 08:19:27 PM »
rick0612,

I'm laughing, cuz I also had the same problem. Touchpad driving me ABSOLUTELY bonkers, moving around the screen all the time, and no where in the BIOS to shut it down.

Never fear ... here's my solution:

I created two bash files, and placed them in my /home directory, and copied a symlink to them in /bin. One is called TouchpadOff, and the other one is called TouchpadOn.

Each bash script has one simple line (after the shebang) ...

TouchpadOff's line: synclient TouchpadOff=1

TouchpadOn's line: synclient TouchpadOff=0

Solved the problem for me. I just run the TouchpadOff script when I log in. Alternatively, I could also just insert it into my .kde4/Autostart folder (which I'll probably do when I install PCLinuxOS 2010 Final).

I hope this helps!

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Linuxera

  • Guest
Re: Can I kill synaptics touch pad?
« Reply #2 on: March 26, 2010, 08:22:46 PM »
My solution. (Both Toshiba laptops)
  Open synaptic, download qsynaptics, open qsynaptics from menu, hit touchpad off, close and 'voila'  no more jumpy cursor..  ;D ;D

Bullitt

  • Guest
Re: Can I kill synaptics touch pad?
« Reply #3 on: October 31, 2010, 06:34:16 PM »
rick0612,

I'm laughing, cuz I also had the same problem. Touchpad driving me ABSOLUTELY bonkers, moving around the screen all the time, and no where in the BIOS to shut it down.

Never fear ... here's my solution:

I created two bash files, and placed them in my /home directory, and copied a symlink to them in /bin. One is called TouchpadOff, and the other one is called TouchpadOn.

Each bash script has one simple line (after the shebang) ...

TouchpadOff's line: synclient TouchpadOff=1

TouchpadOn's line: synclient TouchpadOff=0

Solved the problem for me. I just run the TouchpadOff script when I log in. Alternatively, I could also just insert it into my .kde4/Autostart folder (which I'll probably do when I install PCLinuxOS 2010 Final).

I hope this helps!

parnote

I tried putting synclient TouchpadOff=1 in the autostart folder using a text editor, making a file with that one line in it and saving it to the autostart folder.  It won't execute, what am I missing? Maybe that's not the best way to put it,  :-\ what do I need to do to make a script file?

Thanks, Bullitt

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4453
  • The truth is out there ... PCLinuxOS!
Re: Can I kill synaptics touch pad?
« Reply #4 on: October 31, 2010, 07:03:31 PM »
rick0612,

I'm laughing, cuz I also had the same problem. Touchpad driving me ABSOLUTELY bonkers, moving around the screen all the time, and no where in the BIOS to shut it down.

Never fear ... here's my solution:

I created two bash files, and placed them in my /home directory, and copied a symlink to them in /bin. One is called TouchpadOff, and the other one is called TouchpadOn.

Each bash script has one simple line (after the shebang) ...

TouchpadOff's line: synclient TouchpadOff=1

TouchpadOn's line: synclient TouchpadOff=0

Solved the problem for me. I just run the TouchpadOff script when I log in. Alternatively, I could also just insert it into my .kde4/Autostart folder (which I'll probably do when I install PCLinuxOS 2010 Final).

I hope this helps!

parnote

I tried putting synclient TouchpadOff=1 in the autostart folder using a text editor, making a file with that one line in it and saving it to the autostart folder.  It won't execute, what am I missing? Maybe that's not the best way to put it,  :-\ what do I need to do to make a script file?

Thanks, Bullitt

Bullitt,

Check in Synaptic. I've since created TouchpadToggle, which takes care of this for you. It can be ran as a standalone application whenever you want to toggle the touch pad, or can be ran silently (as a startup script), with the appropriate command line switches.

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Bullitt

  • Guest
Re: Can I kill synaptics touch pad?
« Reply #5 on: October 31, 2010, 07:21:33 PM »
rick0612,

I'm laughing, cuz I also had the same problem. Touchpad driving me ABSOLUTELY bonkers, moving around the screen all the time, and no where in the BIOS to shut it down.

Never fear ... here's my solution:

I created two bash files, and placed them in my /home directory, and copied a symlink to them in /bin. One is called TouchpadOff, and the other one is called TouchpadOn.

Each bash script has one simple line (after the shebang) ...

TouchpadOff's line: synclient TouchpadOff=1

TouchpadOn's line: synclient TouchpadOff=0

Solved the problem for me. I just run the TouchpadOff script when I log in. Alternatively, I could also just insert it into my .kde4/Autostart folder (which I'll probably do when I install PCLinuxOS 2010 Final).

I hope this helps!

parnote

I tried putting synclient TouchpadOff=1 in the autostart folder using a text editor, making a file with that one line in it and saving it to the autostart folder.  It won't execute, what am I missing? Maybe that's not the best way to put it,  :-\ what do I need to do to make a script file?

Thanks, Bullitt

Bullitt,

Check in Synaptic. I've since created TouchpadToggle, which takes care of this for you. It can be ran as a standalone application whenever you want to toggle the touch pad, or can be ran silently (as a startup script), with the appropriate command line switches.

parnote

Great this work very nicely.  Is there a way when I run the program in autostart to hide/answer the response panel where you need to click okay?

Thanks again for your help, Bullitt

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4453
  • The truth is out there ... PCLinuxOS!
Re: Can I kill synaptics touch pad?
« Reply #6 on: November 01, 2010, 12:04:00 AM »
rick0612,

I'm laughing, cuz I also had the same problem. Touchpad driving me ABSOLUTELY bonkers, moving around the screen all the time, and no where in the BIOS to shut it down.

Never fear ... here's my solution:

I created two bash files, and placed them in my /home directory, and copied a symlink to them in /bin. One is called TouchpadOff, and the other one is called TouchpadOn.

Each bash script has one simple line (after the shebang) ...

TouchpadOff's line: synclient TouchpadOff=1

TouchpadOn's line: synclient TouchpadOff=0

Solved the problem for me. I just run the TouchpadOff script when I log in. Alternatively, I could also just insert it into my .kde4/Autostart folder (which I'll probably do when I install PCLinuxOS 2010 Final).

I hope this helps!

parnote

I tried putting synclient TouchpadOff=1 in the autostart folder using a text editor, making a file with that one line in it and saving it to the autostart folder.  It won't execute, what am I missing? Maybe that's not the best way to put it,  :-\ what do I need to do to make a script file?

Thanks, Bullitt

Bullitt,

Check in Synaptic. I've since created TouchpadToggle, which takes care of this for you. It can be ran as a standalone application whenever you want to toggle the touch pad, or can be ran silently (as a startup script), with the appropriate command line switches.

parnote

Great this work very nicely.  Is there a way when I run the program in autostart to hide/answer the response panel where you need to click okay?

Thanks again for your help, Bullitt

Yes ... with the --no-gui command line switch.

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Bullitt

  • Guest
Re: Can I kill synaptics touch pad? (Solved)
« Reply #7 on: November 01, 2010, 11:43:32 AM »
I got it! :D Now I have my computer start with the touchpad off, very nice.  I have also added the touchpad toggle GUI you wrote to my favorites so I can always toggle it back on when ever I need it.  Oh how little things make us happy ;D

Thanks Parnote for all your help, Bullittt

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4453
  • The truth is out there ... PCLinuxOS!
Re: Can I kill synaptics touch pad? (Solved)
« Reply #8 on: November 01, 2010, 09:32:38 PM »
I got it! :D Now I have my computer start with the touchpad off, very nice.  I have also added the touchpad toggle GUI you wrote to my favorites so I can always toggle it back on when ever I need it.  Oh how little things make us happy ;D

Thanks Parnote for all your help, Bullittt

You're welcome, Bullitt! Glad you got it sorted.

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!