X pausing until mouse move (collecting commonalities)

Jung-uk Kim jkim at FreeBSD.org
Thu Mar 27 11:15:52 PDT 2008


On Wednesday 26 March 2008 04:54 pm, Jung-uk Kim wrote:
> I think I know why.  Build xorg-server without HAL support option
> and the attached patch.  With HAL support (default) and hald
> running, xorg-server auto-detects individual ports with input.mouse
> capability even without configuration lines in xorg.conf.  If
> moused is enabled and USB mouse is used, /dev/ums0 is directly used
> because there is a problem in MD code (see attached patch).  If
> moused is enabled and PS/2 mouse is used, you end up with two input
> devices
> via /dev/sysmouse and /dev/psm0.  I couldn't find a cleaner way to
> fix this problem, though. :-(

It seems xorg-server has an undocumented option to turn it off, i.e., 
no need to recompile.  Option "autoAddDevices" "false" in ServerFlags 
or ServerLayout section should do.

FYI...

Jung-uk Kim


More information about the freebsd-x11 mailing list