From owner-freebsd-current@freebsd.org Wed Feb 24 10:32: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 C4D6FAB2B2D for ; Wed, 24 Feb 2016 10:32:13 +0000 (UTC) (envelope-from carsten.kunze@arcor.de) Received: from mail-in-10.arcor-online.net (mail-in-10.arcor-online.net [151.189.21.50]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 831FEB3F for ; Wed, 24 Feb 2016 10:32:13 +0000 (UTC) (envelope-from carsten.kunze@arcor.de) Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mx.arcor.de (Postfix) with ESMTP id 3q9CQW6nhKz8VTy for ; Wed, 24 Feb 2016 10:59:31 +0100 (CET) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id 070CA28B2B1 for ; Wed, 24 Feb 2016 10:59:30 +0100 (CET) Received: from webmail14.arcor-online.net (webmail14.arcor-online.net [151.189.8.67]) by mail-in-14.arcor-online.net (Postfix) with ESMTP id 3q9CQT6wwMz90St for ; Wed, 24 Feb 2016 10:59:29 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net 3q9CQT6wwMz90St DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1456307969; bh=6hPWDm7pU70QsTbkr/qy3ZP3wMza8utDyJl1GDCVNV8=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding; b=EU7G5XFu08fo1IqpRS09NgKWG/ZFDGF9g1LZpZie6IUEa7ohsVCO7shPb9RtXzpOO Cb9gq0bkyQvXutF6tdcOtIE8JfEThyMpjrwKhN9rt7L6kAztebSvnMy47a79iWQoaw t7lFcVqdkgRVkX623sX2WB435DYsOJu7F4/RowzQ= Received: from [217.92.152.234] by webmail14.arcor-online.net (151.189.8.67) with HTTP (Arcor Webmail); Wed, 24 Feb 2016 10:59:29 +0100 (CET) Date: Wed, 24 Feb 2016 10:59:29 +0100 (CET) From: Carsten Kunze To: freebsd-current@freebsd.org Message-ID: <888719499.90811.1456307969945.JavaMail.ngmail@webmail14.arcor-online.net> Subject: Haswell graphics (i915) still not in CURRENT MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 217.92.152.234 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 24 Feb 2016 10:32:13 -0000 Hello, Haswell graphics (i915) still seems not to be in CURRENT. There is a suggested test procedure on https://wiki.freebsd.org/Graphics/Update%20i915%20GPU%20driver%20to%20Linux%203.8 but currently I'm to busy with other projects to test this. At the moment CURRENT can't be used on laptops with i915 graphics, so it may not harm to integrate a buggy i915 support in CURRENT. The advantage would be that more users would test the driver and could give response. This may speed up the debugging/testing of this driver. --Carsten