From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 13 18:40: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 6AAC676F for ; Thu, 13 Mar 2014 18:40: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 16877EF7 for ; Thu, 13 Mar 2014 18:40:55 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 3B48440014 for ; Thu, 13 Mar 2014 19:40:52 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 310B440012; Thu, 13 Mar 2014 19:40:52 +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 (unknown [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id CC1E04000B; Thu, 13 Mar 2014 19:40:51 +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 3flJl741JYz8ghB; Thu, 13 Mar 2014 19:40:51 +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 F9aD5mX-wqtT; Thu, 13 Mar 2014 19:40:49 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3flJl072p8z8gh6; Thu, 13 Mar 2014 19:40:44 +0100 (CET) Received: from tifa.daemonic.se (tifa.daemonic.se [10.32.0.6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3flJl06MQkz9D6J; Thu, 13 Mar 2014 19:40:44 +0100 (CET) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id BD9AF22831; Thu, 13 Mar 2014 19:40:44 +0100 (CET) Message-ID: <5321FBAC.50703@freebsd.org> Date: Thu, 13 Mar 2014 19:40:44 +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: <5320EA9E.2060907@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1251 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: Thu, 13 Mar 2014 18:40:55 -0000 On 03/13/14 19:02, CeDeROM wrote: > On Thu, Mar 13, 2014 at 12:15 AM, Niclas Zeising wrote: >> 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. (..) > > Hello Niclas! :-) On my FreeBSD-10.0-AMD64 now I cannot switch back to > console after I launch Xorg with Inter driver. This was not the case > in 9, where I could switch back to console, unless I specified > WITH_NEW_XORG in make.conf. So I guess binary ports provided by pkg > are already built with that flag set..? > The binary packages for 10 and 9 are still the old version of xorg. I don't know why you can't switch back to the console after starting xorg. If you can send me the output of kldstat, as well as Xorg.0.log and a list of installed packages I might be able to help more. Regards! -- Niclas Zeising