From owner-freebsd-current@freebsd.org Tue Oct 9 12:27:44 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76F5110CD1E7 for ; Tue, 9 Oct 2018 12:27:44 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (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 1A07D86213 for ; Tue, 9 Oct 2018 12:27:44 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by mail.in-addr.com with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1g9r6z-0006jA-Qx; Tue, 09 Oct 2018 13:27:41 +0100 Date: Tue, 9 Oct 2018 13:27:41 +0100 From: Gary Palmer To: tech lists Cc: Johannes Dieterich , freebsd-current@freebsd.org Subject: Re: drm confusion / xorg / AMD RX580 GPU Message-ID: <20181009122741.GA84410@in-addr.com> References: <365a9257-6858-f386-56d2-5dedb0883670@zyxst.net> <5sb838.pgan7v.0-qmf@smtp.gmail.com> <6e478bae-9d10-5cb6-42a1-b9e6694e3d23@zyxst.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e478bae-9d10-5cb6-42a1-b9e6694e3d23@zyxst.net> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 12:27:44 -0000 On Mon, Oct 08, 2018 at 11:28:20PM +0100, tech lists wrote: > On 08/10/2018 19:55, Johannes Dieterich wrote: > >> 1. is this the right/fastest/best driver for this card? > > Yes, amdgpu kernel module and amdgpu DDX > > aha I didn't know about the xf86-video-amdgpu DDX requirement. OK, have > installed that :D > > >> 3. I'd like this card to crunch with boinc. What determines if this is > >> possible? is it freebsd, boinc, the card driver, the project boinc is on > >> or something else? > > Depends what the boinc client uses. OpenCL - you will need graphics/clover which is not officially supported by AMD but may work. ROCm/HIP - won't work. > ok thnks for that. I saw no option for boinc_client to use OpenCL when > building the port, so I installed opencl first, then linux-c7 (was c6 > before) then built boinc-client ensuring the option to take linux work > was selected. The boinc project is World Community Grid. > > I'm not able to immediately test as it's a friend's computer. He says it > "displays great" but I'm looking for a way to quantify that. Hence the > question how to test the cards capabilities. Look in the BOINC logs. There should be a co-processor section (I think) if the GPU is found, else a log of "No usable GPUs found" Gary