Problems loading RV620 firmware

Ronald Klop ronald-lists at klop.ws
Fri Jul 18 14:22:23 UTC 2014


On Fri, 18 Jul 2014 15:58:29 +0200, Pete French  
<petefrench at ingresso.co.uk> wrote:

>> You are right, there's a problem with at least the installed
>> xf86-video-ati version:
>>
>> [   127.317] (II) Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so
>> [   127.317] (II) Module ati: vendor=3D"X.Org Foundation"
>> [   127.317] 	compiled for 1.12.4, module version =3D 6.14.6
>>
>> The version is xf86-video-ati 6.14.6, which is part of the
>> non-WITH_NEW_XORG case. The new_xorg repository should have version
>> 7.2.0 available.
>
> Ok, so this is the soource fo the problem. Right, that makese sense.
>
>> Can you reinstall that driver and make sure the correct version is  
>> picked ?
>
> I can reinstall it, but I am not sure how to ensure it gets the right
> version.
>


I had the same problem this week. In the Makefile of the xf86-video-ati  
port is a line with something like:
if $OSVERSION < 100000 | !WITH_NEW_XORG | !i386 | !amd64
then
    WITH_NEW_XORG=off
endif

So this port will never compile the new version of the driver on 9-STABLE.
If you remove the $OSVERSION < 100000 part it will compile and work  
correctly.

Regards,
Ronald.


>> Here's what I get when I search for xf86-video-ati on FreeBSD 10:
>> $ pkg search xf86-video-ati
>> xf86-video-ati-6.14.6_3
>> xf86-video-ati-7.2.0_3
>
> This is what I get:
>
> $ pkg search xf86-video-ati
> xf86-video-ati-6.14.6_3
> xf86-video-ati-6.14.6_3
>
> So, it looks like it is finding the same one in each repository.
>
> This is what pkg -vvv gives me as its list of repositories:
>
> Repositories:
>   FreeBSD: {
>     url             :  
> "pkg+http://pkg.FreeBSD.org/freebsd:9:x86:64/latest",
>     enabled         : yes,
>     mirror_type     : "SRV",
>     signature_type  : "FINGERPRINTS",
>     fingerprints    : "/usr/share/keys/pkg"
>   }
>   FreeBSD_new_xorg: {
>     url             :  
> "pkg+http://pkg.FreeBSD.org/freebsd:9:x86:64/new_xorg",
>     enabled         : yes,
>     mirror_type     : "SRV",
>     signature_type  : "FINGERPRINTS",
>     fingerprints    : "/usr/share/keys/pkg"
>   }
>
> So it looks like I am using the right repository. Will re-install
> and see if I can get it to tell me which repository it is getting
> the package from.
>
> -pete.
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"


More information about the freebsd-stable mailing list