From owner-freebsd-ports@freebsd.org Sat Feb 18 23:43:57 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E803CE439A for ; Sat, 18 Feb 2017 23:43:57 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.20.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A886109D for ; Sat, 18 Feb 2017 23:43:57 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 55E5ED19B; Sat, 18 Feb 2017 16:43:55 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487461435; bh=9ydQ0ImHq2rgA2zEeA/d/nuKeXoFsnSoTCf6vZ7j2W8=; h=Subject:To:References:From:Date:In-Reply-To; b=imbQ1uWGeoycecLoX0TETRGGaotgV1+NVGMKpYIOPtG36Db1j9NuXsvWxHPcAGL1x acmUlGevO397B3Nxi1kBJMEvw6KI5POVVL4o0hC/TGa4KzmQY5xHfMzqADpvvzpOPD r2utT4anF99Gn5jYTuphZBclRZojuG+l8qdHRN/w= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h1.pinyon.org [65.101.20.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 6CCF9D191 for ; Sat, 18 Feb 2017 16:43:54 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487461434; bh=9ydQ0ImHq2rgA2zEeA/d/nuKeXoFsnSoTCf6vZ7j2W8=; h=Subject:To:References:From:Date:In-Reply-To; b=Z06IahF4vZrHIx8LqnDPq+++g2ipu138rLzzae7hoIgRAyEC2nt83+YYmJ5xFol0H Pmh7R0eOO6krCrA3JWIuBgDbMyNHV80eFLBtEx0i0yp4/ViuaeCfNnY0j5+eULXaFV RRl1xGJcjCOwvnWx00QNNrt4U/mpMg98GZSu19E8= Subject: Re: radeon GL woes To: freebsd-ports@freebsd.org References: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> <1487448268.90676.1.camel@yandex.com> <155f7133-0ba6-7122-97ee-e206e84f2d98@pinyon.org> From: "Russell L. Carter" Message-ID: <93b79ba9-28d0-8714-ea68-dea9d16c0ac1@pinyon.org> Date: Sat, 18 Feb 2017 16:43:53 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <155f7133-0ba6-7122-97ee-e206e84f2d98@pinyon.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 23:43:57 -0000 On 02/18/17 13:21, Russell L. Carter wrote: > On 02/18/17 13:04, Stari Karp wrote: >> On Sat, 2017-02-18 at 12:15 -0700, Russell L. Carter wrote: >>> So I've run into the radeon problem on xorg upgrade, running >>> mpv gives the >>> >>> libGL error: Version 7 or imageFromFds image extension not found >>> libGL error: failed to load driver: r600 >>> >>> error. >>> >>> Adding /usr/local/etc/X11/xorg.conf.d/dri.conf: >>> >>> Section "Device" >>> Identifier "Radeon" >>> Driver "radeon" >>> Option "DRI" "2" >>> EndSection >>> >>> has no effect. Nor does setting Option "DRI" "3" >>> >>> I am running without an xorg file, it has up till now >>> run great. >>> >>> I've reinstalled everything that I can think of, I build >>> via poudriere, and I got rid of the llvm37 and llvm38 that >>> were lurking on this system. >>> >>> Any ideas? >>> >>> Thanks, >>> Russell >> The above settings work on my system. >> My graphics card: >> vendor='Advanced Micro Devices, Inc. [AMD/ATI] >> device="RV770/MP8L >> [Mobility Radeon HD 4850}' >> > > Apparently the onboard graphics chipset is the AMD 890GX, though I > don't see any text in dmesg or Xorg.0.log confirming that. I do see > "ATI 880" in dmesg. The motherboard is an ECS A890GXM-A2. Xorg > worked perfectly till this week. > > I'll wait a few more hours before sticking in an NVIDIA card. > Saturday night is movie night :-) And... I had a loose 750 GTX fanless card in the closet, now I'm 1080p videos capable again. But probably 100W is the cost. Oh well. Best, Russell > Thanks, > Russell > >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"