Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 16:22:16 +0200
From:      "Ronald Klop" <ronald-lists@klop.ws>
To:        freebsd-stable@freebsd.org, jean-sebastien.pedron@dumbbell.fr, "Pete French" <petefrench@ingresso.co.uk>
Subject:   Re: Problems loading RV620 firmware
Message-ID:  <op.xi657egwkndu52@ronaldradial.radialsg.local>
In-Reply-To: <E1X88g9-0002Hc-VS@dilbert.ingresso.co.uk>
References:  <E1X88g9-0002Hc-VS@dilbert.ingresso.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Jul 2014 15:58:29 +0200, Pete French  
<petefrench@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"



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