From owner-freebsd-sparc64@FreeBSD.ORG Wed Jul 6 17:28:58 2005 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org 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 E918C16A41C for ; Wed, 6 Jul 2005 17:28:58 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2987043D48 for ; Wed, 6 Jul 2005 17:28:57 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 24529 invoked by uid 510); 6 Jul 2005 17:29:54 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.86.1/957. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-1.8/5.0):. Processed in 1.496455 secs); 06 Jul 2005 17:29:54 -0000 X-Spam-Status: No, hits=-1.8 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-1.8/5.0):. Processed in 1.496455 secs Process 24522) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 6 Jul 2005 17:29:52 +0000 From: Robert Slade To: "freebsd-sparc64@freebsd.org" In-Reply-To: <1120664293.22546.7.camel@localhost> References: <1120662243.22262.9.camel@lmail.bathnetworks.co.uk> <1120664293.22546.7.camel@localhost> Content-Type: text/plain Message-Id: <1120670992.23319.5.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 06 Jul 2005 17:29:52 +0000 Content-Transfer-Encoding: 7bit Subject: Re: SUN U10 - Xwindows Again X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 17:28:59 -0000 On Wed, 2005-07-06 at 15:38, Matthias Muthmann wrote: > Am Mittwoch, den 06.07.2005, 15:04 +0000 schrieb Robert Slade: > > Hi, > > > > I'm still having problems with getting Xwindows to work. > > > > I'm using 6.0-Current. The machine is a U10 with Creator Graphics and a > > (uk) Type 6 KeyBoard + 3 Button Mouse - at least that is what it says on > > it. Snip > Well, > > I'm no expert, but I have some ideas: > > I think dri is not (yet) supported, I get the same errors, but that > doesn't seem to matter. > I seems, that you have problems with your input drivers. > Have you enabled mouse support in your rc.conf? I have - perhaps it's > needed. > You are trying to use the new kbd-keyboard driver, which doesn't work > (yet). You should either try to use the keyboard-section from my config > with the deprecated "keyboard"-driver, or try Dejan Lesjak's fixed > version, which he posted last month on this list. > > Good Luck! Many thanks Matthias, I am still getting the same errors when using the keyboard driver and the mouse enabled in rc.conf. I have just noticed in the Xorg log file this: (II) /dev/fb0: Detected FFB2+/vertical, Single-buffered. (II) /dev/fb0: BT498 (PAC2) ramdac detected (II) /dev/fb0: Detected Creator/Creator3D drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "ffb" (II) SUNFFB(0): [drm] drmOpen failed (EE) SUNFFB(0): [dri] DRIScreenInit failed. Is the ffb module required? Rob