From owner-freebsd-sparc64@FreeBSD.ORG Tue Jul 19 09:26:28 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 CEFFE16A41C for ; Tue, 19 Jul 2005 09:26:28 +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 F172243D55 for ; Tue, 19 Jul 2005 09:26:27 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 32376 invoked by uid 510); 19 Jul 2005 09:28:17 +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.510851 secs); 19 Jul 2005 09:28:17 -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.510851 secs Process 32369) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 19 Jul 2005 09:28:15 +0000 From: Robert Slade To: "freebsd-sparc64@freebsd.org" Content-Type: text/plain Message-Id: <1121765295.32286.262.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Tue, 19 Jul 2005 09:28:15 +0000 Content-Transfer-Encoding: 7bit Subject: SUN U10 Problems yet 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: Tue, 19 Jul 2005 09:26:28 -0000 Hi, I've been working on a problem with Xwindows on my Sun U10 with creator graphics and a Sun type 6 KB (UK) with the mouse attached to the keyboard. Now, I had the same problem with input device not found (with 6.0-CURRENT) as described in a previous e-mail but not having seen that, I did a CVSup with TAG=. which gave me 7.0-CURRENT. After the usual rebuilding etc, I got the same problems with the additional issue of the console keyboard being incorrectly mapped. However, using SSH I can still get into the system. The dmesg.boot gives not obvious errors the keyboard part is: uart0: on puc0 uart0: CTS oflow uart1: on puc0 uart1: CTS oflow uart2: <16550 or compatible> addr 0x14003083f8-0x14003083ff irq 41 on ebus0 uart2: keyboard (1200,n,8,1) kbd0 at sunkbd0 uart3: <16550 or compatible> addr 0x14003062f8-0x14003062ff irq 42 on ebus0 Trying to startx gave me the locale problem and input device not found error, but that appears to have been resolved by: # cd /usr/X11R6/lib/X11/locale/common # ln -s ../lib/common sparcv9 As suggested. When I try to start X, I now get: Detected FFB2+/vertical, Single-buffered. Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved! Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved! Symbol GlxSetVisualConfigs from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o is unresolved! Fatal server error: could not open default font 'fixed' I did not get the unresolved symbols before and there is no fixed fount lib. I'm not sure what to do now, should I go back to 6.0-CURRENT, if so what TAG should I use, or is there some way of fixing the font and keyboard problem? Thanks Rob