Author Topic: [SOLVED] Synaptics touchpad doesn't work (all the buttons works fine).  (Read 6683 times)

Offline OMSkates

  • Hero Member
  • *****
  • Posts: 2390
Re: Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #15 on: July 03, 2011, 12:01:10 PM »
I had the same issue with a Dell Inspiron 910, a MSI Wind, and a Toshiba laptop.  All fully updated and running KDE.   Fixed it by going to Synaptic and downloading & installing "synaptiks".  After installing go to "Configure Your Desktop".  On the left menu "Touchpad" will be a stand-alone entry or can be found in "Input Devices" or "Lost and Found".  Once found, you can configure your touchpad.  Select the "tapping" tab, look about 2/3 down on the right for "tapping with one finger"  and change "disabled" to "left mouse".  You may have to log out & in for it to take effect.  Happy tapping!

 
Mine says that the synaptiks daemon is not running.  I tried solution #1 http://www.pclinuxos.com/forum/index.php/topic,93473.msg785223.html#msg785223
I wonder, should I try one of the other solutions there?  Fujitsu Lifebook T4210

Did you restart the system?.

Good luck!

I've had great success using solution #2, Thanks all! ;D

Offline barakatax

  • Jr. Member
  • **
  • Posts: 38
Dear All,

Solution #2 works for me on laptop HP DV3
Thank you all.




Best Regards,
barakatax

Offline swanyone

  • New Friend
  • *
  • Posts: 2
Re: Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #17 on: July 06, 2011, 11:33:06 AM »
I have same problem with my touchpad. I have an Asus EEE PC 901 buttons work fine and two finger scrolling works great but no double tap. This wasn't working in live cd 2011.6 and still isnt working after installation and dist-upgrade.


Have you tried any of these configuration settings?

http://www.pclinuxos.com/forum/index.php/topic,93473.0.html



The scroll feature stopped working after I updated....unfortunately I can't access this posting, I get an error saying: "The topic or board you are looking for appears to be either missing or off limits to you."

Any suggestions?

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12525
Re: Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #18 on: July 06, 2011, 11:34:48 AM »
I have same problem with my touchpad. I have an Asus EEE PC 901 buttons work fine and two finger scrolling works great but no double tap. This wasn't working in live cd 2011.6 and still isnt working after installation and dist-upgrade.


Have you tried any of these configuration settings?

http://www.pclinuxos.com/forum/index.php/topic,93473.0.html



The scroll feature stopped working after I updated....unfortunately I can't access this posting, I get an error saying: "The topic or board you are looking for appears to be either missing or off limits to you."

Any suggestions?


http://www.pclinuxos.com/forum/index.php/topic,93782.0.html

Thanks to everyone who donates. You keep the servers running.

Offline swanyone

  • New Friend
  • *
  • Posts: 2
Re: Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #19 on: July 06, 2011, 02:34:18 PM »
I have same problem with my touchpad. I have an Asus EEE PC 901 buttons work fine and two finger scrolling works great but no double tap. This wasn't working in live cd 2011.6 and still isnt working after installation and dist-upgrade.


Have you tried any of these configuration settings?

http://www.pclinuxos.com/forum/index.php/topic,93473.0.html



The scroll feature stopped working after I updated....unfortunately I can't access this posting, I get an error saying: "The topic or board you are looking for appears to be either missing or off limits to you."

Any suggestions?


http://www.pclinuxos.com/forum/index.php/topic,93782.0.html



Solution #2 worked for me.  Many Thanks!!!!
« Last Edit: July 06, 2011, 02:36:28 PM by swanyone »

Offline ijianlin

  • New Friend
  • *
  • Posts: 6
Re: Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #20 on: July 27, 2011, 01:55:01 AM »
I have same problem with my touchpad. I have an Asus EEE PC 901 buttons work fine and two finger scrolling works great but no double tap. This wasn't working in live cd 2011.6 and still isnt working after installation and dist-upgrade.


Have you tried any of these configuration settings?

http://www.pclinuxos.com/forum/index.php/topic,93473.0.html



I know that solutin 4 worked to me before but now that i reinstalled system the link isnt working to see the solutions again :D can someone paste solution 4 here?

Thanks

Offline OMSkates

  • Hero Member
  • *****
  • Posts: 2390
Maybe try this link (working for me) http://www.pclinuxos.com/forum/index.php/topic,93782.0.html

Quote
Solution 4 - Alter the configuration file as shown below. (Elantech touchpad)

1) open konsole
 2) type: kdesu kwrite (this with open kwrite as su)
 3) paste & copy the following:

