Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 16:24:39 +0200
From:      =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= <jean-sebastien.pedron@dumbbell.fr>
To:        freebsd-stable@freebsd.org
Subject:   Re: Problems loading RV620 firmware
Message-ID:  <53C92E27.1040300@dumbbell.fr>
In-Reply-To: <E1X88jG-0002KS-JO@dilbert.ingresso.co.uk>
References:  <E1X88jG-0002KS-JO@dilbert.ingresso.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--W0N35SqoUQFxm16BDvJ2bMxIF9jWsqmd9
Content-Type: multipart/mixed;
 boundary="------------000909090701040003020005"

This is a multi-part message in MIME format.
--------------000909090701040003020005
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On 18.07.2014 16:01, Pete French wrote:
> I reinstalled like this:
>=20
> pkg install -r FreeBSD_new_xorg xf86-video-ati
>=20
> It did this:
>=20
>         Installing xf86-video-ati: 6.14.6_3 [FreeBSD_new_xorg]
>=20
> So it looks (to me_) as if the new_xorg repository I have configured
> doesnt have new_corg stuff in it!

I think we forgot to update the xf86-video-ati port after the Radeon
driver was merged to stable/9.

Can you try the following commands?
    cd /usr/ports/x11-drivers/xf86-video-ati
    make -V PORTVERSION

What is the output here? I expect 6.14.6.

Then, apply the attached patch, which will modify the Makefile, and
rerun the make(1) command above and note the output.

If it says 7.2.0, you can build and install the port.

--=20
Jean-S=E9bastien P=E9dron

--------------000909090701040003020005
Content-Type: text/x-patch;
 name="xf86-video-ati-on-stable9.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="xf86-video-ati-on-stable9.patch"

--- Makefile.orig	2014-07-18 16:21:14.000000000 +0200
+++ Makefile	2014-07-18 16:21:25.000000000 +0200
@@ -14,7 +14,7 @@
=20
 .include <bsd.port.options.mk>
=20
-.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) || \
+.if ${OSVERSION} < 902508 || !defined(WITH_NEW_XORG) || \
 	(${ARCH} !=3D i386 && ${ARCH} !=3D amd64)
 ATI_VERSION=3D	6.14.6
 ATI_REVISION=3D	3

--------------000909090701040003020005--

--W0N35SqoUQFxm16BDvJ2bMxIF9jWsqmd9
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTyS4sAAoJEDnpl2Gl/ZTMw2QP/09akFiWP7bHqPxvZOsTicVV
LWZenOoT0mCc/KB2VTEQPHU7Zl0oWr2powHO7PmxkF0ZJJHrC2iPM/nVdQdcYx6R
g5oSxCCc+o24nevMzJnkWoWYQ5MvLOPamNjHpVuhserRlG+xPVjmU1FTG90Gqev8
60dDqNhE1mTkeZ0sIbirqQDestCr4JcDpZ51olUj7qpDFjHO7mqFdscP9zNHb6IF
j4o8I1vOtH6cY9Q4aWpQtYgV0+vD/L6KjIgkl4epGrE7OlZGua1as/eIfsaH3QFD
C1VGOpPqjRoCQaFLEawcsXq6s/iTbLYLV0Pxep24frjfJvrJgWKSrZUmzz7DifnX
H5XLNbG3WM4lhFeN0xhUa/WAsxcNk+uApWu2DBJSWVL52jUWJdrGz5q4Rldu0Jh0
9fsaZHmJ7nSNsVNeE/l0ygnS6y8msk3CzkbfPth2aLxci2YDPyUW+4s7shlOwWqD
IzIUXdYWa15+N7O22F9e6yFVH89TByy6pn2pfcQCql08jnTJgf9h4cdecceRoGwX
19Y8VL7ztK8xd+6bEiJgauuonC6SFUEUg2x22tK/zMskWi3ZTJTMwcr5Hl/GwzhX
uuTcve3waBMDGvP3ZFPLnq9dHTPJWNdgh0WxQCUOSDcMHuguJeUFHnG9m2Cqq/k+
vhZ4torjVfJT2kJ4jump
=E5Ss
-----END PGP SIGNATURE-----

--W0N35SqoUQFxm16BDvJ2bMxIF9jWsqmd9--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53C92E27.1040300>