From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 30 13:11:23 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80F8A788 for ; Mon, 30 Mar 2015 13:11:23 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id 55874E62 for ; Mon, 30 Mar 2015 13:11:22 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id C71C02E1D4 for ; Mon, 30 Mar 2015 09:03:10 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OvPQ3WWAAk-g for ; Mon, 30 Mar 2015 09:03:10 -0400 (EDT) Received: from EGR authenticated sender mcdouga9 Message-ID: <5519498E.1080302@egr.msu.edu> Date: Mon, 30 Mar 2015 09:03:10 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: Intel HD 5500 driver port References: <20150330093352.GA3937@valhala.home> <20150330094610.GB3937@valhala.home> In-Reply-To: <20150330094610.GB3937@valhala.home> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 13:11:23 -0000 On 03/30/2015 05:46, Nicolas Martyanoff wrote: > On 2015-03-30 11:39, Johannes Dieterich wrote: >> On Mon, Mar 30, 2015 at 11:33 AM, Nicolas Martyanoff wrote: >>> Hi, >>> >>> I have trouble finding info about support for the Intel HD 5500 graphic chip >>> (used on broadwell platforms such as new Thinkpads) on FreeBSD. On Linux, it >>> seems to be supported by the Intel driver Since June 2014¹. >>> >>> Is there a port in progress, or some development being done ? >> neither Haswell nor Broadwell iGPUs are currently supported by any >> version of FreeBSD with the intel driver. However, work is underway by >> some developers (kib@, dumbbell@) to make this happen. Please see >> https://wiki.freebsd.org/Graphics for up-to-date status/information of >> all things graphics. >> >> Depending on your requirements, you can use the vesa driver with >> software rendering in the mean time. > > Thank you for the information. I'll try software rendering when I get the > laptop. > This might help you too: https://forums.freebsd.org/threads/xorg-vesa-driver-massive-speedup-using-mtrr-write-combine.46723/ I don't have new enough hardware to try it out myself yet.