<p>Yest... Need edit files to use something as touchpad :)</p>
<div class="gmail_quote">On Sep 18, 2012 2:11 PM, &quot;mike cloaked&quot; &lt;<a href="mailto:mike.cloaked@gmail.com">mike.cloaked@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Sep 18, 2012 at 1:55 PM,  &lt;<a href="mailto:John.Florian@dart.biz">John.Florian@dart.biz</a>&gt; wrote:<br>
&gt; <a href="mailto:devel-bounces@lists.fedoraproject.org">devel-bounces@lists.fedoraproject.org</a> wrote on 09/18/2012 08:09:33:<br>
&gt;<br>
&gt;&gt; From: Florian Müllner &lt;<a href="mailto:fmuellner@gnome.org">fmuellner@gnome.org</a>&gt;<br>
&gt;&gt; To: Development discussions related to Fedora<br>
&gt;&gt; &lt;<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a>&gt;<br>
&gt;&gt; Date: 09/18/2012 08:10<br>
&gt;&gt; Subject: Re: Why is not enabled TapButton of touchpad on Fedora by<br>
&gt;&gt; default?<br>
&gt;&gt; Sent by: <a href="mailto:devel-bounces@lists.fedoraproject.org">devel-bounces@lists.fedoraproject.org</a><br>
&gt;&gt;<br>
&gt;&gt; On Tue, Sep 18, 2012 at 11:41 AM, Camilo Mesias &lt;<a href="mailto:camilo@mesias.co.uk">camilo@mesias.co.uk</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; I always enable the feature but it is an ongoing annoyance that it is<br>
&gt;&gt; &gt; disabled at GDM, is there any way to force it to default to on for the<br>
&gt;&gt; &gt; whole system?<br>
&gt;&gt;<br>
&gt;&gt; I have the following in /etc/dconf/db/gdm.d/10-local-settings:<br>
&gt;&gt;<br>
&gt;&gt; [org/gnome/settings-daemon/plugins/mouse]<br>
&gt;&gt; active=true<br>
&gt;&gt;<br>
&gt;&gt; [org/gnome/settings-daemon/peripherals/touchpad]<br>
&gt;&gt; tap-to-click=true<br>
&gt;&gt;<br>
&gt;&gt; You will need to run &quot;dconf update&quot; as root for the change to take effect.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Florian<br>
&gt;&gt; --<br>
&gt;&gt; devel mailing list<br>
&gt;&gt; <a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
&gt;&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a><br>
&gt;<br>
&gt;<br>
&gt; Any ideas on the equivalent for KDM?<br>
&gt;<br>
<br>
Why not enable it in xorg itself - from memory you can look for a file<br>
like /etc/X11/xorg.conf.d/10-synaptics.conf (or possibly in<br>
/usr/share/X11/xorg.conf.d/50-synaptics.conf or similar)<br>
<br>
Then ensure that you have a section like:<br>
<br>
Section &quot;InputClass&quot;<br>
        Identifier &quot;touchpad catchall&quot;<br>
        Driver &quot;synaptics&quot;<br>
        MatchIsTouchpad &quot;on&quot;<br>
        MatchDevicePath &quot;/dev/input/event*&quot;<br>
        Option &quot;TapButton1&quot; &quot;1&quot;<br>
        Option &quot;TapButton2&quot; &quot;2&quot;<br>
        Option &quot;TapButton3&quot; &quot;3&quot;<br>
        Option &quot;VertEdgeScroll&quot; &quot;on&quot;<br>
EndSection<br>
<br>
When you boot you should have touchpad buttons available even at the<br>
KDM greeter stage for login - (I guess same for GDM though I am a KDE<br>
user only)<br>
<br>
I have been doing this for several years with my laptops....<br>
<br>
<br>
--<br>
mike c<br>
--<br>
devel mailing list<br>
<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a></blockquote></div>