PDA

View Full Version : Need help using touchpad in laptop running Knoppix 6.2.0



Muntakem
01-25-2010, 11:22 PM
Hello. I use Knoppix 6.2 from an usb flash drive in my acer aspire 5739g laptop (which came preinstalled with Windows Vista Home Premium OS ). Everything is satisfactory till date ( :oops: i am new to Linux and so would need some time to feel at home), but the touchpad of my laptop does not seem to be completely compatible with Knoppix. I can move the cursor around but cannot tap to select or double tap to double click. The scroll-zone on the touch pad is also not working. Can anybody suggest me how to enable these touchpad actions while using Knoppix ?

If i change the wallpaper of the Knoppix desktop, then after rebooting(from usb flash drive) at a later time is it (the wallpaper) supposed to reset back to what it was in the first run ?

:roll:

krishna.murphy
01-29-2010, 05:40 AM
Hey-

I use the DVD version, copied to the hard drive (NT partition) with a permanent /home as well; should actually perform much the same as using a USB flash drive. Using a Gateway MX6214 with a Synaptics touchpad, I can't tap or scroll, either, but the hard buttons work fine. :idea: I believe one can use Dolphin (on the System Tools menu, up from the Main icon) to modify:
(root) /etc/X11/xorg.conf to fiddle those things around. Hope this helps!

-Krishna
p.s. I'd like to be able to turn "mouse gestures" off; they drive my lady crazy! Anybody know how?


Hello. I use Knoppix 6.2 from an usb flash drive in my acer aspire 5739g laptop (which came preinstalled with Windows Vista Home Premium OS ). Everything is satisfactory till date ( :oops: i am new to Linux and so would need some time to feel at home), but the touchpad of my laptop does not seem to be completely compatible with Knoppix. I can move the cursor around but cannot tap to select or double tap to double click. The scroll-zone on the touch pad is also not working. Can anybody suggest me how to enable these touchpad actions while using Knoppix ?

If i change the wallpaper of the Knoppix desktop, then after rebooting(from usb flash drive) at a later time is it (the wallpaper) supposed to reset back to what it was in the first run ?

:roll:

jeditalian
03-23-2010, 01:19 PM
click the button that would be 'start' then 'preferences' then 'compizconfig settings manager'
in the 'desktop' section uncheck the box by 'Expo' that disables the thing that happens when your mouse hits the top left corner of the screen
and under 'window management' uncheck the box by 'scale' which is the top-right of screen action.
i still haven't figured out how/where to enable 'touchpad tapping' or that scroll/pan that happens when you click the mouse wheel.
my laptop's touchpad's scroll zone is working though, without doing anything.

krishna.murphy
03-23-2010, 10:23 PM
click the button that would be 'start' then 'preferences' then 'compizconfig settings manager'
in the 'desktop' section uncheck the box by 'Expo' that disables the thing that happens when your mouse hits the top left corner of the screen
and under 'window management' uncheck the box by 'scale' which is the top-right of screen action.
i still haven't figured out how/where to enable 'touchpad tapping' or that scroll/pan that happens when you click the mouse wheel.
my laptop's touchpad's scroll zone is working though, without doing anything.
AFAIK, the linux driver for synaptics mouse pads will not do "tapping" at all. Perhaps someone who's clever with using Windows drivers in Linux can help us get it going.

:D Krishna
p.s. Thanks for the tip on compiz setup!

garaden
04-01-2010, 10:17 PM
Tap-to-click works on Ubuntu Netbook Remix, w/ some kind of Synaptic driver. No idea what they've done to get it going...

krishna.murphy
04-02-2010, 02:51 PM
Tap-to-click works on Ubuntu Netbook Remix, w/ some kind of Synaptic driver. No idea what they've done to get it going...

What's an appropriate forum for Ubuntu support that we could use to get that info? Maybe you're even a member...

sethlang
12-24-2011, 12:49 AM
For tap to click try typing the following in the terminal:

synclient TapButton1=1

For vertical scroll try:

synclient VertEdgeScroll=1

eckles
02-16-2012, 06:22 PM
Brilliant. It worked. Thank you

ICPUG
03-29-2012, 05:47 PM
Use of synclient does indeed make the touchpad tap and scroll work.

However it seems to need doing every session. That is, it does not store the configuration change in the persistence image file.

Any advice on how to get it to store changes or where to stick a script that can be run on startup every time?