From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 20 15:44:39 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6A716A4CE for ; Thu, 20 Jan 2005 15:44:39 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06BB43D2F for ; Thu, 20 Jan 2005 15:44:38 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) j0KFibPu099310; Thu, 20 Jan 2005 16:44:37 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j0KFiSun099309; Thu, 20 Jan 2005 16:44:28 +0100 (CET) (envelope-from marius) Date: Thu, 20 Jan 2005 16:44:28 +0100 From: Marius Strobl To: Aaron Dudek Message-ID: <20050120164428.Q24896@newtrinity.zeist.de> References: <20050111194201.B78623@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from adudek@sprint.net on Tue, Jan 11, 2005 at 04:00:22PM -0500 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.8; VDF: 6.29.0.72; host: newtrinity.zeist.de) cc: freebsd-sparc64@freebsd.org Subject: Re: Xwindows on Ultra60.. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 15:44:39 -0000 On Tue, Jan 11, 2005 at 04:00:22PM -0500, Aaron Dudek wrote: Sorry for the late reply. > I've built the kernal and included the creator device. > I'm running 5.3 and I am currently trying to install the 6.8.1 port. > I don't think I've done syscons yet. I'll work on getting that done. I Basically remove ofw_console, sab and zs from your kernel config file and add creator, KBD_INSTALL_CDEV, sc, puc and uart instead. Before booting the new kernel enable ttyvX in /etc/ttys and make sure the input-device and output-device Open Firmware system config parameters are set to keyboard and screen respectively. For moused_type in /etc/rc.conf use "mousesystems" and for moused_port "/dev/uart3" in FreeBSD 5, "/dev/cuau3" in -current. > just notice that when I run xorgconfig that none of the sun cards are in > the card database. That is why I was curious if I needed to compile the > source manually. > As mentioned earlier I don't think the keyboard will work with Xorg 6.8.1 which uses the "kbd" driver by default. You would have to compile 6.8.1 manually with the old "keyboard" driver (disabled by default) or add support for Sun keyboards to the FreeBSD specific part of the "kbd" driver. The xorg-server-6.7.0_9 port however still used the "keyboard" driver by default and should work out of the box with the mentioned config file. Marius