How I got Xorg mouse and keyboard working on FreeBSD 10

I recently installed FreeBSD 10 in VMware and I had problems getting the mouse and keyboard to work with Xorg. I solved this in the following manner. I added these four lines to my /etc/rc.conf file. moused_enable="NO" moused_nondefault_enable="NO" hald_enable="YES" dbus_enable="YES"moused_enable="NO" moused_nondefault_enable="NO" hald_enable="YES" dbus_enable="YES" The /etc/rc.conf file looks like this. hostname="deusexmachina" ifconfig_em0="DHCP" ifconfig_em0_ipv6="inet6 accept_rtadv" sshd_enable="YES" # … Read more