From owner-freebsd-x11@FreeBSD.ORG Fri Dec 5 05:10:03 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8C651065675 for ; Fri, 5 Dec 2008 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3CA8FC0A for ; Fri, 5 Dec 2008 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mB55A3Zb035317 for ; Fri, 5 Dec 2008 05:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB55A3wO035316; Fri, 5 Dec 2008 05:10:03 GMT (envelope-from gnats) Date: Fri, 5 Dec 2008 05:10:03 GMT Message-Id: <200812050510.mB55A3wO035316@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Uwe Laverenz Cc: Subject: Re: ports/119324: FreeBSD 7RC1 + xorg + ati m24gl (ibm t43p) == garbled screen in X X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Uwe Laverenz List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2008 05:10:03 -0000 The following reply was made to PR ports/119324; it has been noted by GNATS. From: Uwe Laverenz To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/119324: FreeBSD 7RC1 + xorg + ati m24gl (ibm t43p) == garbled screen in X Date: Fri, 05 Dec 2008 06:01:56 +0100 Hi, adding Option "CPPIOMode" "yes" fixes the garbled screen but it also disables direct rendering. So hardware 3d acceleration can not be used with the t43p. I did some testing with a fresh RELENG_7, with and without the latest drm-patches from Robert Noland: http://people.freebsd.org/~rnoland/drm-update-7-100308.patch.bz2 Uwe