From owner-freebsd-ports@freebsd.org Sat Feb 18 20:21: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 988ACCE59B6 for ; Sat, 18 Feb 2017 20:21: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 73A351FA7 for ; Sat, 18 Feb 2017 20:21:57 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 6D37414CD7; Sat, 18 Feb 2017 13:21:56 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487449316; bh=cth684SNqwKBkFOiHr5xCDQ60BErfkDwiI0G9jRXYUM=; h=Subject:To:References:From:Date:In-Reply-To; b=P3pCc98oIzLh+dwQYBHXQ9GKvw/PeM8nCrvdz0RQtDKADwRcN9OvinKdNBkIdb3Ax l2hoqVtEFlhsTwol8qofn4ih5Gu8HKDMWTAs/MtmRO6l0G3SmdpjrfDbS89abyQgEG GEo3PKQ9ZjpqLfLZRZE0mOswOezPXWFM6/wyUreQ= 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 A47AB14CCE for ; Sat, 18 Feb 2017 13:21:55 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1487449315; bh=cth684SNqwKBkFOiHr5xCDQ60BErfkDwiI0G9jRXYUM=; h=Subject:To:References:From:Date:In-Reply-To; b=H3iXx8CFsMsE6QwIWAAkJlCp48xiNChfidkBpZ4KwaloN7xfEPKqhBF6PlCGKdND+ yxuTuXTrSqDZEC8AnD68dR25KG2XjInVN0doYK0oilslAk0v5/4ziZ4WzytdqjNZAx D+Bh/lEG7SmRFwwKiYDYjTLNKFLW5jO9QA8rODeM= Subject: Re: radeon GL woes To: freebsd-ports@freebsd.org References: <4906099e-e4d1-33e9-6af3-92b75173554e@pinyon.org> <1487448268.90676.1.camel@yandex.com> From: "Russell L. Carter" Message-ID: <155f7133-0ba6-7122-97ee-e206e84f2d98@pinyon.org> Date: Sat, 18 Feb 2017 13:21:55 -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: <1487448268.90676.1.camel@yandex.com> Content-Type: text/plain; charset=utf-8; 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 20:21:57 -0000 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 :-) 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" >