From owner-freebsd-ports@FreeBSD.ORG Wed Jul 27 07:19:00 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73ED7106564A for ; Wed, 27 Jul 2011 07:19:00 +0000 (UTC) (envelope-from skirge84@o2.pl) Received: from moh2-ve1.go2.pl (moh2-ve1.go2.pl [193.17.41.186]) by mx1.freebsd.org (Postfix) with ESMTP id E6C608FC15 for ; Wed, 27 Jul 2011 07:18:59 +0000 (UTC) Received: from moh2-ve1.go2.pl (unknown [10.0.0.186]) by moh2-ve1.go2.pl (Postfix) with ESMTP id A2D84200184 for ; Wed, 27 Jul 2011 08:57:55 +0200 (CEST) Received: from unknown (unknown [10.0.0.74]) by moh2-ve1.go2.pl (Postfix) with SMTP for ; Wed, 27 Jul 2011 08:57:55 +0200 (CEST) Received: from mail-gx0-f182.google.com [209.85.161.182] by poczta.o2.pl with ESMTP id MYXMrh; Wed, 27 Jul 2011 08:57:55 +0200 Received: by gxk28 with SMTP id 28so1051208gxk.13 for ; Tue, 26 Jul 2011 23:57:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.142.16 with SMTP id p16mr6359077ybd.142.1311749874181; Tue, 26 Jul 2011 23:57:54 -0700 (PDT) Received: by 10.150.217.17 with HTTP; Tue, 26 Jul 2011 23:57:54 -0700 (PDT) In-Reply-To: <1311429114.1960.39.camel@crashalot.rainbow-runner.nl> References: <20110723131613.GF17489@deviant.kiev.zoral.com.ua> <1311429114.1960.39.camel@crashalot.rainbow-runner.nl> Date: Wed, 27 Jul 2011 08:57:54 +0200 Message-ID: From: Sebastian Chmielewski To: Koop Mast X-O2-Trust: 2, 63 X-O2-SPF: neutral Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Kostik Belousov , ports@freebsd.org, x11@freebsd.org Subject: Re: Kernel Intel GPU driver and ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2011 07:19:00 -0000 I've installed this ports tree and basic video is working fine, except 3D - glxgears window is empty. I'll investigate this problem later. 2011/7/23 Koop Mast > On Sat, 2011-07-23 at 16:16 +0300, Kostik Belousov wrote: > > Hello, > > after the initial code drop, I have fixed some amount of bugs and got > > several positive reports from users. If KMS worked on your machine, you > > probably can use the driver with 3D acceleration on regular basis. > > > > As I see the state of the effort right now, there are two most > > impeding issues that prevent wider testing of the driver. First is > > the non-working display port code, causing failure in KMS for some > > configurations. This will be eventually fixed. > > > > Second is the very laborous procedure to install the required usermode > > components. The http://wiki.freebsd.org/Intel_GPU lists the > requirements. > > > > The port provided ddx and mesa cannot be simply updated, because kernel > > driver is not yet in src/ head, not mentioning the stable branches. > > Also, new libdrm and mesa may be non-functional on our old non-intel DRI > > drivers. Additional quirk is that in-tree Xorg server is old, and git > > head for intel ddx cannot be built against old Xorg API. > > We ( freebsd x11@ team) are already working on a update, instructions > below. > > Keep in mind that this update isn't complete yet. Not all xorg ports are > updated yet. And there is the issue, that the old intel driver doesn't > work with the new xorg-server. If you using this driver and don't want > to update to current for the new intel driver, please don't use this > repo. > > I'm currently working on a update for the mesa ports (libGL*, dri etc) > to a version that works with the sandybridge. > > Also note that currently only the xf86-video-intel-kms driver is > currently tested. (since my ati card seem to have died) > > svn co http://trillian.chruetertee.ch/ports/browser/branches/xorg-dev > > A basic merge script can be found here > http://people.freebsd.org/~miwi/xorg/xorgmerge > > just run portmaster -a, keep in mind to rebuild your xf86-* ports after > the server update. > > -Koop > > > For wide testing, the easy way to install fresh usermode graphics stack > > is neededi, while still allowing the most installations to use present > > outdated versions. > > > > Could ports/x11 people help me there ? Thanks. > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >