$Id: xorg.php 297 2009-12-30 01:49:46Z gjb $

/etc/X11/xorg.conf

Since the 7.4 version of x11-servers/xorg-server, people have been having problems getting their mice and keyboards working in X.
To get your mouse and keyboard to work without enabling sysutils/hal and devel/dbus, append the following to your /etc/X11/xorg.conf:
Section "ServerFlags"
	option	"AutoAddDevices"	"off"
	option	"AllowEmptyInput"	"off"
EndSection