From owner-freebsd-x11@freebsd.org Thu Apr 16 16:15:46 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59F4B2C0CD3 for ; Thu, 16 Apr 2020 16:15:46 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 49348L1m1Mz3DG3 for ; Thu, 16 Apr 2020 16:15:46 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3A8CB2C0CD2; Thu, 16 Apr 2020 16:15:46 +0000 (UTC) Delivered-To: x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A5432C0CD1 for ; Thu, 16 Apr 2020 16:15:46 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 49348K6G7Jz3DG2 for ; Thu, 16 Apr 2020 16:15:45 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4934893sLVz3lbm; Thu, 16 Apr 2020 16:15:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id SPDRPzf4MhN2; Thu, 16 Apr 2020 16:13:26 +0000 (UTC) Received: from [10.155.254.15] (host-95-199-30-15.mobileonline.telia.com [95.199.30.15]) by mail.daemonic.se (Postfix) with ESMTPSA id 4933wb3gW1z3mBQ; Thu, 16 Apr 2020 16:05:35 +0000 (UTC) Date: Thu, 16 Apr 2020 16:05:29 +0000 In-Reply-To: References: <16c93a1a-cc60-b9a5-da48-889f48aa6005@netfence.it> <9352b468-9f09-ad30-0b9e-acd896cadb17@freebsd.org> <0c34355a-9f91-a966-7e46-aefcd2806fbd@netfence.it> <1c29f581-5048-8c1f-195a-6b22f8487163@netfence.it> <64fd0263-3135-b78d-0beb-4f17b57efba0@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Users of x11-drivers/xf86-video-ati-legacy To: Andrea Venturoli ,x11@FreeBSD.org From: Niclas Zeising Message-ID: X-Rspamd-Queue-Id: 49348K6G7Jz3DG2 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US]; NEURAL_HAM_LONG(-0.98)[-0.980,0] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 16:15:46 -0000 On April 16, 2020 3:58:48 PM UTC, Andrea Venturoli wrote= : >On 2020-04-13 15:54, Andrea Venturoli wrote: > >> As I understand it 785G/880G refers to the whole southbridge, which=20 >> includes graphics, PCI and other things=2E Graphics *should* be RS880 >in=20 >> both cases=2E > >I can confirm this=2E >I booted both machines and both report RS880=2E > > >I tried checking out drm-kmod source and compile it myself, but I'm=20 >getting errors=2E >Is there some documentation on how to deal with this project? > > bye & Thanks > av=2E What do you mean checking out? From GitHub? In general, the version in ports is the latest version, so there isn't muc= h exciting in the repo=2E If you want to build from the repo, clone it, che= ck out the branch that works with your os, and run make (possibly with -j f= or parallel make)=2E To figure out what's going on, I need to know what error you're seeing, an= d what is version you have, and what steps you took=2E Regards --=20 Niclas Zeising