Tiny Core Linux
General TC => General TC Talk => Topic started by: enoch on October 19, 2009, 06:42:22 AM
-
The touchpad tapping is way to sensitive on a laptop is there a way to disable it?
-
Depending on what type of touchpad it is (eg alps, synaptics), you can change a bunch of parameters if you use the Xorg-7.4 extension.
If you use Xvesa, you might be able to disable the touchpad and use the pointing stick (this is what I do) by choosing the mouse parameters in.xsession.
On my machine:
Xvesa -br -screen 1280x800x32 -shadow -2button -mouse /dev/input/mouse0 -nolisten tcp -I 2>&1 > /dev/null = pointing stick
Xvesa -br -screen 1280x800x32 -shadow -2button -mouse /dev/input/mouse1 -nolisten tcp -I 2>&1 > /dev/null = touchpad
-
Im using Xvesa with 1024x768x24 Synaptics touchpad would I enter this command in a terminal....changing the res numbers?
Xvesa -br -screen 1280x800x32 -shadow -2button -mouse /dev/input/mouse1 -nolisten tcp -I 2>&1 > /dev/null = touchpad
-
Is your synaptics touchpad a combination touchpad/pointing stick? My suggestion will only work if this is the case.
I would suggest checking that /dev/input/mouse0 and mouse1 exist.
If they do exist, editing the line starting with "Xvesa..." in ~/.xsession to look like this will disable the touchpad completely: Xvesa -br -screen 1024x768x24 -shadow -2button -mouse /dev/input/mouse1 -nolisten tcp -I 2>&1 > /dev/null
-
the touchpad has a scroll pad on the right and a left and right click no stick.
-
In that case I believe you'll need the Xorg extension, the synaptics driver and an appropriate synaptics entry in xorg.conf
-
I think I turned mine off from bios.