<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Touchpad doesn't work (cursor does not move)]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=1011&amp;type=atom" />
	<updated>2024-02-14T22:40:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=1011</id>
		<entry>
			<title type="html"><![CDATA[Re: Touchpad doesn't work (cursor does not move)]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=7651#p7651" />
			<content type="html"><![CDATA[<p>Hello Maran. Thank you for your feedback, I will keep in mind that two options work.</p>]]></content>
			<author>
				<name><![CDATA[jim]]></name>
			</author>
			<updated>2024-02-14T22:40:20Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=7651#p7651</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Touchpad doesn't work (cursor does not move)]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=7650#p7650" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[maran]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=622</uri>
			</author>
			<updated>2024-02-14T16:44:30Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=7650#p7650</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Touchpad doesn't work (cursor does not move)]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=7649#p7649" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jim]]></name>
			</author>
			<updated>2024-02-14T11:49:12Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=7649#p7649</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Touchpad doesn't work (cursor does not move)]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=7648#p7648" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jim]]></name>
			</author>
			<updated>2024-02-14T11:33:20Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=7648#p7648</id>
		</entry>
</feed>
