From owner-freebsd-ppc@FreeBSD.ORG Mon Nov 5 05:29:54 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8158C8B5; Mon, 5 Nov 2012 05:29:54 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 129AF8FC0C; Mon, 5 Nov 2012 05:29:53 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id qA55Tn7X064246; Mon, 5 Nov 2012 06:29:51 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <50974ECD.5010702@fgznet.ch> Date: Mon, 05 Nov 2012 06:29:49 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: matt Subject: Re: PPC DRM graphics testing References: <50972E9E.3010101@gmail.com> In-Reply-To: <50972E9E.3010101@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: x11@freebsd.org, freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 05:29:54 -0000 On 05.11.12 04:12, matt wrote: > So I've been plagued by issues on my rv250...the gpu is locking up at > times and resulting in a backtrace that seems to indicate the card is no > longer responding (drmCommandNone hangs on drmIoctl hangs on ioctl). At > this point, I'm not sure if I have bad hardware, something is wrong with > mesa for rv250, or something is wrong with drm. I unfortunately only > have one PowerPC machine with a radeon card, so I'd love to see if > anyone else has had any luck with similar configs (G4 tower with radeon > AGP card). > > If anyone has a working radeon with DRM on powerpc, could you post > glxinfo | fgrep 'render' (if you can get mesa-demos to compile...it's a > chore). And/or results trying to run a 3d app like minetest, glxgears, > whatever uses DRI would be really helpful in ruling out both my hardware > and the drm code. I don't want to dig into the mesa mess unless I'm sure > that's where the problem lies.¨ Both on a G5 in 32-bit mode. And mesa-demos are 'working'. Radeon 9600: direct rendering: Yes OpenGL renderer string: Mesa DRI R300 (RV350 4152) 20090101 TCL Radeon 9800: direct rendering: Yes OpenGL renderer string: Mesa DRI R300 (R350 4E48) 20090101 TCL Andreas