From owner-freebsd-x11@freebsd.org Tue Mar 21 18:29:51 2017 Return-Path: Delivered-To: freebsd-x11@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 25BB9D16923 for ; Tue, 21 Mar 2017 18:29:51 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (unknown [IPv6:2607:f2f8:a098::2]) (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 102BF1087 for ; Tue, 21 Mar 2017 18:29:51 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [10.44.139.220] (nat-192-187-90-115.nat.tribpub.com [192.187.90.115]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 72621a6d TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Tue, 21 Mar 2017 11:29:49 -0700 (PDT) Subject: Re: Status of Intel Broadwell GPU Support?? To: freebsd-x11@freebsd.org References: <20170321182231.GG77624@rancor.immure.com> From: Pete Wright Message-ID: <25c5ecee-b617-a55b-c8f9-cf041b7ecf92@nomadlogic.org> Date: Tue, 21 Mar 2017 11:29:48 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170321182231.GG77624@rancor.immure.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2017 18:29:51 -0000 On 03/21/2017 11:22, Bob Willcox wrote: > Can someone fill me in on what the current status of support for the Intel > Broadwell GPUs is? I had been running with the scfb driver on one of my > systems (Intel NUC with an i7-5557U CPU) up until recently when I had to > reboot it. I had updated the ports about a week earlier and just yesterday had > to reboot it due to a power outage here. > > I haven't seen much mention/activity regarding the new i915 support for the > newer Intel GPUs and was hoping that there might be some documentation that I > could be pointed to so I can understand what all needs to be done to upgrade > to and run it. > > Note that I'm currently running 10.3-stable but would be willing to update to > something more current if necessary. > > Thanks in advance for any info or pointers you can offer! Hey there Bob, you may want to take a look at TrueOS which is based on FreeBSD but they have been aggressively importing new drm code to support newer Intel GPU's. https://www.trueos.org/ If you are comfortable tracking and building CURRENT yourself, you can try the drm-next branch at this github repository: https://github.com/FreeBSDDesktop/freebsd-base-graphics https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki I don't remember if the latest drm-next code is required for Broadwell CPU's, but this code works well for my on my Skylake system. Both approaches should allow you to use accelerated GPU graphics on your system though. Cheers, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA