Fedora Linux Support Community & Resources Center
  #1  
Old 22nd August 2011, 07:20 AM
Erick Lopez's Avatar
Erick Lopez Offline
Registered User
 
Join Date: Aug 2011
Posts: 5
linuxchrome
Arrow Right click not work in Fedora 15 in touchpad

Hello everybody

I have a laptop HP 4520s, using Fedora 15 (is fine) gnome3, the unique problem is with touchpad, I can setup in system setting, the tap event works fine, but the right click not work.

I explain more especific, this kind of touchpad is very large and the left and right click are in the touchpad, and when i make a click every time send the left click event. the drag event is very dificoult too with this driver. I was use the same computer with opensuse 11.4 with KDE 4.6, and the touchpad works with out problem.

The touchpad is synaptics.

I will apreciate your help.
Reply With Quote
  #2  
Old 22nd August 2011, 10:01 AM
kazysmaster Offline
Registered User
 
Join Date: Jun 2005
Posts: 21
linuxchrome
Re: Right click not work in Fedora 15 in touchpad

Hi,

You are probably hitting https://bugzilla.redhat.com/show_bug.cgi?id=590835 bug. The clickpad buttons and DND work with patched synaptics package https://bugzilla.redhat.com/attachment.cgi?id=501555
This is a source rpm, you need to build it before installing.
I guess opensuse uses some unofficial clickpad patches, while fedora does not.

Last edited by kazysmaster; 22nd August 2011 at 11:12 AM.
Reply With Quote
  #3  
Old 23rd August 2011, 05:18 AM
Erick Lopez's Avatar
Erick Lopez Offline
Registered User
 
Join Date: Aug 2011
Posts: 5
linuxchrome
Re: Right click not work in Fedora 15 in touchpad

Hi kazysmaster,
Thanks for your help

I review your links, but I not found an aswer jet.
Reply With Quote
  #4  
Old 28th October 2011, 02:44 PM
mulikvishal Offline
Registered User
 
Join Date: Oct 2011
Posts: 2
windows_7firefox
Re: Right click not work in Fedora 15 in touchpad

Hi kazysmaster,

Thanks for that source rpm.I have successfully built the rpm's using the source rpm file.
I have also tested these rpm's on fedora 15.Anyone having problem with their touchpad can install these rpm's and right click would start working after reboot.
Reply With Quote
  #5  
Old 15th November 2011, 08:12 PM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxsafari
Re: Right click not work in Fedora 15 in touchpad

Is this patch still working in Fedora 16? Has somebody tried already?

---------- Post added at 09:12 PM ---------- Previous post was at 01:24 PM ----------

There's already version 1.5.0 of xorg-x11-drv-synaptics. So we're gonna need a new version of that patched rpm. Is it hard to apply the patch manually and build from sources?
Ain't it possible to patch it like in OpenSuse or Archlinux (http://aur.archlinux.org/packages.php?ID=38120)?
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31

Last edited by tuxor; 15th November 2011 at 08:15 PM.
Reply With Quote
  #6  
Old 16th November 2011, 06:33 PM
kazysmaster Offline
Registered User
 
Join Date: Jun 2005
Posts: 21
linuxchrome
Re: Right click not work in Fedora 15 in touchpad

The patch from Archlinux seems to work.
Reply With Quote
  #7  
Old 16th November 2011, 10:26 PM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Right click not work in Fedora 15 in touchpad

Thanks a lot! I'm going to try myself at the weekend and report back.

(At the moment, I'm still on F15, testing F16 only via LiveCD.)
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
  #8  
Old 17th November 2011, 09:11 PM
mese79 Offline
Registered User
 
Join Date: Nov 2010
Posts: 31
linuxopera
Re: Right click not work in Fedora 15 in touchpad

It works!!
Thanks alot!
Reply With Quote
  #9  
Old 21st November 2011, 12:29 PM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Right click not work in Fedora 15 in touchpad

I compiled kazysmaster's src.rpm on a 64bit-machine (running F16) and thus obtained the (working) RPM in the attachment. Feel free to use it.

The Archlinux patch works fine, but the white LED (to turn touchpad on/off) in Powerbook 4520s is still not working, which - in principle - isn't that bad. But please note, that this LED _is_ working in OpenSuse 11.4 (didn't test with 12.1).
Attached Files
File Type: rpm xorg-x11-drv-synaptics-1.5.0-2.clickpad.fc16.x86_64.rpm (170.4 KB, 241 views)
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
  #10  
Old 22nd November 2011, 09:55 AM
kazysmaster Offline
Registered User
 
Join Date: Jun 2005
Posts: 21
linuxchrome
Re: Right click not work in Fedora 15 in touchpad

I think the kernel should be patched as well in order to get white LED working.

http://aur.archlinux.org/packages.php?ID=49284
Reply With Quote
  #11  
Old 30th March 2012, 05:03 PM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Right click not work in Fedora 15 in touchpad

Clickpad support has now been integrated into the latest xf86-input-synaptics sources, see http://www.phoronix.com/scan.php?pag...tem&px=MTA3MDY. You can simply build the official sources from git. Maybe you need to add these lines to a file in your xorg.conf.d:

Code:
Section "InputClass"
   Identifier "touchpad catchall"
   Driver "synaptics"
   MatchIsTouchpad "on"
   MatchDevicePath "/dev/input/event*"
   Option "TapButton1" "1"
   Option "TapButton2" "2"
   Option "TapButton3" "3"
   Option "SHMConfig" "on"
   Option "ClickPad" "1"
   Option "RightButtonAreaLeft" "3500"
   Option "RightButtonAreaRight" "0"
   Option "RightButtonAreaTop" "3700"
   Option "RightButtonAreaBottom" "0"
   # Is the following line doing the same as the four above?
   #Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
EndSection
For the white led, you'll need some more effort. At least the kernel module mentioned by kazysmaster. But maybe also these patches: https://aur.archlinux.org/packages.php?ID=57575
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
  #12  
Old 29th May 2012, 12:29 AM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Right click not work in Fedora 15 in touchpad

With Fedora 17, we get clickpad support out of the box. Still the LED on the probook's clickpad isn't working at all due to the necessary kernel changes.
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
Reply With Quote
Reply

Tags
fedora 15, gnome 3, hp 4520s, synaptics

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
touchpad tap click doesn't work Pacopag Hardware & Laptops 2 18th June 2008 02:49 AM
Tap to Click on synaptic touchpad soumen08 Hardware & Laptops 1 30th May 2008 02:58 AM
How to disable 'touch-to-click' for Synaptics TouchPad leonard Hardware & Laptops 3 27th February 2006 04:53 PM
Synaptics Touchpad on Dell Laptop Tap to click not working in FC2 ZeroVerteX Hardware & Laptops 9 28th September 2004 10:08 PM


Current GMT-time: 03:47 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat