Submission #1
gordon.friedman@gmail.com
Gordon Friedman
GhostBSD 3.0 amd64, Mouse not working after starting xorg
System Bug
3.0 RC3
FreeBSD UNIX-RX15 9.1-RC3 FreeBSD 9.1-RC3 #0: Wed Nov 7 08:37:48 AST 2012 root@ericbsd.ghostbsd.org:/usr/obj/usr/src/sys/GH
Mouse not working when starting xorg, using a usb wireless keyboard mouse combo.
Install GhostBSD 3.0 RC3 and use a usb wireless keyboard mouse combo, the mouse will not work, but the keyboard will.
Do not use moused in rc.conf for USB mice.
Add the following to the ServerLayout section of /etc/X11/xorg.conf:
Option "AllowEmptyInput" "off"
This forces X to use the keyboard and mouse sections of xorg.conf.
The mouse should now work.
Add the following to the ServerLayout section of /etc/X11/xorg.conf:
Option "AllowEmptyInput" "off"
This forces X to use the keyboard and mouse sections of xorg.conf.
The mouse should now work.

