Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 19:21:42 -0600
From:      Aaron Siegel <bsd-daemon@attbi.com>
To:        Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Xfree 4.2.0 and this stupid mouse!
Message-ID:  <3D1522A6.1050707@attbi.com>
References:  <20020621043922.GA3379@scott1.homeunix.net>	<20020622125443.3110.qmail@web10002.mail.yahoo.com> <20020622094237.77ad71cd.nkinkade@dsl-only.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello
    As you probably notice there are two different mouse configurations, 
one for the console and the other for X.
I remember reading that there is a conflict between the system mouse, 
moused and XFree86 4.x, I am not sure if it has been fixed or not. I 
would recommend keeping it disabled. (moused_enable=NO in /etc/rc.conf)

Try
   $ dmesg | grep mouse
to see if you mouse is being recognized by the computer you should 
receive an output that looks something like this:
   $ dmesg | grep mouse
  psm0: model Generic PS/2 mouse, device ID 0
   $
Here is the section mouse of my XF86Config  file, it is for a ps2 three 
button mouse

Section "InputDevice"
        Identifier  "Mouse0"          
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/psm0"
EndSection

I hope this helps

Nathan Kinkade wrote:

>On Sat, 22 Jun 2002 05:54:43 -0700 (PDT)
>Ronnie Clark <ronj_clark@yahoo.com> wrote:
>
>  
>
>>Hello all again...
>>
>>Well, I have tried all of the suggestions, but nothing
>>has seemed to work. I have disabled the mouse daemon
>>by editing /etc/rc.conf and setting
>>moused_enable="NO". (I hope this is right) I have then
>>edited /etc/X11/XF86Config (by hand the last few
>>times) and changed my nouse to "Auto", "Busmouse", &
>>"Mousesystems". Still nothing works. Can anyone help
>>me? What am I doing wrong. 
>>
>>Thanks again in advance,
>>Ron Clark
>>    
>>
>
>try setting the device to "/dev/sysmouse" and the protocol to "SysMouse"
>- this config works for me with 4.6R and a MS optical mouse.
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-questions" in the body of the message
>
>  
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D1522A6.1050707>