Hi! Recently I've tried freebsd, it is much more awesome than those linux distros, and I think this is what an unix-like OS should actually be. However, I've encounter some problems that are beyond my knowledge:
I've install the OS using VirtualBox, and VBox reports that "Mouse Integeration" is On, and with some configurations on
However when I ssh to it, all my man page cannot scroll up and down by my mouse scroll wheel.
Could anyone give some advices? Would be much appreciated!
I've install the OS using VirtualBox, and VBox reports that "Mouse Integeration" is On, and with some configurations on
/etc/rc.conf
:
Code:
# /etc/rc.conf
hostname=""
ifconfig_em0="DHCP"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
moused_enable="YES"
moused_type="auto"
However when I ssh to it, all my man page cannot scroll up and down by my mouse scroll wheel.
dmesg | grep mouse
has no output, and 'dmesg | grep ps' has some weird output:
Code:
# dmesg | grep ps
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 14.0.
psm0: model IntelliMouse Explorer, device ID 4
usbus0: 12Mbps Full Speed USB v1.0
Could anyone give some advices? Would be much appreciated!