From owner-freebsd-questions Thu Mar 21 10:00:07 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA12627 for questions-outgoing; Thu, 21 Mar 1996 10:00:07 -0800 (PST) Received: from fuji.univ-savoie.fr (fuji.univ-savoie.fr [193.48.120.4]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA12462 for ; Thu, 21 Mar 1996 09:59:41 -0800 (PST) Received: from fuji.univ-savoie.fr by fuji.univ-savoie.fr (8.6.10/jtpda-5.0) with SMTP id SAA01466 for ; Thu, 21 Mar 1996 18:58:09 +0100 Date: Thu, 21 Mar 1996 18:58:08 +0100 (MET) From: David Berard To: questions@freebsd.org Subject: Re: X windows & PS/2 mouse In-Reply-To: <9603211403.AA29978@anubis.network.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, thank you, but I have find my mistake. I had made an error in the config file of the kernel. I had typed scmintr instead of psmintr in the declaration of the psm0 device entry Regards, David Berard. On Thu, 21 Mar 1996, Jeff Henning wrote: > > > You probably didn't set up /etc/XF86Config with the > /usr/X11R6/bin/xfree86config (the exact name escapes me at the > moment) tool. Run this and enter in the appropriate information > for your setup. When it writes the config file there should be > a line for your mouse that specifies the protocaol to be PS/2. > If your mouse has 2 buttons you should also enable the > "emulate3buttons" option. The config tool saves you a lot > of headaches you would have if you tried to set up the XF86Config > file from scratch. Good luck... > > > > > > > Hello, > > > > I have try to use a PS/2 mouse with X11 under FreeBSD-2.1, but with no > > result. > > > > I have make a new kernel with the declaration for the PS/2 mouse > > > device psm0 at isa? port "IO_KDB" conflicts tty irq 12 vector psmint > > > > I have try with and without the option PSM_NO_RESET. > > > > /dev/psm0 exist, during the boot, the mouse is probed. > > > > But when I run X11 ( Xfree86 or Xinside 1.2 ) the mouse cursor don't > > move and there is no error on the console... > > > > Any clue ? > > > > Best regards, > > David Berard > > > > > > > >