rick0612
Full Member
 
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
|
 |
« 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
|
|
|
|
|
Linuxera
|
 |
« 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.. 
|
|
|
|
|
Logged
|
The "Exquisite E17 Bunch Club" is to PCLinuxOS what the "Buena Vista Social Club" is to Cuban Son. 
|
|
|
Bullitt
Full Member
 
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,  what do I need to do to make a script file? Thanks, Bullitt
|
|
|
|
|
Logged
|
|
|
|
|
parnote
|
 |
« 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,  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
|
|
|
|
Bullitt
Full Member
 
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,  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
|
 |
« 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,  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
|
|
|
|
Bullitt
Full Member
 
Offline
Posts: 127
No scoop, no stripes, no spoiler, OH MY!
|
 |
« Reply #7 on: November 01, 2010, 12:43:32 PM » |
|
I got it!  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  Thanks Parnote for all your help, Bullittt
|
|
|
|
|
Logged
|
|
|
|
|
parnote
|
 |
« Reply #8 on: November 01, 2010, 10:32:38 PM » |
|
I got it!  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  Thanks Parnote for all your help, Bullittt You're welcome, Bullitt! Glad you got it sorted. parnote
|
|
|
|
|
Logged
|
|
|
|
|