From owner-freebsd-questions@FreeBSD.ORG Sun Dec 13 14:19:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B7A1065670 for ; Sun, 13 Dec 2009 14:19:37 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 53C0F8FC29 for ; Sun, 13 Dec 2009 14:19:37 +0000 (UTC) Received: from ipb1.telenor.se (195.54.127.164) by proxy1.bredband.net (7.3.140.3) id 4AD3E1C001AA8101 for freebsd-questions@freebsd.org; Sun, 13 Dec 2009 15:19:35 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuNgABqHJEtV44PPPGdsb2JhbACBSpccgkcBAQEBN4hArRmEKwSBYg X-IronPort-AV: E=Sophos;i="4.47,390,1257116400"; d="scan'208";a="15168460" Received: from c-cf83e355.09-42-6e6b7010.cust.bredbandsbolaget.se (HELO lazlar.kicks-ass.net) ([85.227.131.207]) by ipb1.telenor.se with ESMTP; 13 Dec 2009 15:19:35 +0100 Message-ID: <4B24F7F6.4090200@lazlarlyricon.com> Date: Sun, 13 Dec 2009 15:19:34 +0100 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Mario Lobo References: <20091210144141.GB834@mech-cluster241.men.bris.ac.uk> <200912122209.30186.lobo@bsd.com.br> <4B244716.3090505@lazlarlyricon.com> <200912131031.29126.lobo@bsd.com.br> In-Reply-To: <200912131031.29126.lobo@bsd.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Nvidia amd64 driver (WAS: Root exploit for FreeBSD ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2009 14:19:37 -0000 Mario Lobo wrote: > On Saturday 12 December 2009 22:44:54 Rolf G Nielsen wrote: >> Mario Lobo wrote: >>> On Saturday 12 December 2009 21:23:00 Rolf Nielsen wrote: >>>> Where's that? The Nvidia site says nothing about it yet, and the >>>> makefile for x11/nvidia-driver still says ONLY_FOR_ARCHS=i386. I'm >>>> eagerly waiting for it, but I can't find anything other than a forum >>>> post (I don't have the address handy at this computer, but I know it's >>>> somewhere in the mailing list archive) from Zander at Nvidia corporation >>>> saying it's on its way. >>> http://www.nvnews.net/vbulletin/showthread.php?t=142120 >> Thanks Mario and George. Just installed it and rebooted now. :D > > You're welcome Rolf! > > The driver DOES rock, doesn't it? > > How is it working for you? any instabilities? > > I am having some issues with virtualbox and KDE4. > > KDE has 2 options for composite: OpenGL and xRender > > I have composite enabled with openGl. If any vbox guest (winedows actually) > has 3d acceleration enabled, the host freezes completely. only the reset > button works ! I have to completely disable 3d accel on the Win guests. > > But if composite is done with Xrender, the 3d accel on the guests doesn't > freeze the host, but I loose a lot of performance, smoothness and most of the > desktop effects on KDE. > > I followed the advice on > http://www.nvnews.net/vbulletin/showthread.php?t=58498 > to enable HPET and that seemed to improve things on this issue but I still > have to keep 3d disabled > > Other than that, EVERYTHING else works perfectly. nVidia is much superior than > my onboard radeon HD 3300, which I unceremoniously dumped for a GeForce 9800 > GT. > I haven't tested it out that extensively yet. I tried installing games/quake2lnx, and it installs fine, but I get no graphics at all, just a black window, but since I haven't tried it on amd64 before, it might be that it doesn't work well on 64 bit. But since I'm not really a gamer, I don't worry much about it, though it would be fun to get it running. I'm running Windowmaker as my window manager, and it doesn't make use of any OpenGL AFAIK. So basically all I've tested is that xv works for playing video with mplayer and running OpenGL xscreensaver hacks. Both seem to work flawlessly. Compiling the driver was a bit of a hassle, since it depends on Linux compatibilty by default, and I haven't got that enabled. And since I've enabled MODULES_OVERRIDE in my kernel config to include only those modules I actually use, nvidia.ko couldn't find linux.ko. I solved it by commenting out a #define line in nv-freebsd.h.