Bug 439672

Summary: tapping touchpad doesn't act as left-click
Product: [Fedora] Fedora Reporter: Seb <sillyseb>
Component: gsynapticsAssignee: Andreas Thienemann <andreas>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mcepl, pkands
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-28 12:39:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Seb 2008-03-30 09:07:19 UTC
Description of problem:
Hardware used: Samsung P55-pro T7500 Bengy Laptop

tapping touchpad doesn't act as left-click

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 John Cox 2008-04-27 14:23:46 UTC
Same problem here with a Compaq laptop (i686-intel)
This is what I have in xorg.conf
Tapping doesn't work.

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "LeftEdge" "0"
        Option      "RightEdge" "850"
        Option      "TopEdge" "0"
        Option      "BottomEdge" "645"
        Option      "MinSpeed" "0.5"
        Option      "MaxSpeed" "1.5"
        Option      "AccelFactor" "0.06"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "35"
        Option      "MaxTapTime" "150"
        Option      "MaxTapMove" "300"
        Option      "MaxDoubleTapTime" "125"
        Option      "FastTaps" "1"
        Option      "LockedDrags" "1"
        Option      "VertScrollDelta" "20"
        Option      "HorizScrollDelta" "20"
        Option      "SHMConfig" "on"
EndSection

Comment 2 Matěj Cepl 2008-04-28 12:39:27 UTC

*** This bug has been marked as a duplicate of 437609 ***