From owner-freebsd-x11@FreeBSD.ORG Sat Jul 19 14:36:03 2008 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 924D0106566C for ; Sat, 19 Jul 2008 14:36:03 +0000 (UTC) (envelope-from arved@arved.at) Received: from jim.arved.priv.at (jim.arved.priv.at [IPv6:2001:6f8:13fb:1:207:e9ff:fe0f:3069]) by mx1.freebsd.org (Postfix) with ESMTP id E85108FC0A for ; Sat, 19 Jul 2008 14:36:02 +0000 (UTC) (envelope-from arved@arved.at) Received: from jim.arved.priv.at (localhost [127.0.0.1]) by jim.arved.priv.at (8.14.2/8.14.2) with ESMTP id m6JEZr5Q021974 for ; Sat, 19 Jul 2008 16:36:00 +0200 (CEST) (envelope-from arved@arved.at) Received: (from arved@localhost) by jim.arved.priv.at (8.14.2/8.14.2/Submit) id m6JEZr6x021973 for freebsd-x11@FreeBSD.org; Sat, 19 Jul 2008 16:35:53 +0200 (CEST) (envelope-from arved@arved.at) X-Authentication-Warning: jim.arved.priv.at: arved set sender to arved@arved.at using -f Date: Sat, 19 Jul 2008 16:35:52 +0200 From: Tilman Linneweh To: freebsd-x11@FreeBSD.org Message-ID: <20080719143552.GA26351@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: FreeBSD/xorg on Intel G33 chips 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: Sat, 19 Jul 2008 14:36:03 -0000 Hi list, I got Xorg working on an Intel G33 chipset. This is what i have done: 1. Uncomment the devids in sys/dev/agp/agp_i810.c line 159ff. 2. Install the xf86-video-intel driver from git. Unfortunately it is not quite clear from the changelog, which change caused the fix. Maybe someone more familiar with the driver can try to produce a patch for the port. But i think the devids can be enabled, even if the port does not yet work. regards arved