From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 12 23:18:55 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 016EB9C8 for ; Wed, 12 Mar 2014 23:18:55 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9838327D for ; Wed, 12 Mar 2014 23:18:54 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 98D2B40088 for ; Thu, 13 Mar 2014 00:18:50 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 8E3F340084; Thu, 13 Mar 2014 00:18:50 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 746EA40006; Thu, 13 Mar 2014 00:16:27 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3fkptn5Qv5z8gh6; Thu, 13 Mar 2014 00:15:45 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id jmzWyeQJrGX6; Thu, 13 Mar 2014 00:15:43 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3fkptl2qYyz8ggv; Thu, 13 Mar 2014 00:15:43 +0100 (CET) Received: from tifa.daemonic.se (tifa.daemonic.se [10.32.0.6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3fkptl2MnTz9D6J; Thu, 13 Mar 2014 00:15:43 +0100 (CET) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id 30B2E22831; Thu, 13 Mar 2014 00:15:43 +0100 (CET) Message-ID: <5320EA9E.2060907@freebsd.org> Date: Thu, 13 Mar 2014 00:15:42 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: CeDeROM Subject: Re: GSoC proposition: Intel HD Xorg + console fixup, video acceleration if possible References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 23:18:55 -0000 On 03/12/14 18:08, CeDeROM wrote: > My proposition is to fix the current Intel HD Xorg driver so we have > console back again. Video hardware acceleration for Intel video > drivers if possible. > This is being worked on, and is probably not suited for a GSoC project. If you are interested in testing, please install FreeBSD 11 or A recent FreeBSD-10-stable and add WITH_NEW_XORG= to /etc/make.conf and recompile all xorg related ports. To get VT-switching there is vt(9) both in 11 and 10-stable, please check it out! See https://wiki.freebsd.org/Graphics for more information. Regards! -- Niclas Zeising