From owner-freebsd-x11@FreeBSD.ORG Tue Mar 10 06:55:52 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 1835F1065677 for ; Tue, 10 Mar 2009 06:55:52 +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 DBED28FC08 for ; Tue, 10 Mar 2009 06:55:51 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.156] (adsl-154-199-160.ard.bellsouth.net [72.154.199.160]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n2A6sUYN006760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Mar 2009 02:54:31 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Alex In-Reply-To: <49B60C3F.9090104@mailinglist.ahhyes.net> References: <20090305161651.GB1369@lobo.ewinter.org> <1236275215.1384.50.camel@widget.2hip.net> <20090305180523.GA2039@lobo.ewinter.org> <20090306133119.1af6894c@ernst.jennejohn.org> <1236363408.55221.16.camel@balrog.2hip.net> <20090306203055.582faa02@ernst.jennejohn.org> <1236371734.1671.5.camel@balrog.2hip.net> <49B3D755.2050308@phat.za.net> <1236536316.1778.22.camel@balrog.2hip.net> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> <1236634490.1730.5.camel@balrog.2hip.net> <49B60C3F.9090104@mailinglist.ahhyes.net> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-ztwFVOvwuVkD9tvucXrv" Organization: FreeBSD Date: Tue, 10 Mar 2009 01:55:33 -0500 Message-Id: <1236668133.1730.21.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00, MIME_QP_LONG_LINE, RCVD_IN_PBL, RCVD_IN_SORBS_DUL, 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 DRIVER 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: Tue, 10 Mar 2009 06:55:52 -0000 --=-ztwFVOvwuVkD9tvucXrv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-03-10 at 17:44 +1100, Alex wrote: > Hi Robert, >=20 > Is there a patch for 7-STABLE yet? I am really keen to have proper XV=20 > support so I can watch my movies full screen rather than in a tiny box.=20 > My card is a Radeon 2400HD (RV610) >=20 > Thanks! I put together a patch earlier today... http://people.freebsd.org/~rnoland/drm-7-synced-to-HEAD-030909.patch That brings 7 up to the same code that is in HEAD. robert. >=20 > Robert Noland wrote: > > On Mon, 2009-03-09 at 22:23 +0200, Aragon Gouveia wrote: > > =20 > >> Aragon Gouveia wrote: > >> =20 > >>> Robert Noland wrote: > >>> =20 > >>>> On Sun, 2009-03-08 at 16:33 +0200, Aragon Gouveia wrote: > >>>> =20 > >>>>> Patch output is pasted below. The unsuccessful hunk in radeon_cp.c= I=20 > >>>>> wedged in by hand. In a few hours I hope to report on the results = of=20 > >>>>> upgrading to Xorg 7.4 and latest radeonhd-devel. Running Xorg 7.3=20 > >>>>> and video-ati-6.9.0 at the moment. > >>>>> > >>>>> =20 > >>>> On -STABLE you also need the "Move vblank_init to load time" patch > >>>> first. That will make the patch fail on the i915 driver, but if you > >>>> aren't using that one, it should be ok, as long as it compiles. I'l= l > >>>> merge all of this within a couple of weeks. > >>>> =20 > > > > Try this... > > http://people.freebsd.org/~rnoland/drm-7-synced-to-HEAD-030909.patch > > > > robert. > > > > =20 > >>> I'll grab the vblank patch before going further with the Xorg and=20 > >>> radeonhd upgrade. Thanks! > >>> =20 > >> I have applied both kernel patches, recompiled, rebooted, upgraded to=20 > >> Xorg 7.4, upgraded to radeonhd-devel from ports. The kernel is still=20 > >> seeing my card: > >> > >> vgapci0: port 0x2000-0x20ff mem=20 > >> 0xd0000000-0xdfffffff,0xe0200000-0xe020ffff irq 16 at device 0.0 on pc= i1 > >> drm0: on vgapci0 > >> vgapci0: child drm0 requested pci_enable_busmaster > >> info: [drm] Initialized radeon 1.29.0 20080528 > >> > >> Enabling DRI and Exa in xorg.conf causes my display to go blank during= X=20 > >> startup and I'm left with no other way out except hitting my power=20 > >> button and shutting down. > >> > >> Enabling Exa with DRI disabled is wildly slow. > >> > >> Leaving both disabled works fine, but no Xv. :) > >> > >> Please let me know if I can provide more info to debug this. > >> > >> > >> Thanks, > >> Aragon > >> > >> =20 >=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 --=-ztwFVOvwuVkD9tvucXrv 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) iEYEABECAAYFAkm2DuUACgkQM4TrQ4qfROPTjwCeLvi/wrYSCmxh2RJJgbtjMoQs S7AAn2dqnTOY6RgSaXTKTX6UAuIOYiLp =aRyd -----END PGP SIGNATURE----- --=-ztwFVOvwuVkD9tvucXrv--