You are not logged in.
Tried installing CrunchBang Statler but unable to proceed due to firmware issues (crunchbanglinux.org/forums/post/67890/#p67890)
Went ahead to install Debian Sqeeze and got it working.
In CrunchBang LiveCD, tapping on the touchpad can result in a mouse click (which is normal), however
in my Debian Sqeeze installation, the touchpad does not react to a tapping action.
Appreciate if someone can advise how to configure the tapping (mouse click) action for the touchpad, thanks.
Offline
Offline
You could find some hints there:
http://www.thinkwiki.org/wiki/UltraNav
http://wiki.debian.org/InstallingDebianOn/Thinkpad/T500
http://wiki.debian.org/SynapticsTouchpad
http://forums.debian.net/viewtopic.php?f=5&t=46851
#Linux user 482038, eeepc 901 with #!, freed 901Go with Trisquel & gNewSense,
901 with Manjaro & ArchBang
Offline
Thanks for the links, got the Tap-n-Click working for the touchpad,
but in return lost the scrolling (up/down , left/right) capability 
Offline
have a look there, for some more customizations:
http://wiki.archlinux.org/index.php/Len … nkPad_T400
http://wiki.archlinux.org/index.php/Touchpad_Synaptics
http://en.gentoo-wiki.com/wiki/Lenovo_ThinkPad_T400
http://en.gentoo-wiki.com/wiki/Lenovo_Thinkpad_T61p
#Linux user 482038, eeepc 901 with #!, freed 901Go with Trisquel & gNewSense,
901 with Manjaro & ArchBang
Offline
Mich....
Install gpointing-device-settings and try that...
I also found another one that lets me turn *off* the touchpad when I'm mousing it: touchfreeze
-D&F
eeepc 1005PEB dual-boot Win7/Crunchified Mint 10.04 LTS
Sometimes it's better to remain silent and be thought a fool than to open one's mouth and remove all doubt.
Offline
Thanks all for the input,
after visiting the links and multiple modifications to xorg.conf and reboot, finally got what I needed
- tap-and-click working
- edge scrolling working
All information is obtained from ArchLinux site wiki.archlinux.org/index.php/Touchpad_S … org_method
Below is the changes to xorg.conf for future user's ease of reference:
Section "ServerLayout"
...
...
InputDevice "SynapticsTouchpad" "SendCoreEvents"
EndSection
Section "InputDevice"
Identifier "SynapticsTouchpad"
Driver "synaptics"
Option "AlwaysCore" "true" # send events to CorePointer
#Option "Device" "/dev/input/mice"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "false" # configurable at runtime? security risk
Option "LeftEdge" "1700" # x coord left
Option "RightEdge" "5300" # x coord right
Option "TopEdge" "1700" # y coord top
Option "BottomEdge" "4200" # y coord bottom
Option "FingerLow" "25" # pressure below this level triggers release
Option "FingerHigh" "30" # pressure above this level triggers touch
Option "MaxTapTime" "180" # max time in ms for detecting tap
Option "VertEdgeScroll" "true" # enable vertical scroll zone
Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
Option "CoastingSpeed" "0.30" # corner coasting speed
Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
Option "MinSpeed" "0.10" # speed factor for low pointer movement
Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Offline
Hi!, I am new to #! and I have the same problem with my touchpad, tapping does not click, I try to do what you suggested but I do not have the Xorg.config so I cannot edit it. I tried sudo Xorg -configure as suggested there--> http://wiki.debian.org/SynapticsTouchpa … _xorg.conf but it fails because there is some problem with the X server and it can't "establish any listening sockets". I have no idea what to do. I appreciate your help.
Offline
- Do you have the synaptics driver installed? probably yes. Verify with
apt-cache policy xserver-xorg-input-synapticsif not:
sudo apt-get install xserver-xorg-input-synaptics- Merge the options from the wiki in this file:
/usr/share/X11/xorg.conf.d/50-synaptics.conf
Restart X.
hth
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
xaos52 thank you so very much!... you are totally right,
Offline
^ He's good. He's very good.
Offline
I just installed Statler from a LiveCD (USB), and experienced this ... tapping (on an Asus EeePC 1005HA) worked in the LiveCD, but not after install. However, I'd only rebooted once, as instructed, at the end of the install. I rebooted again (after hosing my touchpad with the modprobe -r command above ... the modprobe psmouse to re-insert the module failed with a bunch of unknown parameters), and tapping works again. Like magic.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.