<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><font face="Noto Mono">I have this on my autostart for my
trackball and is working perfect.</font></p>
<p><font face="Noto Mono">#!/bin/sh<br>
<br>
xinput set-prop "Full-Speed Mouse Full-Speed Mouse" "Evdev Wheel
Emulation" 1<br>
xinput set-prop "Full-Speed Mouse Full-Speed Mouse" "Evdev Wheel
Emulation Button" 8<br>
<br>
#EndofFile</font></p>
<p><font face="Noto Mono">Hope it helps!<br>
</font></p>
<div class="moz-cite-prefix">On 17/3/20 15:41, Joe Riel wrote:<br>
</div>
<blockquote type="cite" cite="mid:20200317074115.4209ff8e@gauss">
<pre class="moz-quote-pre" wrap="">On Tue, 17 Mar 2020 07:57:23 -0300
"Renaud (Ron) OLGIATI" <a class="moz-txt-link-rfc2396E" href="mailto:renaud@olgiati-in-paraguay.org"><renaud@olgiati-in-paraguay.org></a> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">On Mon, 16 Mar 2020 14:52:17 -0700
Joe Riel <a class="moz-txt-link-rfc2396E" href="mailto:joer@san.rr.com"><joer@san.rr.com></a> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">How do I configure xfce4 to emulate a three button mouse?
Once I'm in X, I can manually use xinput to configure it, but
would prefer that it was automatic. I tried adding a file
to /usr/share/X11/xorg.xconf.d:
$ cat /usr/share/X11/xorg.conf.d/80-middle-mouse-button.conf
Section "InputClass"
Identifier "middle button emulation class"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
however that does nothing.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
Try to add that section to /etc/X11/xorg.conf instead
Cheers,
Ron.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
While that makes sense, moving the file and rebooting didn't fix it:
$ cat /etc/X11/xorg.conf.d/80-middle-mouse-button.conf
Section "InputClass"
Identifier "middle button emulation class"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
</pre>
</blockquote>
</body>
</html>