From owner-freebsd-questions Thu Aug 1 07:43:09 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA17951 for questions-outgoing; Thu, 1 Aug 1996 07:43:09 -0700 (PDT) Received: from rs1.mtmc.edu (rs1.mtmc.edu [198.247.160.33]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA17945 for ; Thu, 1 Aug 1996 07:43:05 -0700 (PDT) Received: from localhost by rs1.mtmc.edu (AIX 3.2/UCB 5.64/4.03) id AA25610; Thu, 1 Aug 1996 09:33:47 -0500 Date: Thu, 1 Aug 1996 09:33:46 -0500 (CDT) From: Wes Side Story To: Juan Savioli Cc: questions@freebsd.org Subject: Re: XFree86 install In-Reply-To: <96Aug1.084609gmt.39682@gateway.dhi.dk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk You will need to add support in your kernel for a PS/2 mouse. The line you need to add in the kernel config file is as follows... device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr Also the handbook details how to add this line and to compile your new kernel... On Thu, 1 Aug 1996, Juan Savioli wrote: > > Hi, all.. > > I just installed FreeBSD 2.1 in my PC and now I am in the > way to install XFree86. I have already configured the > XF86config file, and so I put a comments in my > /etc/ttys file something like ttyv4 "/usr/...... " xterm > no secure. Then I kill -HUP 1 as it is explained in the > XFree handbook. After this I ran > > /usr/X11R6/bin/xdm -nodaemon > > It almost started but I got a message no mouse installed. > > I have a PS/2 mouse. I changed in my XF86config file > the device for the mouse from /dev/mouse to /dev/tty00, > but I did not get any results. > > I did check cat < /dev/tty00 but I did not get results > either. > What do I do? Suggestions > > Thanks > > Juan > ____________________________________________________________________ > > Juan Savioli > > International Research Centre for Computational Hydrodynamics (ICCH) > Danish Hydraulic Institute (DHI) > > Agern Alle 5 Tel:+45 45 76 95 55 > DK 2970 Horsholm Fax:+45 42 86 00 68 > Denmark Email: jcs@dhi.dk > > ____________________________________________________________________ >