From owner-freebsd-stable@freebsd.org Tue Sep 11 12:50:30 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 A8557109010E for ; Tue, 11 Sep 2018 12:50:30 +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 4FC977561D for ; Tue, 11 Sep 2018 12:50:30 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2a02:b90:3002:411::6] (helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fzi7c-000KHC-7G for freebsd-stable@freebsd.org; Tue, 11 Sep 2018 12:50:24 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fzi7c-0000z2-32 for freebsd-stable@freebsd.org; Tue, 11 Sep 2018 13:50:24 +0100 To: freebsd-stable@freebsd.org Subject: Using drm-next in 11.2 Message-Id: From: Pete French Date: Tue, 11 Sep 2018 13:50:24 +0100 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: Tue, 11 Sep 2018 12:50:30 -0000 So, I was trying to switch to using this, as I realise its where things are heading, and I rather like the look of it. But I cant get it to see my multiple monitors. I install the port, set 'kld_list="amdgpu"' and it boots up with the new modules, and appears to find all my displays in dmesg. But when I start X it only uses the single display port, mirroring it to DVI. When I start X what I am seeing in dmesg is this: module_register: cannot register drmn from drm2.ko; already loaded from drm.ko Module drmn failed to register: 17 KLD radeonkms.ko: depends on drmn - not available or version mismatch linker_load_file: Unsupported file type Which make me think theres some clash with the old modules and thats why its not working properly. Also xrandr only lists a single screen, as default, unlike the list I get using the old drm, which lists all the outpus correctly. Anyone got any advice, or can point me to the coorrect place for this ? cheers, -pete.