From owner-freebsd-stable@FreeBSD.ORG Tue Mar 29 14:04:46 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9789D106564A for ; Tue, 29 Mar 2011 14:04:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0268FC12 for ; Tue, 29 Mar 2011 14:04:46 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 0B77846B2A; Tue, 29 Mar 2011 10:04:46 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9651F8A01B; Tue, 29 Mar 2011 10:04:45 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 29 Mar 2011 10:04:44 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <20110329013223.ddca7453.jhsu802701@jasonhsu.com> <1301391185.71226.36.camel@xenon> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103291004.45095.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 29 Mar 2011 10:04:45 -0400 (EDT) Cc: Jason Hsu , Christian Walther , Michal Varga Subject: Re: Best way to switch from Linux to BSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2011 14:04:46 -0000 On Tuesday, March 29, 2011 6:59:24 am Christian Walther wrote: > On the downside there seem to be some work needing to be done IRT > kernel based 3D acceleration. I don't know the current status, but the > last I heard was that NVidias drivers can't be ported to FreeBSD > because the kernel lacks some functionality required (something > related to addressing the graphics board directly from software, > AFAIK). Actually, all of the kernel features NVidia needed were added in 7.3 and newer and the nvidia driver works great on both i386 and amd64 now. You can also use nvidia-settings to configure several things like multiple monitors, etc. rather easily. -- John Baldwin