From owner-freebsd-ppc@FreeBSD.ORG Fri Nov 9 21:55:27 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 2365715B; Fri, 9 Nov 2012 21:55:27 +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 A0B978FC12; Fri, 9 Nov 2012 21:55:25 +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 qA9LtHVb046036; Fri, 9 Nov 2012 22:55:18 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <509D7BC5.1020301@fgznet.ch> Date: Fri, 09 Nov 2012 22:55:17 +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> <50974ECD.5010702@fgznet.ch> <50988FE0.9030806@gmail.com> <50989EA0.5020509@fgznet.ch> <5098CA4F.7020306@gmail.com> <509A8B3D.8030703@fgznet.ch> <509A9D11.6010605@gmail.com> <509A9FD4.4050403@fgznet.ch> <509ACFAA.8050802@fgznet.ch> <509CA2FF.7070902@gmail.com> In-Reply-To: <509CA2FF.7070902@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Fri, 09 Nov 2012 21:55:27 -0000 On 09.11.12 07:30, matt wrote: > On 11/07/12 13:16, Andreas Tobler wrote: >> So. Newer ati packages did not improve. I then decided to start from a >> clean base, no debug Xorg, no debug radeon driver etc. I cleaned, >> deinstalled and reinstalled first the xorg-server then the dri and >> afterwards the same for the xf86-video-ati. The order of dri and ati >> does not matter I think. Having done this, I was able to run the >> 3D-demos.... yeah! The kernel has WITTNES and friends commented, also >> DRM_DEBUG is off. Here the excerpts from the Xorg.log: X.Org X Server >> 1.7.7 Module radeon: compiled for 1.7.7, module version = 6.14.3 Andreas > It did not work here :( > I am using WITH_NEW_XORG, could be that That is one difference, don't know how big/important. I will try to play with WITH_NEW_XORG. > It hung with one of the standard backtraces, starting in a polygon fill > and ending waiting for the card to respond with ioctl. > I can reproduce the hang every time by browsing to youtube.com and > clicking on a video or running glxgears. > I'm currently thinking I will start fresh with this system to rule out > contamination from testing various drivers and versions. > First with old Xorg as well, as I'm not sure new xorg is helping much. > > Do you have anything interesting in xorg.conf or drirc? I've been > testing a pretty plain xorg.conf and no drirc. xorg.conf is Xorg configured except the pciid setting, "AllowEmptyInput " off and the swiss german keyboard. I have no driconf/drirc at least I didn't find one... Andreas