Section "InputClass"
    Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        #Option  "Device"        "/dev/input/mouse0"
        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  "MinSpeed"      "0.20"            
        Option  "MaxSpeed"      "1.00"            
        Option  "AccelFactor" "0.15"            
        Option  "SHMConfig"     "1"              
        Option  "VertTwoFingerScroll"   "1"        
        Option  "HorizTwoFingerScroll"  "1"  
        Option  "VertEdgeScroll"        "1"
        Option  "HorizEdgeScroll"       "1"
        Option  "TapButton1"            "1"
        Option  "TapButton2"            "2"
        Option  "TapButton3"            "3"
EndSection

 4) save the file as 50-synaptics.conf in /etc/X11/xorg.conf.d/
 5) reboot


Offline Steve909

  • Jr. Member
  • **
  • Posts: 19
My HP G60 lost the tap function on my mouse pad.  Everthing else was working.  I almost gave up too quickly because of a bad link at the beginnig of this thread.  I read on though.  Good thing I did.  I saw the new link Texstar put up and used solution 2 and me and my laptop are happy again.  Keep reading to the end!!!!!  The solution is in the somewhere.  Unless its not!

Offline GOTHBITES

  • Hero Member
  • *****
  • Posts: 749
  • Oh I get it now. Windows 8 is a Bigger Sham
Re: [SOLVED] Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #23 on: August 09, 2011, 04:05:54 AM »
My HP G60 lost the tap function on my mouse pad.  Everthing else was working.  I almost gave up too quickly because of a bad link at the beginnig of this thread.  I read on though.  Good thing I did.  I saw the new link Texstar put up and used solution 2 and me and my laptop are happy again.  Keep reading to the end!!!!!  The solution is in the somewhere.  Unless its not!

I have a Sony Vaio and so far no luck with all the above :) did have however temporarily pooched my system by not commented out the previous line from solution 2
UPDATED!! ASUS U52F Notebook i5 CPU,  4Gb ram, 640Gb Hard drive Dual-Boot Win 7Pro/KDE 4 3.2.18-pclos2.bfs

ASUS U50F notebook i3 4Gb Ram. 500 GB hard drive dual-boot Win 7/ KDE 3.2.18-pclos2.pae.bfs    Of course thats just my opinion I could wrong

Offline medaguru

  • New Friend
  • *
  • Posts: 1
Re: [SOLVED] Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #24 on: August 09, 2011, 01:30:45 PM »
I'm with ya GOTHBITES ,
Quote
temporarily pooched my system
my Satellite no work with any of the 4 either. Actually lost sound and many other things since installing it, all seem fine in the live cd...... Ah, the reason I installed it to hard drive.....Any other ideas, Anybody?  ???
« Last Edit: August 09, 2011, 01:32:19 PM by medaguru »

Offline BillPa

  • New Friend
  • *
  • Posts: 1
Re: [SOLVED] Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #25 on: August 23, 2011, 11:52:00 AM »
 Forgive me, but I'm new at Linux.

 I was having trouble getting my touchpad to scroll on my HP DV4230 w/Alps pad.  I tried all the solutions posted. What finally worked, I renamed etc/x11/50-synaptics.conf to x50-synaptics.conf which I assume means no config file. On re-boot everything including the scroll worked, but it was slow,one or two lines at a time.

 Then using both Synaptiks and GSynaptics I finally got the scroll speed working between using both apps. One would do what the other won't.  The coasting function isn't working, but that's not a big deal for me.

 Why this worked I don't have a clue, but I thought I'd pass the info on so someone with more knowledge than I can figure it out!

Bill

Offline Rene34

  • Jr. Member
  • **
  • Posts: 17
Re: [SOLVED] Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #26 on: April 20, 2013, 01:15:31 AM »
I have just installed PCLinuxOS 2013.  The touchpad didn't work properly, so I found this post.  Option 2 worked brilliantly.  Thank you.

My computer is Asus PRO50Gseries laptop.

Offline GOTHBITES

  • Hero Member
  • *****
  • Posts: 749
  • Oh I get it now. Windows 8 is a Bigger Sham
Re: [SOLVED] Synaptics touchpad doesn't work (all the buttons works fine).
« Reply #27 on: April 21, 2013, 02:05:25 PM »
I have just installed PCLinuxOS 2013.  The touchpad didn't work properly, so I found this post.  Option 2 worked brilliantly.  Thank you.

My computer is Asus PRO50Gseries laptop.

WoW I remember this from awhile ago. wow times flies when you are having fun.
UPDATED!! ASUS U52F Notebook i5 CPU,  4Gb ram, 640Gb Hard drive Dual-Boot Win 7Pro/KDE 4 3.2.18-pclos2.bfs

ASUS U50F notebook i3 4Gb Ram. 500 GB hard drive dual-boot Win 7/ KDE 3.2.18-pclos2.pae.bfs    Of course thats just my opinion I could wrong