 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

2nd November 2009, 07:16 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 6

|
|
|
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.
|

2nd November 2009, 08:27 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: UK
Posts: 4,345

|
|
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.
|

3rd November 2009, 07:38 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 6

|
|
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
|

3rd November 2009, 09:45 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 6

|
|
|
That worked perfectly, thank you!
|

19th November 2009, 05:38 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Chico, Ca
Posts: 3

|
|
|
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.
|

26th November 2009, 01:45 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: Vienna, Austria
Age: 40
Posts: 15

|
|
|
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
|

26th November 2009, 01:57 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: UK
Posts: 4,345

|
|
|
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.
|

26th November 2009, 09:23 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: Vienna, Austria
Age: 40
Posts: 15

|
|
|
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.
|

29th November 2009, 12:45 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 7

|
|
|
Hello bbfuller,
Could you share your options for scrolling? That is very useful.
|

29th November 2009, 01:08 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: UK
Posts: 4,345

|
|
Hello CDzhao
Welcome to the forum.
The parameter for scrolling is:
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:
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.
|

29th November 2009, 06:46 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 7

|
|
|
Hi bbfuller,
Thanks a lot for your feedback.
That would be great if you post the attachment here.
|

29th November 2009, 10:12 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: UK
Posts: 4,345

|
|
|
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.
|

29th November 2009, 02:08 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 7

|
|
|
Hello bbfuller,
Thank you for your advice.
|

30th December 2009, 12:21 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Location: Ukraine
Posts: 381

|
|
|
Nice work! This will also enable tapping in login screen in both kde and gnome.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
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)
|
|
 |
 |
 |
 |
|
|