修改/etc/X11/xorg.conf文件的鼠标配置:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
从新启动Xwindow后如果仍旧没用,责放入freebsd安装盘,启用sysinstall测试鼠标功能(可以把鼠标把下来,试试触摸板)。
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
从新启动Xwindow后如果仍旧没用,责放入freebsd安装盘,启用sysinstall测试鼠标功能(可以把鼠标把下来,试试触摸板)。
6685

被折叠的 条评论
为什么被折叠?



