From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 13 01:50:03 2011 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F588106564A for ; Tue, 13 Dec 2011 01:50:03 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 254928FC13 for ; Tue, 13 Dec 2011 01:50:03 +0000 (UTC) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.52]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 1BA22A7221E for ; Mon, 12 Dec 2011 20:50:02 -0500 (EST) Received: (qmail 2244 invoked from network); 13 Dec 2011 01:50:01 -0000 Received: by simscan 1.4.0 ppid: 19953, pid: 16650, t: 0.2995s scanners: clamav: 0.88.2/m:52/d:13513 spam: 3.0.4 Received: from 24-113-112-30.wavecable.com (HELO [192.168.2.2]) (tomdean@[24.113.112.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Dec 2011 01:50:01 -0000 From: "Thomas D. Dean" To: freebsd-amd64@FreeBSD.org In-Reply-To: <20111212224657.57108eee@gumby.homeunix.com> References: <1323667359.2790.10.camel@asus> <20111211215631.27d6ac90@bhuda.mired.org> <201112121231.42865.matt@chronos.org.uk> <20111212224657.57108eee@gumby.homeunix.com> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Mon, 12 Dec 2011 17:50:00 -0800 Message-ID: <1323741000.3799.30.camel@asus> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail7.sea5 X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=BAYES_50 autolearn=disabled version=3.0.4 Cc: Subject: Re: Video Card for FreeBSD 9.0 (RC2) AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tomdean@speakeasy.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 01:50:03 -0000 On Mon, 2011-12-12 at 22:46 +0000, RW wrote: ports/x11/nvidia-driver requires linux to install. Building the port works fine. Installing the port requires 'kldload linux' before the port will install. Seems like something is mixed-up. But, kldload nvidia also loads linux. I guess this means there is no "native FreeBSD AMD64" driver, but, linux emulation of a driver. Or, do I mis-understand linux emulation? tomdean