From owner-freebsd-current@freebsd.org Sun Nov 13 19:16:13 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BD7DC40C07 for ; Sun, 13 Nov 2016 19:16:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 545A3178E for ; Sun, 13 Nov 2016 19:16:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 3F2BC1FE022; Sun, 13 Nov 2016 20:16:01 +0100 (CET) Subject: Re: Skylake/HD graphics support To: Daniel Campos do Nascimento , freebsd-current@freebsd.org References: From: Hans Petter Selasky Message-ID: <2a5f61ac-bc8f-05c8-ad97-f769f20f8708@selasky.org> Date: Sun, 13 Nov 2016 20:16:01 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 13 Nov 2016 19:16:13 -0000 On 11/13/16 18:43, Daniel Campos do Nascimento wrote: > Hello, > > First time posting on a mailing list... > > I currently have 11.0-STABLE installed on my laptop which has a Core > i7-6500U. I can't get Xorg-server to work neither with xf86-driver-intel, > nor with i915kms driver; I'm falling back on the scfb driver. I would like > to know how the situation is with 12.0-CURRENT regarding graphics? > Hi, You will need to build a kernel from drm-next-4.7 branch for now: https://github.com/freebsd/freebsd-base-graphics.git Then it will work, just make sure xf86-driver-intel is installed. No need to kldload anything. --HPS