gnome_mouse_configuration

Joe Marcus Clarke marcus at marcuscom.com
Thu Aug 21 17:05:53 PDT 2003


On Thu, 2003-08-21 at 19:52, Greg Magnusson wrote:
> re:  configuration of a mouse using freebsd 4.7 + XFree86-4.2.0_1 gnome desktop
> 
> Hello,
> 
> I have just got my FreeBSD 4.7 p4 box running with the new 
> Nvidia-GeForce-2mx-400 graphics driver.  I have been able to 'startx' and 
> see the gnome-enlightenment desktop.  My problem:  The mouse cursor starts 
> in the middle of the screen and then flys to the top left hand corner after 
> the slightest touch.  The cursor responds to mouse motion, but in a very 
> erratic way, sticking to the to left  hand corner.  I have repeatedly gone 
> into /stand/sysinstall/ Configure "Mouse" to no avail.  I have tested this 
> on 3 different mice.  Even when I pass the mouse configuration test 'enable 
> the mouse daemon' the desktop cursor responds erratically as outlined 
> above.  I have tried this with a logitech 3 button serial, a dexxa 3 button 
> serial and a Microsoft Intellimouse 3 button ps-2.  Because the same effect 
> happens with different mice, I am wondering if there is a way to configure 
> gnome to handle the mouse inputs.
> 
> Any and all help is apprecitated.

The problem is in your XFree86 configuration.  Set your mouse protcol to
"auto" and you shouldn't have any more problems.  For example:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Buttons" "5"
EndSection

This assumes you have moused running.

Joe

> 
> Greg Magnusson
> glm at cyborgspiders.com
> 
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030821/71361095/attachment.bin


More information about the freebsd-gnome mailing list