After recently installing FreeBSD and porting Xorg I ran into an issue after running startx
where Xorg would start but the keyboard and mouse would be unresponsive.
In order to fix this, we just have to add the following to /etc/rc.conf
:
hald_enable="YES" dbus_enable="YES"
And reboot the machine