From owner-freebsd-ppc@FreeBSD.ORG Wed Nov 7 17:41:09 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 38941C6D; Wed, 7 Nov 2012 17:41:09 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id F08138FC08; Wed, 7 Nov 2012 17:41:08 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so838370dad.13 for ; Wed, 07 Nov 2012 09:41:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=runBndyxAYnwQOc7Macr3m+B99EkbzI5ryE90gtJUr0=; b=vtkHUm92qgszeImLlppEgaOXP3PrU6DgDJ9NoNWPhatrB+jYTdvAIQ+3svOcaQadjR dmryDSsahdqNiSdyR8wJhhqYwrCTs0oJlRszS1m+wWm8IzrBVnYM+t50+apZAswA9iw0 RyrLLWdHNbqPD7/OYguIBDKrUyrF5GqIz83925eFVeL87xJesRCH8WMKIq/N7u9TPeMJ yqCrs3KB/r22Ve5zBEuk0iiliKntDDaygmLjRhZg7VXr+qNWzbSt8LoUk73K1X+nbc0j ge2m3iSIzWbdggHgV20j8kk2T9LoYSrfds2yk+US4uhqJvrFOqOFXMCDDiM9V57JQONJ 4+2w== Received: by 10.66.77.39 with SMTP id p7mr14537672paw.8.1352310062017; Wed, 07 Nov 2012 09:41:02 -0800 (PST) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id tm5sm8296301pbc.64.2012.11.07.09.40.59 (version=SSLv3 cipher=OTHER); Wed, 07 Nov 2012 09:41:00 -0800 (PST) Message-ID: <509A9D11.6010605@gmail.com> Date: Wed, 07 Nov 2012 09:40:33 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121030 Thunderbird/16.0.2 MIME-Version: 1.0 To: Andreas Tobler Subject: Re: PPC DRM graphics testing References: <50972E9E.3010101@gmail.com> <50974ECD.5010702@fgznet.ch> <50988FE0.9030806@gmail.com> <50989EA0.5020509@fgznet.ch> <5098CA4F.7020306@gmail.com> <509A8B3D.8030703@fgznet.ch> In-Reply-To: <509A8B3D.8030703@fgznet.ch> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Wed, 07 Nov 2012 17:41:09 -0000 On 11/07/12 08:24, Andreas Tobler wrote: > Just a short notice from my side. I finally managed to get the pci > radeon 9200 work, means I can startx. > I had some issues until I found out how to make Xorg recognize the pci > card which is not in the primary pci domain. > > I needed this string in the xorg.conf, under the section "Device" > > BusID "PCI:1@1:2:0" > > Important is ":domain@bus:". > > Regarding drm, I get hardlocks as soon as I start glxgears or other > samples. No more info yet. > > Here the render string: > --- > direct rendering: Yes > OpenGL renderer string: Mesa DRI R200 (RV280 5961) 20090101 TCL > --- > > Chipset: "ATI Radeon 9200 5961 (AGP)" (ChipID = 0x5961) > Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM) > > Note, it is a PCI card, not an AGP one. > > Also, I do run old Xorg (X.Org X Server 1.7.7 and the 6.14.3 ati pkg.). > > I'll continue playing a bit. > > Andreas > > So it sounds like something wrong with the r200 driver, the radeon specific mesa parts, or the radeon specific drm for this model. I have yet to try disabling one cpu in OF, as many r200 systems (both mac and pc) were single processor perhaps it has issues. The problem is obviously model specific, with my luck it's the only model I have :). I foolishly have WITNESS off, so I may enable that and check for stuff like LORs. I might be able to test a quad g5 with the x1900, assuming the stars align and it's functional and the liquid cooler hasn't given up yet. Matt