mouse in FreeBSD
Nathan Kinkade
nkinkade at fastmail.fm
Wed Apr 21 07:37:26 PDT 2004
On Sat, Apr 17, 2004 at 03:24:11AM +0400, ilich wrote:
> Hello Nathan!!!
>
> Thanks to you, I'm using mouse in console.
> But When X was loaded, the cursor of the mouse Has escaped to the right top
> corner
> When I moved a mouse the cursor on the screen did not move.
>
> To begin with I have edited my /etc/rc.conf file and have added following
> lines:
> -----------------------
> moused_enable="YES"
> moused_port="/dev/psm0"
> moused_flags="-z 4"
> -----------------------
> After I have tryed to start X, but has received the message "Device busy"
> then
> I have edited the input section in XF86config with the following:
> ------------------------------------
> Option "Device" "/dev/sysmouse"
> Option "Buttons" "5"
> ------------------------------------
> And I have tried to start X again. It has loaded. But mouse did not move.
> That happened with a mouse in X?
>
> Beforehand thank you,
> Ivan
You may have to specify the actual mouse type. The default is for
moused to use "auto", but for reasons that I do not know that doesn't
always work. You can specify the mouse type by adding another entry to
/etc/rc.conf:
moused_type="ps/2"
Again, this is assuming you are using a ps/2 mouse. Everytime I have
ever seen a mouse pointer fly to one edge of the screen and not move
from there it was due to a wrong mouse protocol, which with moused is
specified with the moused_type directive.
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: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040421/1b5f3016/attachment.bin
More information about the freebsd-questions
mailing list