DragonFly users List (threaded) for 2005-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: mouse driver
There's /etc/defaults/rc.conf, everything you want to override goes
into /etc/rc.conf. So look at /etc/defaults/rc.conf, and then add
something like
----snip
moused_enable="YES" # Run the mouse daemon.
moused_flags="-z 4"
moused_port="/dev/psm0" # this is the PS/2 port
moused_type="auto" # should work for all PS/2 mice
---snip
to /etc/rc.conf
As a side note to my earlier post reg. "-z 4" vs. "-z 5": Now, for
whatever reason, it works with "-z 4" again... So it was probably a
fault on my side.
-hwh
Mouse is working now. Thank you.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]