08/09/19 15:55:06
HDDが壊れたので、3年ぶりにFreeBSDをインストールし直したのですが、
マウスが動作しません。(ノートPCなのでタッチバッドです)
設定ファイルが何もない状態だと、マウスは動作するのですが、
Xorg -configure コマンドで生成した設定ファイル(xorg.config.new)だと、動かなくなります。
↑のコマンドを実行したときに、画面には
Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by defalult Xorg tries to autodetect
the protocol.
と出るので、これが関係あると思うのですが、
どう修正すればいいのかが分からないですorz
なお生成された xorg.config.new のマウスの部分は、
Section "InputDevice"
Identifirer "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxixMapping" "4 5 6 7"
となっています。お知恵をお貸しください。