From owner-freebsd-ports@FreeBSD.ORG Fri May 5 22:39:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A7416A400; Fri, 5 May 2006 22:39:02 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD1D43D45; Fri, 5 May 2006 22:39:01 +0000 (GMT) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 5F5E65643E; Fri, 5 May 2006 15:41:20 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 1D2125643A; Fri, 5 May 2006 15:41:20 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.4/8.13.4) with ESMTP id k45MdRJR027136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 May 2006 15:39:27 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.4/8.13.4/Submit) id k45MdRSl027130; Fri, 5 May 2006 15:39:27 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17499.54302.596808.460730@satchel.alerce.com> Date: Fri, 5 May 2006 15:39:26 -0700 To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: howto/hack for Matrox's mga_hal and Xorg 6.9. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 22:39:02 -0000 [I've seen some comments here about people struggling w/ mga_hal, so I thought I'd share this.] I wanted to use features of the Matrox mga x11 driver (dual headed digital video) that required the hal, but I wasn't able to get the mga_hal port to work with Xorg 6.9. I cobbled up an underhanded hack that resulted in a working set of binaries, based on some hacks that the Linux community was using. If you need to use mga_hal w/ Xorg 6.9 on -STABLE, my hack might be useful. You can find the details at: http://forum.matrox.com/mga/viewtopic.php?t=19868 g.