From owner-freebsd-x11@FreeBSD.ORG Tue Jul 5 20:10:52 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013321065674 for ; Tue, 5 Jul 2011 20:10:52 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id BA9B88FC14 for ; Tue, 5 Jul 2011 20:10:51 +0000 (UTC) Received: from baby-jane.lamaiziere.net (6.176.97.84.rev.sfr.net [84.97.176.6]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 3408363307B for ; Tue, 5 Jul 2011 22:10:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 8E566736AC for ; Tue, 5 Jul 2011 22:10:50 +0200 (CEST) Date: Tue, 5 Jul 2011 22:10:49 +0200 From: Patrick Lamaiziere To: freebsd-x11@freebsd.org Message-ID: <20110705221049.4967b987@davenulle.org> In-Reply-To: <20110623221305.43b74d53@davenulle.org> References: <20110623221305.43b74d53@davenulle.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Graphic card that works (summary) ? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 20:10:52 -0000 Le Thu, 23 Jun 2011 22:13:05 +0200, Patrick Lamaiziere a écrit : Hi, First thanks to all, help is very appreciated. A small summary on this topic. > I'm using a Nvidia 460 but my box is stable as a Windows3.1 :( Context: ------- - 8.2-STABLE/i386 - NVidia drivers since march to the current beta. - Xvideo extension freezes the box within minutes. - Random freeze occurs. I've made further tests: - Building the Nvidia driver with WBINVD and ACPI_PM does not help regarding the xvideo issue. - I was not able to use vdpau in mplayer (yes I've setup the option). Anyway I can live without xvideo, the problem is more the random freezes while I'm working. - On the nvidia forums, there is a suggestion to force the "powermizer" of the card to fixed values (this issue looks very specific to the Nvidia 460). I'm trying this and it looks very better: no random locks anymore (but there is still an issue on xvideo). - There was a suggestion to disable powerd, but I've not tried this yet. Work-arounds: ------------ - use something else, like the suggested ATI cards in this thread ;-) - disable Xvideo in Xorg.conf. Section "Module" [...] # Load "extmod" SubSection "extmod" Option "omit xvideo" Option "omit xvideo-motioncompensation" EndSubSection EndSection - setup the powermizer in xorg.conf to low power: Section "Device" [...] Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x3; PowerMizerDefaultAC=0x3" EndSection (for powermizer options, see http://tutanhamon.com.ua/technovodstvo/NVIDIA-UNIX-driver/) Voila, thanks again. Regards.