FreeBSD Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 66: Line 66:
</syntaxhighlight>
</syntaxhighlight>


/etc/rc.conf の moused 系の設定はコメントアウトする。
マウスやタッチパッドを動的に管理しようとした仕組みが悪さしている。libinput が動的に発見するデバイスがすべて sysmouse 収斂されるのでいろいろ便利ではあるが、細かな設定が難しい。


/usr/local/share/X11/xorg.conf.d/40-libinput.conf Identifier "libinput pointer catchall" と Identifier "libinput touchpad catchall" に
NaturalScrolling が touchpad で設定すると mouse で逆さま。mouse で設定すると touchpad で逆さま。Xfce Mouse コンパネで必要に応じて換える運用にした。
<syntaxhighlight lang="text" enclose="div">
    Option "NaturalScrolling" "true"
</syntaxhighlight>
を追加して、Mac流のスクロールを逆さまにする。