Fedora Linux Support Community & Resources Center
  #1  
Old 2nd November 2009, 07:16 PM
NotoriousREV Offline
Registered User
 
Join Date: Oct 2009
Posts: 6
linuxfedorafirefox
KDE and Touchpad

Under Gnome, my touchpad works fine but under KDE I don't seem to have any touchpad options, specifically I want use use the "Enable mouse clicks with touchpad" option. Any ideas? Thanks.
Reply With Quote
  #2  
Old 2nd November 2009, 08:27 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello NotoriousREV

Yes, it's a problem with KDE.

Personally, I do this:

Quote:
Copythe file:

/usr/share/hal/fdi/policy/20thirdparty/10-synaptics.fdi

into "/etc/hal/fdi/policy:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- DO NOT EDIT THIS FILE IN PLACE.
     This file will be overwritten with the next update. If you need to add
     custom options, copy the file into /etc/hal/fdi/policy/ first. 
     
     See https://fedoraproject.org/wiki/Input_device_configuration -->

<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
        <!-- To add custom options for the touchpad, modify the examples below
             to suit your needs. The available options are listed in the
             "synaptics" man page. After modifyfing this file, you must
             restart HAL. Check the output of lshal whether your modifications
             have been merged successfully.

             Note: Options must always be type "string".
             The following examples enable left, right, middle clicks on
             single, double, triple finger tapping, respectively.

             <merge key="input.x11_options.TapButton1" type="string">1</merge>
             <merge key="input.x11_options.TapButton2" type="string">2</merge>
             <merge key="input.x11_options.TapButton3" type="string">3</merge>
        -->
	<merge key="input.x11_driver" type="string">synaptics</merge>
	<merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
    </match>
  </device>
</deviceinfo>
Add the lines coloured red and reboot. Incidentally, they need to be in that exact place in the file.

That should fix it.

There are other options available for scrolling and indeed, some Alps touchpads need other configuration options.

Post back if you want to discuss those.
Reply With Quote
  #3  
Old 3rd November 2009, 07:38 PM
NotoriousREV Offline
Registered User
 
Join Date: Oct 2009
Posts: 6
linuxfedorafirefox
Thanks bbfuller! I'll give it a go and let you know how it goes. I'm having wireless network problems so don't want to reboot right now
Reply With Quote
  #4  
Old 3rd November 2009, 09:45 PM
NotoriousREV Offline
Registered User
 
Join Date: Oct 2009
Posts: 6
linuxfedorafirefox
That worked perfectly, thank you!
Reply With Quote
  #5  
Old 19th November 2009, 05:38 PM
jaybone Offline
Registered User
 
Join Date: Jun 2009
Location: Chico, Ca
Posts: 3
linuxfedorafirefox
Thanks bbfuller, this fixed the problem I was having with my touch pad not responding to being tapped. Everything else was working (double finger scroll and cursor) before but the left-click "tap" was not responding. Now everything works properly.
Reply With Quote
  #6  
Old 26th November 2009, 01:45 PM
Tigrrr Offline
Registered User
 
Join Date: Nov 2008
Location: Vienna, Austria
Age: 40
Posts: 15
linuxfedorafirefox
Does this work for XFCE too?
__________________
___
Desktop:
Intel E8500 Dual Core @ 3.16 GHz
4 GB RAM
Fedora 15 + XFCE

Netbook:
Lenovo S10e
Fedora 15 + XFCE
Reply With Quote
  #7  
Old 26th November 2009, 01:57 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello Tigrrr

I'm sure that it makes the changes available whichever desktop you use, though I haven't actually tried it.

I would make sure that you are comfortable with the idea of reversing the changes from the command line just in case it caused a problem though.
Reply With Quote
  #8  
Old 26th November 2009, 09:23 PM
Tigrrr Offline
Registered User
 
Join Date: Nov 2008
Location: Vienna, Austria
Age: 40
Posts: 15
linuxfedorafirefox
Tried it, works like a charm! AWESOME, thanks!!!
__________________
___
Desktop:
Intel E8500 Dual Core @ 3.16 GHz
4 GB RAM
Fedora 15 + XFCE

Netbook:
Lenovo S10e
Fedora 15 + XFCE

Last edited by Tigrrr; 26th November 2009 at 10:35 PM.
Reply With Quote
  #9  
Old 29th November 2009, 12:45 AM
CDzhao Offline
Registered User
 
Join Date: Nov 2009
Posts: 7
linuxfedorakonqueror
Hello bbfuller,
Could you share your options for scrolling? That is very useful.
Reply With Quote
  #10  
Old 29th November 2009, 01:08 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello CDzhao

Welcome to the forum.

The parameter for scrolling is:

Code:
VertEdgeScroll
So the line to add to the merge options above is:

Code:
<merge key="input.x11_options.VertEdgeScroll" type="string">True</merge>
There is a similar command:

Code:
HorizEdgeScroll
I've an OpenOffice document here that lists about 30 or 40 various options.

If you want a copy I'll post it as an attachment.
Reply With Quote
  #11  
Old 29th November 2009, 06:46 AM
CDzhao Offline
Registered User
 
Join Date: Nov 2009
Posts: 7
linuxfedorakonqueror
Hi bbfuller,
Thanks a lot for your feedback.
That would be great if you post the attachment here.
Reply With Quote
  #12  
Old 29th November 2009, 10:12 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello CDzhao

Here's the document.

I've saved it as plain text which has messed up the formatting a bit, but I think it's still readable.

Do be aware, I've not tried may of these parameters. I just came across the document when I was looking for a way to enable vertical scrolling.

Advice as always is to make sure you can edit any changes you make out of the file from the command line if X fails to start.
Attached Files
File Type: txt touchpad options.txt (9.6 KB, 150 views)
Reply With Quote
  #13  
Old 29th November 2009, 02:08 PM
CDzhao Offline
Registered User
 
Join Date: Nov 2009
Posts: 7
linuxfedorakonqueror
Hello bbfuller,
Thank you for your advice.
Reply With Quote
  #14  
Old 30th December 2009, 12:21 PM
AlexDudko Offline
Registered User
 
Join Date: Mar 2007
Location: Ukraine
Posts: 381
linuxfedorakonqueror
Nice work! This will also enable tapping in login screen in both kde and gnome.
Reply With Quote
Reply

Tags
kde, touchpad

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 help. projectxmatt Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 5 16th April 2009 08:59 PM
Want (need) my touchpad off! joolly Using Fedora 1 17th October 2008 07:53 PM
Touchpad TraceTheory Hardware & Laptops 12 11th August 2007 11:58 PM


Current GMT-time: 17:58 (Monday, 20-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