|
Texstar
|
 |
« on: July 05, 2011, 09:26:41 PM » |
|
Getting your touchpad working properly seems to be a bit tricky with xorg 1.10.2. The control file for your touchpad is called 50-synaptics.conf and is located in the /etc/X11/xorg.conf.d folder. I have set this file up in default mode with the x11-driver-input-synaptics-1.4.1-2pclos2011.i586.rpm package mainly because I'm tired of tinking with the default config file. Seems if I set in one way it works for some people and not for others. So here are some possible solutions for you. One of these should work for you.
#----------------------------------------------------------------------- Solution 1 - Use the default mode and configure your touchpad from the KDE Configure your Desktop
1) open konsole 2) type: kdesu kwrite (this with open kwrite as su) 3) paste & copy the following:
#Default Configuration (used by Fedora)
Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" EndSection
4) save the file as 50-synaptics.conf in /etc/X11/xorg.conf.d/ 5) reboot
#-------------------------------------------------------------------------
Solution 2 - Alter the configuration file as shown below. (Used by Opensuse and works for most people)
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
#---------------------------------------------------------------------------
Solution 3 - Alter the configuration file as shown below.
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" LeftEdge=120 RightEdge=830 TopEdge=120 BottomEdge=650 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
#------------------------------------------------------------------------
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
#--------------------------------------------------------------------------- Solution 5 - Alter the configuration file as shown below. (Acer Aspire One 150 ZG5 netbook)
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" Option "TapButton1" "1" Option "VertEdgeScroll" "1 EndSection
4) save the file as 50-synaptics.conf in /etc/X11/xorg.conf.d/ 5) reboot
#---------------------------------------------------------------------------------------
This information supersedes any other information posting previously on this forum.
|
|
|
|
|
Logged
|
Follow the development of PCLinuxOS on TwitterHelp fund the PCLinuxOS project! "I'm not so good on advice, can I interest you in a sarcastic reply?"
|
|
|
|
kjpetrie
|
 |
« Reply #1 on: July 07, 2011, 06:24:22 PM » |
|
Thanks, Texstar. Solution 2 worked for my Acer laptop. Hope the next upgrade won't break it again. 
|
|
|
|
|
Logged
|
----------- KJP ----------------------------------------------------------- PClos 2010 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, Hitachi CDR-7930, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG and Asus eeePC 2G surf
|
|
|
bignono1
New Friend
Offline
Posts: 4
|
 |
« Reply #2 on: July 15, 2011, 11:56:17 AM » |
|
Solution 2 worked for my fujitsu siemens esprimo laptop , it worked fine before the updates tho.
|
|
|
|
|
Logged
|
|
|
|
drlove601
New Friend
Offline
Posts: 1
|
 |
« Reply #3 on: September 05, 2011, 03:23:57 PM » |
|
Thanks so much! I had a fresh install of PCLinuxOS Phoenix Edition on my Acer Aspire 5551G. I was unable to scroll and double tap, but I tried solution 2 out and it did the trick 
|
|
|
|
|
Logged
|
|
|
|
jabberwocky
New Friend
Offline
Posts: 7
|
 |
« Reply #4 on: October 16, 2011, 08:23:06 AM » |
|
Solution 2 did the trick here too with toshiba equium laptop running full monty but done a slightly different way  Firstly Sign in as root open a konsole to get the prompt below. [root@localhost ~]# type the folowing cd \etc to get this prompt [root@localhost ~]# cd /etc then type this line below cd /X11 to get this prompt [root@localhost X11]# then type this line below cd \xorg.conf.d to get this prompt [root@localhost xorg.conf.d] at the prompt above, type this line below to edit the conf file nano 50-synaptics.conf take out all the existing text and replace with solution number 2 from texstars webpage. http://www.pclinuxos.com/forum/index.php?topic=93782.0Save the changes by pressing the control and x keys and finally y key to agree to the naming of the file. Log out of root and sign into user,everything should now work with the touchpad. That worked for me anyway with toshiba equium laptop and now my touchpad will open files if I tap it (it did not on 1st run of FM), also i can drag and drop which wasnt happening at first. Just a different method than stated on texstars webpage but it worked for me. Good luck
|
|
|
|
|
Logged
|
|
|
|
|
doctore
|
 |
« Reply #5 on: November 12, 2011, 07:52:40 PM » |
|
My touchpad stopped working completely after updating. I have tried all of the above solutions and none work. Solution 3 won't allow me to login with the graphical interface and I get errors when trying startx.
Any other suggestions?
|
|
|
|
|
Logged
|
|
|
|
AS
Global Moderator
Hero Member
   
Offline
Posts: 4139
Have a nice ... night!
|
 |
« Reply #6 on: November 12, 2011, 08:35:19 PM » |
|
My touchpad stopped working completely after updating. I have tried all of the above solutions and none work. Solution 3 won't allow me to login with the graphical interface and I get errors when trying startx.
Any other suggestions?
please reconsider the solution 3, note that the syntax is not correct in the example: LeftEdge=120should be written as: Option "LeftEdge" "120"similar syntax for the other 3 options. If will still fail, post some info about your hardware. AS
|
|
|
|
|
Logged
|
|
|
|
|
doctore
|
 |
« Reply #7 on: November 12, 2011, 09:05:46 PM » |
|
My touchpad stopped working completely after updating. I have tried all of the above solutions and none work. Solution 3 won't allow me to login with the graphical interface and I get errors when trying startx.
Any other suggestions?
please reconsider the solution 3, note that the syntax is not correct in the example: LeftEdge=120I tried that to no avail. I have a gateway LT27 with an Intel Atom N455 processor. should be written as: Option "LeftEdge" "120"similar syntax for the other 3 options. If will still fail, post some info about your hardware. AS
|
|
|
|
|
Logged
|
|
|
|
AS
Global Moderator
Hero Member
   
Offline
Posts: 4139
Have a nice ... night!
|
 |
« Reply #8 on: November 13, 2011, 06:44:08 AM » |
|
My touchpad stopped working completely after updating. I have tried all of the above solutions and none work. Solution 3 won't allow me to login with the graphical interface and I get errors when trying startx.
Any other suggestions?
please reconsider the solution 3, note that the syntax is not correct in the example: LeftEdge=120 I tried that to no avail. I have a gateway LT27 with an Intel Atom N455 processor.
should be written as:
Option "LeftEdge" "120"
similar syntax for the other 3 options.
If will still fail, post some info about your hardware.
AS
upload the file /var/log/Xorg.0.log somewhere (i.e. pastebin.com), then post a link here
|
|
|
|
|
Logged
|
|
|
|
|
doctore
|
 |
« Reply #9 on: November 13, 2011, 02:27:23 PM » |
|
For some reason the update turned off the touchpad. Fn F7 toggles it in and off. It works now and I feel sheepish.
|
|
|
|
|
Logged
|
|
|
|
|
Mad_Sunday
|
 |
« Reply #10 on: November 16, 2011, 03:10:42 AM » |
|
Option 2 got my Dell Inspiron 1520 touchpad scroll working again but now the damn "tap" function is on too, and I can't see where to turn it off in PCC/Hardware/Mouse as there is no touchpad option, just mouse ones. Which line do I need to alter/remove to turn the "tap" function off?
Pete
|
|
|
|
|
Logged
|
Ability is nothing without opportunity.
It's the first Sunday in June in case you were wondering.
|
|
|
|
kjpetrie
|
 |
« Reply #11 on: November 16, 2011, 06:29:37 AM » |
|
Open a terminal and type "man synaptics" without the quotes. This will give you all the information on configuration.
If the man page for synaptics is not present on your system, Google it.
|
|
|
|
|
Logged
|
----------- KJP ----------------------------------------------------------- PClos 2010 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, Hitachi CDR-7930, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG and Asus eeePC 2G surf
|
|
|
|
Mad_Sunday
|
 |
« Reply #12 on: November 17, 2011, 04:02:18 AM » |
|
Open a terminal and type "man synaptics" without the quotes. This will give you all the information on configuration.
If the man page for synaptics is not present on your system, Google it.
Thank you, that helped me to change.......... Option "TapButton1" "1" to Option "TapButton1" "0" This turned the tap function off and left the scroll working. Perfect  , Pete
|
|
|
|
|
Logged
|
Ability is nothing without opportunity.
It's the first Sunday in June in case you were wondering.
|
|
|
|
drhadidy
|
 |
« Reply #13 on: November 23, 2011, 10:08:42 AM » |
|
the second one worked just fine))) thx man you are an angel 
|
|
|
|
|
Logged
|
Hope that one day ill be able to help as much as I'm being helped now...
registered Linux user # 518656
whats the need for "WINDOWS" in a world without walls?:-)
|
|
|
|
timeth
|
 |
« Reply #14 on: November 24, 2011, 09:35:40 AM » |
|
Awesome! Thanks Tex. #3 worked for me on Lenovo Thinkpad R61i. Scrolling and buttons were ok before but tapping didn't work. Now it's working great  EDIT: #3 also fixed the same tapping function failure on my ASUS Eeepc 1011px But if using #3, make sure you use the tip provided by "as" in this reply > http://www.pclinuxos.com/forum/index.php/topic,93782.msg843814.html#msg843814I tried it once just by copying and pasting but then booting failed until I went in as root on a LiveCD and fixed it.
|
|
|
|
|
Logged
|
宜しくお願いします > Yoroshiku Onegaishimasu > I humbly and respectfully ask for your kindness. | My graphics blog
|
|
|
|