On Wed, Apr 03, 2002 at 08:49:23PM -0500, Peter Leftwich wrote:
> I am running FreeBSD 4.5-RELEASE
> 
> > Try:
> >        Section "InputDevice"
> >          Identifier "mouse0"
> >          Driver "mouse"
> >          Option "Protocol" "sysmouse"
> >          Option "Device"   "/dev/sysmouse"
> >        EndSection
> 
> Tried it.  Nata.

This has worked for me for years (note that '/dev/mouse' is a local
symlink to '/dev/sysmouse'):

Section "InputDevice"

    Identifier  "Mouse1"
    Driver  "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"


HTH.

AS
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to