Hello everyone!
May I please ask where to configure my touchpad.
Left and right click works fine but I noticed that touchpad does not respond to tap. It ables movement of curser pretty fast though. My problem is just in the tap in order ro"enter"
Thank you!
Tried: antiXControl Center > System Information > Input Devices > Don't know where to go from here __{{emoticon}}__
topic title: Touchpad Does not Respond to Tap
-
Posts: 84
- Joined: 05 Jun 2010
-
Posts: 1,228
- Joined: 15 Jun 2008
#2
Maybe try the tip by anticapitalista in the 3rd post at: post15330.html?hilit=touchpad tap#p15330
-
Posts: 84
- Joined: 05 Jun 2010
#3
This first command freezes my cursor.
#modprobe -r psmouse
This second command gives me no return so I assume it worked but when I tried to tap on touchpad, still no response.
#modprobe psmouse proto=imps
Thanks just the same __{{emoticon}}__
#modprobe -r psmouse
This second command gives me no return so I assume it worked but when I tried to tap on touchpad, still no response.
#modprobe psmouse proto=imps
Thanks just the same __{{emoticon}}__
-
Posts: 1,520
- Joined: 07 Oct 2007
#4
Check your /etc/X11/xorg.conf. Compare to mine.
Code: Select all
Section"InputDevice"
Identifier"Touchpad"
Driver"synaptics"
Option"TapButton1""1"
Option"TapButton2""2"
Option"HorizEdgeScroll""1"
Option"VertEdgeScroll""1"
Option"VertTwoFingerScroll""0"
Option"HorizTwoFingerScroll""0"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"LeftEdge""1700"
Option"RightEdge""5300"
Option"TopEdge""1700"
Option"BottomEdge""4200"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta""100"
Option"HorizScrollDelta""0"
Option"MinSpeed""0.09"
Option"MaxSpeed""0.18"
Option"AccelFactor""0.0015"
Option"SHMConfig""on"
EndSection
-
Posts: 84
- Joined: 05 Jun 2010
#5
I have 3 kinds. I just copied everything.eriefisher wrote:Check your /etc/X11/xorg.conf. Compare to mine.
Code: Select all
Section"InputDevice" Identifier"Touchpad" Driver"synaptics" Option"TapButton1""1" Option"TapButton2""2" Option"HorizEdgeScroll""1" Option"VertEdgeScroll""1" Option"VertTwoFingerScroll""0" Option"HorizTwoFingerScroll""0" Option"Device""/dev/psaux" Option"Protocol""auto-dev" Option"LeftEdge""1700" Option"RightEdge""5300" Option"TopEdge""1700" Option"BottomEdge""4200" Option"FingerLow""25" Option"FingerHigh""30" Option"MaxTapTime""180" Option"MaxTapMove""220" Option"VertScrollDelta""100" Option"HorizScrollDelta""0" Option"MinSpeed""0.09" Option"MaxSpeed""0.18" Option"AccelFactor""0.0015" Option"SHMConfig""on" EndSection
Code: Select all
Section"InputDevice
Identifier"Touchpad"
Driver"synaptics"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"LeftEdge""1700"
Option"RightEdge""5300"
Option"TopEdge""1700"
Option"BottomEdge""4200"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta""100"
Option"HorizScrollDelta""0"
Option"MinSpeed""0.09"
Option"MaxSpeed""0.18"
Option"AccelFactor""0.0015"
Option"SHMConfig""on"
End Section
Section"InputDevice"
Driver"synaptics"
Identifier"ALPS Touchpad"
Option"Device""/dev/input/mouse0"
Option"Protocol""event"
Option"LeftEdge""130"
Option"RightEdge""840"
Option"TopEdge""130"
Option"BottomEdge""640"
Option"FingerLow""7"
Option"FingerHigh""8"
Option"MaxTapTime""180"
Option"MaxTapMove""110"
Option"EmulateMidButtonTime""75"
Option"VertScrollDelta""20"
Option"HorizScrollDelta""0"
Option"MinSpeed""0.25"
Option"MaxSpeed""0.50"
Option"AccelFactor""0.030"
Option"EdgeMotionMinSpeed""200"
Option"EdgeMotionMaxSpeed""200"
Option"UpDownScrolling""1"
Option"CircularScrolling""1"
Option"CircScrollDelta""0.1"
Option"CircScrollTrigger""2"
Option"SHMConfig""on"
EndSection
$
Section"InputDevice"
Identifier"Appletouch"
Driver"synaptics"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"LeftEdge""100"
Option"RightEdge""1120"
Option"TopEdge""50"
Option"BottomEdge""310"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapMove""220"
Option"TapButton1""1"
Option"TapButton2""3"
Option"TapButton3""2"
Option"MinSpeed""0.79"
Option"MaxSpeed""0.88"
Option"AccelFactor""0.0015"
Option"SHMConfig""on"
EndSection
-
Posts: 1,520
- Joined: 07 Oct 2007
#6
The appletouch is on macs and the alps I think is older hardware. For me it's Touchpad. Try adding the lines from mine that are missing in yours. Make a back up of the file before you edit.
-
Posts: 84
- Joined: 05 Jun 2010
#7
1) Remove appletouch and alps and just leave touchpad.
2) Then add to Touchpad the missing lines from yours?
Thanks __{{emoticon}}__
May I confirm if this is what you want me to do?eriefisher wrote:The appletouch is on macs and the alps I think is older hardware. For me it's Touchpad. Try adding the lines from mine that are missing in yours. Make a back up of the file before you edit.
1) Remove appletouch and alps and just leave touchpad.
2) Then add to Touchpad the missing lines from yours?
Thanks __{{emoticon}}__
-
Posts: 84
- Joined: 05 Jun 2010
#8
I saved mine and deleted. Copied and pasted yours. Still no tapping control on touchpad fyi.
Thanks __{{emoticon}}__
Thanks __{{emoticon}}__
-
Posts: 51
- Joined: 09 Jun 2008
#9
I was able to get tapping to work by doing the following (on my Asus Eee 1005):
edit xorg.conf to this:
Then in the terminal, type the following:
Nats
edit xorg.conf to this:
Restart xorg
Section"InputDevice"
Identifier"Touchpad"
Driver"synaptics"
Option"TapButton1""1"
Option"TapButton2""2"
Option"HorizEdgeScroll""1"
Option"VertEdgeScroll""1"
Option"VertTwoFingerScroll""0"
Option"HorizTwoFingerScroll""0"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"LeftEdge""1700"
Option"RightEdge""5300"
Option"TopEdge""1700"
Option"BottomEdge""4200"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta""100"
Option"HorizScrollDelta""0"
Option"MinSpeed""0.09"
Option"MaxSpeed""0.18"
Option"AccelFactor""0.0015"
Option"SHMConfig""on"
EndSection
Then in the terminal, type the following:
To enable vertical scrolling and horizontal scrolling edges along with tapping, I created a script to run automatically at startup:$ synclient TapButton1=1
V/R,#!/bin/sh
synclient TapButton1=1
synclient VertEdgeScroll=1
synclient HorizEdgeScroll=1
Nats
-
Posts: 1,520
- Joined: 07 Oct 2007
#10
Once you edit the file make sure to restart X or reboot. A logout/login should do it.
-
Posts: 1,062
- Joined: 20 Jan 2010
#11
Posted this on another string but it also applies here.
had the same problem with the touchpad as seen above, looked into it further today and found that using the command ( synclient tapbutton1=1 ) in the terminal as user, had enabled the touch-click feature.
To make this work upon boot I had opened ( /etc/hal/fdi/policy/preferences.fdi ). then found the line ( deviceinfo version="0.2" ) and added the line ( <merge key="input.x11_options.TapButton1" type="string">1</merge> ) just below enabling it on boot. This may also work for you, if not there are more options that I had found here (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://en.gentoo-wiki.com/wiki/Synaptic"
linktext was:"http://en.gentoo-wiki.com/wiki/Synaptic"
====================================
... d/Xorg_7.3 )
had the same problem with the touchpad as seen above, looked into it further today and found that using the command ( synclient tapbutton1=1 ) in the terminal as user, had enabled the touch-click feature.
To make this work upon boot I had opened ( /etc/hal/fdi/policy/preferences.fdi ). then found the line ( deviceinfo version="0.2" ) and added the line ( <merge key="input.x11_options.TapButton1" type="string">1</merge> ) just below enabling it on boot. This may also work for you, if not there are more options that I had found here (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://en.gentoo-wiki.com/wiki/Synaptic"
linktext was:"http://en.gentoo-wiki.com/wiki/Synaptic"
====================================
... d/Xorg_7.3 )
-
Posts: 84
- Joined: 05 Jun 2010
#12
Thanks guys!
I tried your suggestions but still not able to make tap work on pad.
__{{emoticon}}__
I tried your suggestions but still not able to make tap work on pad.
__{{emoticon}}__
-
Posts: 84
- Joined: 05 Jun 2010
#13
Hello!
Back after quite a while. I still maintain antix 8.5 in one of my partitions. My system got fried several weeks ago and I have to reinstall everything.
Anyways, I decided to post this as a reply to my original post since the infos might be able to offer some help.
I am still not able to make my system respond using the touch pad. Left and right click are fine though.
May I please ask for some suggestions regarding my issue on touchpad?
Thanks you!
Back after quite a while. I still maintain antix 8.5 in one of my partitions. My system got fried several weeks ago and I have to reinstall everything.
Anyways, I decided to post this as a reply to my original post since the infos might be able to offer some help.
I am still not able to make my system respond using the touch pad. Left and right click are fine though.
May I please ask for some suggestions regarding my issue on touchpad?
Thanks you!
-
Posts: 4,164
- Joined: 20 Feb 2009
#14
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/701sd-wireless-sound-tap-kernels-solved-t2623.html"
linktext was:"antix.freeforu ms.org/701sd-wirel ... t2623.html"
====================================
worth a shot maybe. Check my last post.nujinini wrote:Hello!
Back after quite a while. I still maintain antix 8.5 in one of my partitions. My system got fried several weeks ago and I have to reinstall everything.
Anyways, I decided to post this as a reply to my original post since the infos might be able to offer some help.
I am still not able to make my system respond using the touch pad. Left and right click are fine though.
May I please ask for some suggestions regarding my issue on touchpad?
Thanks you!
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/701sd-wireless-sound-tap-kernels-solved-t2623.html"
linktext was:"antix.freeforu ms.org/701sd-wirel ... t2623.html"
====================================
-
Posts: 16
- Joined: 29 Sep 2010
#15
Worked for me.... Thanks __{{emoticon}}__Dave wrote:Posted this on another string but it also applies here.
had the same problem with the touchpad as seen above, looked into it further today and found that using the command ( synclient tapbutton1=1 ) in the terminal as user, had enabled the touch-click feature.
To make this work upon boot I had opened ( /etc/hal/fdi/policy/preferences.fdi ). then found the line ( deviceinfo version="0.2" ) and added the line ( <merge key="input.x11_options.TapButton1" type="string">1</merge> ) just below enabling it on boot. This may also work for you, if not there are more options that I had found here (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://en.gentoo-wiki.com/wiki/Synaptic"
linktext was:"http://en.gentoo-wiki.com/wiki/Synaptic"
====================================
... d/Xorg_7.3 )