<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — Issue with touchpad]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=714</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=714&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Issue with touchpad.]]></description>
		<lastBuildDate>Thu, 25 Aug 2022 14:37:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Issue with touchpad]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4881#p4881</link>
			<description><![CDATA[<p>Thanks for the feedback. Have much fun with your system and please, come anytime here back: For discussions, information or surely more questions. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Thu, 25 Aug 2022 14:37:27 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4881#p4881</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with touchpad]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4880#p4880</link>
			<description><![CDATA[<p>That configuration file worked like a charm! Thank you very much.</p>]]></description>
			<author><![CDATA[null@example.com (brudda1)]]></author>
			<pubDate>Thu, 25 Aug 2022 12:21:27 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4880#p4880</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with touchpad]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4878#p4878</link>
			<description><![CDATA[<p>Hello and welcome to the forums, first things first: We have no support of dbus, therefore our x-server needs a bit more work in details. So let&#039;s try to find a solution for the current problem. Can you first check the groups your local user is within?</p><p>You can use the group <strong>input</strong> for more access, especially for further devices. The command would be:</p><div class="codebox"><pre><code>doas usermod -aG input [USERNAME]</code></pre></div><p>Furthermore you would need to modify the touchpad so it is fully recognized. One possible example for the file <strong>/etc/X11/xorg.conf.d/00-touchpad.conf</strong>:</p><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>Yes, dbus and other bloated Linux-only frameworks do that work for you without further configuration. That&#039;s the price for minimalism Hyperbola is using.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Wed, 24 Aug 2022 21:14:53 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4878#p4878</guid>
		</item>
		<item>
			<title><![CDATA[Issue with touchpad]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4877#p4877</link>
			<description><![CDATA[<p>Hello. I have a T400 thinkpad with libreboot. On the most recent version of Hyperbola I am unable to get my touchpad to work at all on Xenocara. Trackpoint works just fine. Heres what I have tried.<br />I&#039;ve tried with <a href="https://www.hyperbola.info/packages/?name=xorg-input-evdev">https://www.hyperbola.info/packages/?na … nput-evdev</a> and this is the output of </p><div class="codebox"><pre><code> grep -e &quot;Using input driver &quot; Xorg.0.log </code></pre></div><div class="codebox"><pre><code>[    42.284] (II) Using input driver &#039;evdev&#039; for &#039;Power Button&#039;
[    42.285] (II) Using input driver &#039;evdev&#039; for &#039;Video Bus&#039;
[    42.285] (II) Using input driver &#039;evdev&#039; for &#039;Sleep Button&#039;
[    42.286] (II) Using input driver &#039;evdev&#039; for &#039;Integrated Camera: Integrated C&#039;
[    42.287] (II) Using input driver &#039;evdev&#039; for &#039;AT Translated Set 2 keyboard&#039;
[    42.288] (II) Using input driver &#039;evdev&#039; for &#039;SynPS/2 Synaptics TouchPad&#039;
[    42.289] (II) Using input driver &#039;evdev&#039; for &#039;TPPS/2 IBM TrackPoint&#039;
[    42.291] (II) Using input driver &#039;evdev&#039; for &#039;ThinkPad Extra Buttons&#039;</code></pre></div><p>I&#039;ve also tried with&nbsp; <a href="https://www.hyperbola.info/packages/extra/x86_64/xenocara-input-synaptics/">https://www.hyperbola.info/packages/ext … synaptics/</a>&nbsp; and the output was the same.</p><p>Finally, I tried with this package <a href="https://archlinux.org/packages/extra/x86_64/xf86-input-synaptics/">https://archlinux.org/packages/extra/x8 … synaptics/</a> because when I used Parabola the touchpad worked fine and this is the driver used by parabola (I think). This is the corresponding output:<br /></p><div class="codebox"><pre><code>[   106.717] (II) Using input driver &#039;evdev&#039; for &#039;Power Button&#039;
[   106.717] (II) Using input driver &#039;evdev&#039; for &#039;Video Bus&#039;
[   106.718] (II) Using input driver &#039;evdev&#039; for &#039;Sleep Button&#039;
[   106.719] (II) Using input driver &#039;evdev&#039; for &#039;Integrated Camera: Integrated C&#039;
[   106.720] (II) Using input driver &#039;evdev&#039; for &#039;AT Translated Set 2 keyboard&#039;
[   106.723] (II) Using input driver &#039;evdev&#039; for &#039;TPPS/2 IBM TrackPoint&#039;
[   106.725] (II) Using input driver &#039;evdev&#039; for &#039;ThinkPad Extra Buttons&#039;</code></pre></div><p>I think this is a bug either regarding Xenocara or the driver. I can&#039;t make an issue because I currently can&#039;t make an account there.<br />Thanks for reading</p>]]></description>
			<author><![CDATA[null@example.com (brudda1)]]></author>
			<pubDate>Wed, 24 Aug 2022 19:17:10 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4877#p4877</guid>
		</item>
	</channel>
</rss>
