Date: Thu, 24 Jul 1997 09:45:13 -0500 From: Dan Riley <daniel@vailsys.com> To: Jim Marker <jemstone@ifx.net> Cc: Josef Belkovics <belkovic@algernon.osu.cz>, "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: XFree 3.3 & FreeBSD 2.2.2 Message-ID: <33D76A79.17845D4D@vailsys.com> References: <Pine.BSF.3.91.970724122550.251B-100000@algernon.osu.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
Josef Belkovics wrote:
> >
> > "Fatal Server error:
> > cannon open mouse (device busy)
> >
> >
> > Any Ideas what the above means, and how to make it work?
> >
>
> I am new to XF863x too. Boot fbsd with -c (configure) and look, if
> psm0
> isn't disabled. Another informations: HARDWARE.TXT and
> /sys/i386/conf/LINT.
>
> Josef Belkovics
You can compile your ps/2 style mouse into your kernel, be sure to
remove the word "disable":
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
Also make sure that moused (man rc.conf) isn't started :
ps ax | grep moused
if you want to run moused, cfg your mouse to run with moused
in /etc/XF86Config:
# *************************************************************
# Pointer section
# *************************************************************
Section "Pointer"
Protocol "MouseSystems"
Device "/dev/sysmouse"
Hope this helps,
Dan Riley
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33D76A79.17845D4D>
