On Mon, 16 Sep 2013, Nilton Jose Rizzo wrote:


 Hi all,

  I'm here again!

      When I start my box, the moused is run.  My mouse is an USB mouse.
  I put in rc.conf this knob: moused_enable="NO", but is ignored by
  start up script and moused is run, this is a problem to the HAL, because
  the HAL try to open /dev/ums0 again and can't do it.  I  need  to change
  to text console and kill the moused process. I have to  logout from
  account X ( via gdm) and I login again to mouse work.  It's started in
  two night ago.

see:
FreeBSD valfenda 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #4 r255503: Fri Sep 13
08:18:27 BRT 2013     rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64

moused is started by devd when a USB mouse is connected. To disable it, add

  moused_nondefault_enable="

to /etc/rc.conf. But it's generally preferable to disable xorg's use of HAL by adding

  Option "AutoAddDevices" "Off"

to the ServerLayout section of xorg.conf.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to