(correction) Re: problems(mouse)

Nathan Kinkade nkinkade at ub.edu.bz
Mon Feb 23 07:44:46 PST 2004


On Mon, Feb 23, 2004 at 08:56:23AM -0600, Nathan Kinkade wrote:
> On Mon, Feb 16, 2004 at 06:15:43PM -0800, Jose Julio wrote:
> > Sorry for the newbie question:    installing for the first time and
> > having problems with mouse daemon,,it does not support ay mouse that i
> > have usb or ps/2 alike please help want to run freeBSD even if the
> > mouse doesn't work it gives you an option to configure the xfree86
> > server eith the keypad but it does not work properly  please help me
> > install and configure it..
> 
> What problems in specific are you having with moused?  Do you have any
> error messages, or specific output from dmesg?  If you give a little
> more info the list will better be able to help you.  In the mean time,
> for your ps/2 mouse, do you have a couple lines in /etc/rc.conf that
> look like this:
> 
> moused_enable="YES"
> moused_flags="-p /dev/psm0 -t ps/2"
> 
> If moused is working, you should see the mouse even on the console.
> If you don't, and moused if running, then try issuing the following
> command:
> 
> vidcontrol -m on
> 
> Nathan

After reading the previous post to mine, I see that I was incorrect
about the use of moused_flags in /etc/rc.conf.  As they noted, it should
be

moused_enable="YES"
moused_port="/dev/psm0"
moused_type="ps/2"

However, I see in /etc/defaults/rc.conf that /dev/psm0 is the default,
so you shouldn't need to specify that at all, assuming it's a ps/2, and
moused_type defaults to "auto", which I have always found to work fine
for ps/2 mice.

Sorry about the error.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040223/8dec45f6/attachment.bin


More information about the freebsd-questions mailing list