From owner-freebsd-x11@FreeBSD.ORG Mon Nov 28 11:33:18 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB844106566C for ; Mon, 28 Nov 2011 11:33:18 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from dash.upc.es (dash.upc.es [147.83.2.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6E71D8FC08 for ; Mon, 28 Nov 2011 11:33:18 +0000 (UTC) Received: from ackerman2.upc.es (ackerman2.upc.es [147.83.2.244]) by dash.upc.es (8.14.1/8.13.1) with ESMTP id pASA0prn014128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 28 Nov 2011 11:00:51 +0100 Received: from portgus.lan ([147.83.40.234]) (authenticated bits=0) by ackerman2.upc.es (8.14.4/8.14.4) with ESMTP id pASA0m85016607 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 28 Nov 2011 11:00:51 +0100 Message-ID: <4ED35BCD.5090501@entel.upc.edu> Date: Mon, 28 Nov 2011 11:00:45 +0100 From: =?ISO-8859-1?Q?Gustau_P=E9rez?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111111 Thunderbird/8.0 MIME-Version: 1.0 To: Luigi Rizzo References: <20111128092554.GB58668@onelab2.iet.unipi.it> In-Reply-To: <20111128092554.GB58668@onelab2.iet.unipi.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.70 on 147.83.2.244 X-Mail-Scanned: Criba 2.0 + Clamd X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (dash.upc.es [147.83.2.50]); Mon, 28 Nov 2011 11:00:51 +0100 (CET) Cc: freebsd-x11@freebsd.org Subject: Re: Intel driver patch 11.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 11:33:19 -0000 On 28/11/2011 10:25, Luigi Rizzo wrote: > hi, > I see a thread on work in progress to support the on-chip video > card on recent intel CPU/chipsets. Does anyone have an URL for > patches and possibly summary instructions on how to try this code ? > > I am trying to make xorg work on a FreeBSD/amd64 system with an > i7-2600k CPU and the onboard video controller, and vesa is a no-go, > as it crashes the system as soon as i switch VTYs or change > resolution above 1024 pixels... > > thanks > luigi > __________________ hi, check this: http://wiki.freebsd.org/Intel_GPU basically ffetch the last patch to your kernel sources and recompile. Keep in mind that when kldloading i915 you won't have any tty because of the modesetting. The i915 will automatically set hw.dri.debug=2 which will slow down things, so I recommend you setting it to 0 if it works for you. It would also help using the last xorg (not the ports one) by checking out this: svn co http://trillian.chruetertee.ch/ports/browser/branches/xorg-dev I also recommend you to use this script to merge the xorg-dev tree: http://people.freebsd.org/~miwi/xorg/xorgmerge the xorg dev tree includes latest libdrm and friends. In fact I would first recompile X and then try with the intel driver if I were you. I've tried a few different cards (the newest is a sandy-m) in that way with quite success. Gus