From owner-freebsd-stable@freebsd.org Wed Sep 12 08:50:02 2018 Return-Path: Delivered-To: freebsd-stable@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 696BB108C07E for ; Wed, 12 Sep 2018 08:50:02 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (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 0EDDC78F44 for ; Wed, 12 Sep 2018 08:50:01 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2001:470:6cc4:1:225:ff:fe46:71cf] (helo=foula.drayhouse.twisted.org.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1g00qT-0006fk-G3; Wed, 12 Sep 2018 08:49:57 +0000 Subject: Re: Using drm-next in 11.2 To: Pete Wright , freebsd-stable@freebsd.org References: <4e71d1a8-ff74-c1c0-9369-826b2a054802@ingresso.co.uk> <039a719c-8706-fb76-8866-662379430683@nomadlogic.org> From: Pete French Message-ID: Date: Wed, 12 Sep 2018 09:49:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <039a719c-8706-fb76-8866-662379430683@nomadlogic.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 08:50:02 -0000 > can you post your dmesg output from when you've set > kld_list="/boot/modules/amdgpu.ko"?  also, please verify that your user > is in the "video" group.  but from what you've described it sounds like > a conflict is popping up between the base amdgpu.ko and the one > available in the ports tree. > > also, please ensure you are booting in "classic" BIOS mode and not UEFI, > IIRC there are some issues surrounding amdgpu with UEFI - i don't have > that hardware tho so can't elaborate. Hi,thanks for the reply - am not in front of the machine today so I cant really test unfortunately, but will get you the information as soon as I can. The user is indeed in the 'video' group and the machine is booting using normal BIOS not UEFI though, so all things are "as the should be" regarding setup I think. What drivers should I be using in Xorg for this by the way ? Thats something I cant seem to find anywhere. 'amdgpu' sonds like the right one possibly ? -pete.