From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 02:41:24 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC2E6106564A for ; Wed, 28 Dec 2011 02:41:24 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id B19FF8FC0A for ; Wed, 28 Dec 2011 02:41:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=3wxhlMKUU/m3L0N5Z5RwVGyQBH/6P1M6mM9MDD3ao7U=; b=BqZFtdi0LyDAX1A6hPedLHJBFZWQh/qb4zyvneu9W7ctPfxNdFeHTtWG3cwvGZibC2UomCsb0MCeOm9ZBRXP48KZjvQOSlh1ID8Ynss6FiP11HYMO+BCHw5j19i9Q8M4; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RfjSF-0009k5-Di for questions@freebsd.org; Tue, 27 Dec 2011 20:41:24 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1325040077-2767-2766/5/1; Wed, 28 Dec 2011 02:41:17 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: questions@freebsd.org References: Date: Tue, 27 Dec 2011 20:41:17 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: User-Agent: Opera Mail/11.61 (FreeBSD) X-SA-Score: -1.0 Cc: Subject: Re: Intel EMGD driver on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 02:41:25 -0000 Are you sure that the problem isn't just that the current releases of FreeBSD don't have GEM/KMS support which the newer Intel drivers require? I'm running a test build on my Google CR48 and have OpenGL acceleration without any major hiccups except not being able to get back to a console after starting X. Test here: http://lists.freebsd.org/pipermail/freebsd-current/2011-November/029219.html I converted the image into full install on my hard drive. More details here: http://wiki.freebsd.org/Intel_GPU Regards, Mark