Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2004 08:01:57 -0400
From:      Bill Moran <wmoran@potentialtech.com>
To:        ilich <shmil@onego.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mouse in FreeBSD
Message-ID:  <408662B5.3020402@potentialtech.com>
In-Reply-To: <003201c4240a$c8172750$753b6bd9@axbcomputer>
References:  <003201c4240a$c8172750$753b6bd9@axbcomputer>

next in thread | previous in thread | raw e-mail | index | archive | help
ilich wrote:
> Hello All!!!
>  
> I have problem wiht my mouse in X.
> 
> 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"
> -----------------------
> in order on to use a mouse in console.

Does the mouse work in the console?  If not, then the advice I give below doesn't
apply, and your moused config is wrong (although it looks correct from here).

> 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.
> What happened with a mouse in X?

I expect you have the wrong protocol for the mouse.  Try adding:
Option "Protocol" "Auto"

which worked for me (I have a Logitech dual-lazer mouse with 5 buttons and
a massage attachment)

If that doesn't work, do a little research on the specific brand of mouse
you have to see what Protocol setting will work.


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?408662B5.3020402>