<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3317&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / SOLVED - Enable tapping on touchpad]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3317</link>
		<description><![CDATA[The most recent posts in SOLVED - Enable tapping on touchpad.]]></description>
		<lastBuildDate>Sun, 10 May 2020 19:42:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: SOLVED - Enable tapping on touchpad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21614#p21614</link>
			<description><![CDATA[<p>Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (Oldmoss)]]></author>
			<pubDate>Sun, 10 May 2020 19:42:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21614#p21614</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED - Enable tapping on touchpad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20073#p20073</link>
			<description><![CDATA[<p>Sorry Head_on_a_Stick you are totally right, my mistake. Now the tapping works perfectly.</p>]]></description>
			<author><![CDATA[dummy@example.com (stecco)]]></author>
			<pubDate>Sat, 15 Feb 2020 17:06:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20073#p20073</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED - Enable tapping on touchpad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20062#p20062</link>
			<description><![CDATA[<div class="quotebox"><cite>stecco wrote:</cite><blockquote><div><p>I followed this</p><p><a href="https://wiki.debian.org/SynapticsTouchpad#Enable_tapping_on_touchpad" rel="nofollow">https://wiki.debian.org/SynapticsTouchp … n_touchpad</a></p></div></blockquote></div><p>No you didn&#039;t. That guide advises to create a new file at /etc/X11/xorg.conf.d/40-libinput.conf with the suggested content. But you need to run the commands as root for them to work.</p><p>Or with sudo:</p><div class="codebox"><pre><code>sudo mkdir -p /etc/X11/xorg.conf.d
sudo tee /etc/X11/xorg.conf.d/40-libinput.conf &lt;&lt;END
Section &quot;InputClass&quot;
   Identifier &quot;libinput touchpad catchall&quot;
   MatchIsTouchpad &quot;on&quot;
   MatchDevicePath &quot;/dev/input/event*&quot;
   Driver &quot;libinput&quot;
   Option &quot;Tapping&quot; &quot;on&quot;
EndSection
END</code></pre></div><p>You&#039;ve added your configuration to the pointer section rather than the touchpad section, which is why it doesn&#039;t work. And using /usr/share/X11/xorg.conf.d/40-libinput.conf means your changes will be over-written if the xserver-xorg-input-libinput package is upgraded.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 14 Feb 2020 18:51:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20062#p20062</guid>
		</item>
		<item>
			<title><![CDATA[SOLVED - Enable tapping on touchpad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20056#p20056</link>
			<description><![CDATA[<p>I followed this</p><p><a href="https://wiki.debian.org/SynapticsTouchpad#Enable_tapping_on_touchpad" rel="nofollow">https://wiki.debian.org/SynapticsTouchp … n_touchpad</a></p><p>In Devuan ASCII there is already a 40-libinput.conf file:</p><div class="codebox"><pre class="vscroll"><code>~$ cat  /usr/share/X11/xorg.conf.d/40-libinput.conf
# Match on all types of devices but tablet devices and joysticks
Section &quot;InputClass&quot;
        Identifier &quot;libinput pointer catchall&quot;
        MatchIsPointer &quot;on&quot;
        MatchDevicePath &quot;/dev/input/event*&quot;
        Driver &quot;libinput&quot;
	Option &quot;Tapping&quot; &quot;True&quot;
EndSection

Section &quot;InputClass&quot;
        Identifier &quot;libinput keyboard catchall&quot;
        MatchIsKeyboard &quot;on&quot;
        MatchDevicePath &quot;/dev/input/event*&quot;
        Driver &quot;libinput&quot;
EndSection

Section &quot;InputClass&quot;
        Identifier &quot;libinput touchpad catchall&quot;
        MatchIsTouchpad &quot;on&quot;
        MatchDevicePath &quot;/dev/input/event*&quot;
        Driver &quot;libinput&quot;
EndSection

Section &quot;InputClass&quot;
        Identifier &quot;libinput touchscreen catchall&quot;
        MatchIsTouchscreen &quot;on&quot;
        MatchDevicePath &quot;/dev/input/event*&quot;
        Driver &quot;libinput&quot;
EndSection

Section &quot;InputClass&quot;
        Identifier &quot;libinput tablet catchall&quot;
        MatchIsTablet &quot;on&quot;
        MatchDevicePath &quot;/dev/input/event*&quot;
        Driver &quot;libinput&quot;
EndSection</code></pre></div><p>and seems that the tapping option is active. However I tried to change <strong>Option &quot;Tapping&quot; &quot;True&quot;</strong> to<strong> Option &quot;Tapping&quot; &quot;on&quot;</strong> but it still doesn&#039;t work. Any suggest?</p>]]></description>
			<author><![CDATA[dummy@example.com (stecco)]]></author>
			<pubDate>Fri, 14 Feb 2020 11:08:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20056#p20056</guid>
		</item>
	</channel>
</rss>
