From owner-freebsd-amd64@FreeBSD.ORG Mon Sep 12 22:55:04 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FE916A420 for ; Mon, 12 Sep 2005 22:55:04 +0000 (GMT) (envelope-from plehner2000@yahoo.com) Received: from web81804.mail.mud.yahoo.com (web81804.mail.mud.yahoo.com [68.142.207.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C8DA43D58 for ; Mon, 12 Sep 2005 22:55:03 +0000 (GMT) (envelope-from plehner2000@yahoo.com) Received: (qmail 93177 invoked by uid 60001); 12 Sep 2005 22:55:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=p9N0BUN1cTwcoERGQFqXYJTxj0Ja9UXJYnBjAZzoX6NVGsfILMpNkr27UPnx+yhq+2wwOPjoTfAkIM1oAmgrIDoU61Pfi6WvfrqUxSXlr3h9grcIP7Ds7AVhcvJpjjY1EejMeC8R+x08LTseyDiqLsN1Vbs+5nYVToVTxXCLi6c= ; Message-ID: <20050912225503.93175.qmail@web81804.mail.mud.yahoo.com> Received: from [71.130.151.221] by web81804.mail.mud.yahoo.com via HTTP; Mon, 12 Sep 2005 15:55:03 PDT Date: Mon, 12 Sep 2005 15:55:03 -0700 (PDT) From: Patrick Lehner To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Correction: I meant linux_dri X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:55:04 -0000 Has anyone gotten linux_dri to work? I know, the Makefile sez i386 only, but that hasn't stopped other apps to install by either modifying the Makefile or setting the environment variable for *ARCH to i386 One problem that immediately comes to mind is that linux dri was built with XFree libs, while FreeBSD uses xorg. Thanks