X11 mouse driver and USB mouse disconnection

Scott Spare scuppers at gmail.com
Wed Mar 18 22:37:36 PDT 2009


Aragon and Robert,
Fantastic.  Thank you.

The fix in my case:
Exactly as you guys mentioned, hald needed to be enabled.
This system was upgraded from an older version - my guess is I missed
enabling hald while running mergemaster during an upgrade.

The details:
I added
hald_enable="YES"
to /etc/rc.conf

and then tried running hald by issuing this command:
/usr/local/etc/rc.d/hald start

I got errors saying dbus wasn't properly configured either, so I did the
same for it.
Added
dbus_enable="YES"
to /etc/rc.conf
and started dbus and hald.

Works like a champ.  Thanks!

Scott
http://www.scottspare.com


On Thu, Mar 19, 2009 at 1:16 AM, Aragon Gouveia <aragon at phat.za.net> wrote:

> Robert Noland wrote:
>
>> Particularly for your situation, I would not disable AutoAddDevices or
>> AllowEmptyInput.  At the very least, you need AutoAddDevices at its
>> default value and hald running.
>>
>
> FWIW, I run Xorg with a static config, AutoAddDevices/AutoEnableDevices
> both disabled, hald enabled and moused enabled.  I unplug and replug my
> mouse without problems.
>
> When I unplug my mouse and moused exits, /dev/sysmouse doesn't disappear.
>
> So maybe something else is going wrong...
>
>
> Regards,
> Aragon
>
>


More information about the freebsd-x11 mailing list