Author Topic: [SOLVED] How to disable click on touchpad?  (Read 3336 times)

Offline Klinux

  • Sr. Member
  • ****
  • Posts: 288
    • RedmondXP.com
[SOLVED] How to disable click on touchpad?
« on: June 07, 2010, 03:00:27 PM »
Hi, how do I disable the click function of the touchpad? I only want to use the buttons, not the touch pad itself. Maybe I am a bit to aggressive but it happens often to click what I don want and this is annoying, in Windows I could disable it using the vendorÅ› software, but here? how?

Dell Vostro 1729
PClinuxOS2010 XFCE
« Last Edit: June 15, 2010, 02:32:10 PM by BPsoftware »
Visit RedmondXP.com

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: How to disable click on touchpad?
« Reply #1 on: June 07, 2010, 03:30:32 PM »
Touchpad_Toggle...
You find it in our Repositories, and is created from parnote.
Good luck

robert21

  • Guest
Re: How to disable click on touchpad?
« Reply #2 on: June 07, 2010, 04:01:23 PM »
If you use kde, the following application has worked for me with alps and synaptic. It is in the repository.

A QT application to configure Synaptic TouchPad
QSynaptics

Offline sammy2fish

  • Hero Member
  • *****
  • Posts: 3287
  • from the Prairies... Canadian MLU
Re: How to disable click on touchpad?
« Reply #3 on: June 07, 2010, 04:34:18 PM »
On my previous laptop, (an Acer) in windows-xp I would make the touchpad less sensitive.  That did it for me.

Wonder if a person can do that in PCLOS...   If it can be done, what software program would it be...
One of the few things I've learnt as growing older.  Is to choose your battles.. but never loose sight of the war..!

Offline Klinux

  • Sr. Member
  • ****
  • Posts: 288
    • RedmondXP.com
Re: How to disable click on touchpad?
« Reply #4 on: June 08, 2010, 02:33:43 AM »
Before i install touchpad toggle, please confirm me it will only disable the click of the touchpad, I still want to use the touchpad to move the mouse and be able to click using the 2 hardware buttons below it.
Sure it will do this?

Thanks
Visit RedmondXP.com

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4438
  • The truth is out there ... PCLinuxOS!
Re: How to disable click on touchpad?
« Reply #5 on: June 08, 2010, 07:37:04 AM »
Touchpad Toggle will completely turn off your touchpad altogether. But if IIRC, there **is** a setting that allows you to disable the "click" of the touchpad.

parnote

Edit: here is a list of all the editable settings you will find associated with synclient:

Code: [Select]
[paul_lenovo@localhost ~]$ synclient -l
Parameter settings:
    LeftEdge                = 1752
    RightEdge               = 5192
    TopEdge                 = 1620
    BottomEdge              = 4236
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 221
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 280
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 100
    HorizScrollDelta        = 100
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 0.4
    MaxSpeed                = 0.7
    AccelFactor             = 0.00995223
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 401
    EdgeMotionUseAlways     = 0
    UpDownScrolling         = 1
    LeftRightScrolling      = 1
    UpDownScrollRepeat      = 1
    LeftRightScrollRepeat   = 1
    ScrollButtonRepeat      = 100
    TouchpadOff             = 1
    GuestMouseOff           = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 0
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
« Last Edit: June 08, 2010, 07:40:10 AM by parnote »
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

robert21

  • Guest
Re: How to disable click on touchpad?
« Reply #6 on: June 09, 2010, 10:12:10 AM »
This gtk program should work for you in xfce.
gpointing-device-settings
Configuration tool for pointing devices
GUI tool for setting pointing device such as TrackPoint or Touchpad. It
allows configuring of various drivers parameters on the fly.
It is a successor of GSynaptics.

It is in the repository and if you do not like it uninstall.
Hope this helps.

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4438
  • The truth is out there ... PCLinuxOS!
Re: How to disable click on touchpad?
« Reply #7 on: June 14, 2010, 09:34:25 PM »
BPSoftware,

I stumbled across something that may accomplish what you are seeking to do. Check out this web page:

http://www.thinkwiki.org/wiki/Synaptics_TouchPad_driver_for_X

It talks about disabling clicks on the touchpad.

I hope this helps!

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3793
Re: How to disable click on touchpad?
« Reply #8 on: June 14, 2010, 11:48:51 PM »
I have QSynaptics installed to turn off the touchpad when I use a usb mouse. But it also allows disabling 'tapping'. I think this is the term they use for 'clicking'.

Galen

Offline Klinux

  • Sr. Member
  • ****
  • Posts: 288
    • RedmondXP.com
Re: How to disable click on touchpad?
« Reply #9 on: June 15, 2010, 02:31:49 PM »
QSynaptic seems to be perfect, thanks
Visit RedmondXP.com