From owner-freebsd-stable@freebsd.org Wed Sep 12 18:29:34 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 1393A109A00F for ; Wed, 12 Sep 2018 18:29:34 +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 AC7E38D3B1 for ; Wed, 12 Sep 2018 18:29:33 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [82.47.240.30] (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 1g09tH-000CzY-Dj; Wed, 12 Sep 2018 18:29:27 +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 19:29:25 +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: 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 18:29:34 -0000 > I believe your best bet is to let Xorg probe your devices automatically > - i.e. don't have an xorg.conf in place when starting X. Yes, I dont have an xorg to conf - I was a bit unclear, I meant which drivers should I instal from the xorg-drivers package as I dont generally install all of them. > On my end this will result in the "modesetting" driver being used, which > is the suggested driver to use for intel and i believe amdgpu systems. > it provides full acceleration, and is under active development > upstream.  it should also be part of the xorg-server pkg, so you don't > need to install any additional video drivers to use the modesetting driver. Thats actually relly helpdful, thanks! - I dont see a modesetting driver in /usr/ports/x11-drivers though, Where did you get this driver from ? -pete.