From owner-freebsd-x11@FreeBSD.ORG Sun May 24 14:27:47 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9BCF106566C for ; Sun, 24 May 2009 14:27:47 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5028FC0A for ; Sun, 24 May 2009 14:27:47 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-157-59-223.bna.bellsouth.net [70.157.59.223]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n4OERgNI016102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 May 2009 10:27:42 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Ivan Voras In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-F/vjXAr8XIiD0dzXI1rf" Organization: FreeBSD Date: Sun, 24 May 2009 09:26:52 -0500 Message-Id: <1243175212.63754.2801.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00, MIME_QP_LONG_LINE,RCVD_IN_PBL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: Radeon performance and AIGLX problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 14:27:48 -0000 --=-F/vjXAr8XIiD0dzXI1rf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2009-05-24 at 03:01 +0200, Ivan Voras wrote: > Hi, >=20 > I'm trying to configure a desktop with Radeon 3650, RV635 chip. >=20 > Using both the radeon and the radeonhd driver I see slow drawing,=20 > occasional display corruption when moving windows, an unsettling > "reset" of the whole screen when a video is played. This we may need to look at... You are using EXA right? > Enabling AIGLX with "radeonhd" makes X.Org freeze with a blank screen=20 > (ctrl-backspace doesn't work but system responds to network and=20 > crtl-alt-del) on start, and the following message in X.Org with the=20 > "radeon" driver: >=20 > (II) AIGLX: Screen 0 is not DRI2 capable > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 11, (OK) > drmOpenByBusid: Searching for BusID pci:0000:07:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 11, (OK) > drmOpenByBusid: drmOpenMinor returns 11 > drmOpenByBusid: drmGetBusid reports pci:0000:07:00.0 > (EE) AIGLX error: Calling driver entry point failed(EE) AIGLX: reverting=20 > to software rendering > (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > (II) GLX: Initialized DRISWRAST GL provider for screen 0 There is no hardware support for 3d on this chip yet. (Well, I've been working with early code, but it isn't ready to release yet.) > glxinfo then shows: >=20 > name of display: :0.0 > display: :0 screen: 0 > direct rendering: Yes Yes, this is odd, but correct... You have a "direct rendered" software driver (swrast). > and OpenGL is always software rendered. >=20 > My entire xorg.conf is: >=20 > ---- > Section "ServerLayout" > Identifier "Layout0" > Screen 0 "Screen0" 0 0 > Option "AIGLX" "On" > EndSection >=20 > Section "Device" > Identifier "Device0" > Driver "radeon" > VendorName "AMDATI" > BoardName "RadeonHD" > Option "DRI" "on" > # Option "AccelMethod" "exa" Trying to use XAA on these chips is doomed to failure. robert. > EndSection >=20 > Section "Screen" > Identifier "Screen0" > Device "Device0" > EndSection >=20 > Section "Extensions" > Option "Composite" "On" > EndSection >=20 > Section "Module" > Load "bitmap" > Load "ddc" > Load "extmod" > Load "freetype" >=20 > Load "dri" > Load "glx" > Load "dbe" > EndSection > ---- >=20 >=20 > Any suggestions? >=20 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-F/vjXAr8XIiD0dzXI1rf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkoZWSwACgkQM4TrQ4qfROOkSgCeMWMLf5AnT1U7OoG+3OWzWb8z MJ4AnjlNYXDB7HUQXR6RqvC//vjjcgJq =/pwv -----END PGP SIGNATURE----- --=-F/vjXAr8XIiD0dzXI1rf--