|
Re: F13 how to enable system-wide tapping
After a lot of searching and trying I found a solution to this.
What you have to do to enable system-wide tapping is to add the following lines to the InputClass-section in the file /etc/xorg.conf.d/10-synaptics.conf:
Code:
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
I don't know if a desktop environment different from XFCE will override this once you log in. Just try it and post your results here (although it doesn't seem like there are people who are interested in this).
At least, this worked for me and I can now use my touchpad to click in GDM and XFCE.
Edit: Well, this is awkward. Seems like someone hates me a lot ^^. One minute after i wrote this, i did a yum update, which updated my xorg-x11-drv-synaptics package and removed the file mentioned above. But I found it again, it is now in /usr/share/X11/xorg.conf.d/50-synaptics.conf.
__________________
Desktop: Intel Core 2 Duo 2.13 GHz, 2 GB RAM, 2.5 TB HDD, GeForce 8600 GTS : Fedora 15 x86_64
Notebook: Dell xps with Intel Core 2 Duo 2.13 GHz, 4 GB RAM, 320 GB HDD , GeForce 8400m GS : Fedora 13 x86_64
Server: Intel Celeron 900 MHz, 128 MB RAM, 20 GB HDD: Debian stable
Last edited by kto; 17th April 2010 at 03:31 PM.
|