<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Issue with touchpad]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=714&amp;type=atom" />
	<updated>2022-08-25T14:37:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=714</id>
		<entry>
			<title type="html"><![CDATA[Re: Issue with touchpad]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4881#p4881" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-08-25T14:37:27Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4881#p4881</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Issue with touchpad]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4880#p4880" />
			<content type="html"><![CDATA[<p>That configuration file worked like a charm! Thank you very much.</p>]]></content>
			<author>
				<name><![CDATA[brudda1]]></name>
			</author>
			<updated>2022-08-25T12:21:27Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4880#p4880</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Issue with touchpad]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4878#p4878" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-08-24T21:14:53Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4878#p4878</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Issue with touchpad]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4877#p4877" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[brudda1]]></name>
			</author>
			<updated>2022-08-24T19:17:10Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4877#p4877</id>
		</entry>
</feed>
