From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 14:22:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA1081C8 for ; Fri, 18 Jul 2014 14:22:23 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1A829DB for ; Fri, 18 Jul 2014 14:22:23 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1X893C-0001EM-2F; Fri, 18 Jul 2014 16:22:20 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, jean-sebastien.pedron@dumbbell.fr, "Pete French" Subject: Re: Problems loading RV620 firmware References: Date: Fri, 18 Jul 2014 16:22:16 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, BAYES_40 autolearn=disabled version=3.3.2 X-Scan-Signature: d5aa70a8063fc4d8c9ef9eac2991db7d X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 14:22:23 -0000 On Fri, 18 Jul 2014 15:58:29 +0200, Pete French 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"