<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — Touchpad doesn't work (cursor does not move)]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=1011</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=1011&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Touchpad doesn't work (cursor does not move).]]></description>
		<lastBuildDate>Wed, 14 Feb 2024 22:40:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Touchpad doesn't work (cursor does not move)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=7651#p7651</link>
			<description><![CDATA[<p>Hello Maran. Thank you for your feedback, I will keep in mind that two options work.</p>]]></description>
			<author><![CDATA[null@example.com (jim)]]></author>
			<pubDate>Wed, 14 Feb 2024 22:40:20 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=7651#p7651</guid>
		</item>
		<item>
			<title><![CDATA[Re: Touchpad doesn't work (cursor does not move)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=7650#p7650</link>
			<description><![CDATA[<p>t440p this work fine</p><div class="codebox"><pre><code>Section &quot;InputClass&quot;
    Identifier &quot;touchpad&quot;
    Driver &quot;synaptics&quot;
    MatchIsTouchpad &quot;on&quot;
        Option &quot;TapButton1&quot; &quot;1&quot;
        Option &quot;TapButton2&quot; &quot;3&quot;
        Option &quot;TapButton3&quot; &quot;2&quot;
        Option &quot;VertEdgeScroll&quot; &quot;on&quot;
        Option &quot;VertTwoFingerScroll&quot; &quot;on&quot;
        Option &quot;HorizEdgeScroll&quot; &quot;on&quot;
        Option &quot;HorizTwoFingerScroll&quot; &quot;on&quot;
        Option &quot;CircularScrolling&quot; &quot;on&quot;
        Option &quot;CircScrollTrigger&quot; &quot;2&quot;
        Option &quot;EmulateTwoFingerMinZ&quot; &quot;40&quot;
        Option &quot;EmulateTwoFingerMinW&quot; &quot;8&quot;
        Option &quot;CoastingSpeed&quot; &quot;0&quot;
        Option &quot;FingerLow&quot; &quot;30&quot;
        Option &quot;FingerHigh&quot; &quot;50&quot;
        Option &quot;MaxTapTime&quot; &quot;180&quot;
EndSection</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (maran)]]></author>
			<pubDate>Wed, 14 Feb 2024 16:44:30 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=7650#p7650</guid>
		</item>
		<item>
			<title><![CDATA[Re: Touchpad doesn't work (cursor does not move)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=7649#p7649</link>
			<description><![CDATA[<p>I checked the second solution works! <img src="https://forums.hyperbola.info/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (jim)]]></author>
			<pubDate>Wed, 14 Feb 2024 11:49:12 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=7649#p7649</guid>
		</item>
		<item>
			<title><![CDATA[Touchpad doesn't work (cursor does not move)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=7648#p7648</link>
			<description><![CDATA[<p>Hi all . I wanted to know which of the solutions works today?<br />I saw two solutions to this issue.</p><p><strong>First solution:</strong></p><div class="codebox"><pre><code>doas usermod -aG input [USERNAME]</code></pre></div><div class="codebox"><pre><code>$ doas nano  /etc/X11/xorg.conf.d/00-touchpad.conf</code></pre></div><div class="codebox"><pre><code>ection &quot;InputClass&quot;
        Identifier      &quot;laplet touchpad&quot;
        MatchIsTouchpad &quot;yes&quot;
        Driver          &quot;synaptics&quot;
        Option          &quot;ClickPad&quot;              &quot;yes&quot;
#       Option          &quot;Device&quot;                &quot;/dev/input/event19&quot;
        Option          &quot;HorizEdgeScroll&quot;       &quot;yes&quot;
        Option          &quot;LockedDrags&quot;           &quot;no&quot;
        Option          &quot;PalmDetect&quot;            &quot;yes&quot;
        Option          &quot;PalmMinWidth&quot;          &quot;8&quot;
        Option          &quot;PalmMinZ&quot;              &quot;100&quot;
        Option          &quot;Protocol&quot;              &quot;auto-dev&quot;
        Option          &quot;TapButton1&quot;            &quot;1&quot;
        Option          &quot;TapButton2&quot;            &quot;3&quot;
        Option          &quot;TapButton3&quot;            &quot;2&quot;
        Option          &quot;TouchpadOff&quot;           &quot;0&quot;
        Option          &quot;VertEdgeScroll&quot;        &quot;yes&quot;
EndSection</code></pre></div><p><strong>Second solution:</strong></p><div class="codebox"><pre><code>doas usermod -aG input [USERNAME]</code></pre></div><p>Solved. Just had to set it up.</p><p>&nbsp; &nbsp; Touchpad Synaptics - ArchWiki <a href="https://wiki.archlinux.org/title/Touchpad_Synaptics">https://wiki.archlinux.org/title/Touchpad_Synaptics</a></p><div class="codebox"><pre><code>$ doas nano /etc/X11/xorg.conf.d/70-synaptics.conf</code></pre></div><div class="codebox"><pre><code>Section &quot;InputClass&quot;
        Identifier      &quot;touchpad&quot;
        Driver          &quot;synaptics&quot;
        MatchIsTouchpad &quot;on&quot;
EndSection</code></pre></div><p>Do I need to download drivers <strong>xenocara-input-synaptics</strong> ? Or is this configuration sufficient?</p>]]></description>
			<author><![CDATA[null@example.com (jim)]]></author>
			<pubDate>Wed, 14 Feb 2024 11:33:20 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=7648#p7648</guid>
		</item>
	</channel>
</rss>
