From owner-freebsd-sparc64@FreeBSD.ORG Fri Oct 24 22:42:57 2003 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 3196716A4B3 for ; Fri, 24 Oct 2003 22:42:57 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA9D43F85 for ; Fri, 24 Oct 2003 22:42:56 -0700 (PDT) (envelope-from jake@locore.ca) Received: from k7.locore.ca (k7.locore.ca [192.168.0.2]) by k6.locore.ca (Postfix) with ESMTP id D0E6E19070; Sat, 25 Oct 2003 01:45:00 -0400 (EDT) From: Jake Burkholder To: Wilko Bulte , Kris Kennaway Date: Sat, 25 Oct 2003 01:47:22 -0400 User-Agent: KMail/1.5.4 References: <20031024142512.GA1192@freebie.xs4all.nl> <20031024165735.GD89792@rot13.obsecurity.org> <20031024175737.GB1912@freebie.xs4all.nl> In-Reply-To: <20031024175737.GB1912@freebie.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310250147.22227.jake@locore.ca> cc: freebsd-sparc@freebsd.org Subject: Re: XFree on sparc versus syscons 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: Sat, 25 Oct 2003 05:42:57 -0000 On Friday 24 October 2003 13:57, Wilko Bulte wrote: > On Fri, Oct 24, 2003 at 09:57:35AM -0700, Kris Kennaway wrote: > > On Fri, Oct 24, 2003 at 04:25:12PM +0200, Wilko Bulte wrote: > > > Folks, > > > > > > I'm slightly puzzled on what it needs to get X on sparc64. > > > > > > I see that the XFree server reports that it needs > > > syscons, as in: > > > > > > Fatal server error: > > > xf86OpenConsole: No console driver found > > > Supported drivers: syscons > > > Check your kernel's console driver configuration and /dev > > > entries > > > > > > In the kernel config files I see 'sc' is commented out in favor of > > > the openfirmware console. Trying to build a kernel with 'sc' isn't much > > > joy either as in: > > > > CVS doesn't support syscons yet. > > So X on src from the main CVS repo is doomed. OK. > > Hmm. /me wonders about the Holy Sparc Grail hiding in p4 ;-) > > Is there a description out there somewhere how I can drag the > src out of p4? I never worked p4 and have no clue at all about it. There's no holy grail. See ~peter/p4cookbook.txt if you really want to setup a p4 client. I won't support the code in p4, its my development area, which I do for fun, and its private. What's missing from cvs is the keyboard driver. At one point this and the creator driver which I've committed would run X, but something is broken and I haven't had time to debug it. I'm going away for the weekend, I'll commit the keyboard driver when I get back. Jake