PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 08:30:16 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Can I kill synaptics touch pad? (Solved)  (Read 1309 times)
rick0612
Full Member
***
Offline Offline

Posts: 231


The only dumb question is the one not asked.


« on: March 26, 2010, 07: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.
Logged

Averatec 2573             /HP Envy 14
12.1" screen               /14.5"
2.0GHZ                       /i5 processor
3GB RAM                    /6GB RAM
250GB HDD                /650GB HDD
Minime 2010               Virtualbox client
parnote
PCLinuxOS Tester
Hero Member
*******
Online Online

Posts: 3965


The truth is out there ... PCLinuxOS!


« Reply #1 on: March 26, 2010, 09: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
Logged

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
Hero Member
*****
Offline Offline

Posts: 6589


Naughty_Boy slayer!!


WWW
« Reply #2 on: March 26, 2010, 09: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..  Grin Grin
Logged

The "Exquisite E17 Bunch Club" is to PCLinuxOS what the "Buena Vista Social Club" is to Cuban Son.  Smiley
Bullitt
Full Member
***
Offline Offline

Posts: 127


No scoop, no stripes, no spoiler, OH MY!


« Reply #3 on: October 31, 2010, 07: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,  Undecided what do I need to do to make a script file?

Thanks, Bullitt
Logged
parnote
PCLinuxOS Tester
Hero Member
*******
Online Online

Posts: 3965


The truth is out there ... PCLinuxOS!


« Reply #4 on: October 31, 2010, 08: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,  Undecided 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
Logged

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
Full Member
***
Offline Offline

Posts: 127


No scoop, no stripes, no spoiler, OH MY!


« Reply #5 on: October 31, 2010, 08: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,  Undecided 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
Logged
parnote
PCLinuxOS Tester
Hero Member
*******
Online Online

Posts: 3965


The truth is out there ... PCLinuxOS!


« Reply #6 on: November 01, 2010, 01: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,  Undecided 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
Logged

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
Full Member
***
Offline Offline

Posts: 127


No scoop, no stripes, no spoiler, OH MY!


« Reply #7 on: November 01, 2010, 12:43:32 PM »

I got it! Cheesy 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 Grin

Thanks Parnote for all your help, Bullittt
Logged
parnote
PCLinuxOS Tester
Hero Member
*******
Online Online

Posts: 3965


The truth is out there ... PCLinuxOS!


« Reply #8 on: November 01, 2010, 10:32:38 PM »

I got it! Cheesy 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 Grin

Thanks Parnote for all your help, Bullittt

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

parnote
Logged

PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM