From owner-freebsd-questions@FreeBSD.ORG Sat Apr 8 06:32:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 152ED16A403 for ; Sat, 8 Apr 2006 06:32:41 +0000 (UTC) (envelope-from dinom@balstonresearch.com) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B49AB43D46 for ; Sat, 8 Apr 2006 06:32:40 +0000 (GMT) (envelope-from dinom@balstonresearch.com) Received: from [192.168.1.108] (c-68-36-0-26.hsd1.nj.comcast.net[68.36.0.26]) by comcast.net (sccrmhc12) with ESMTP id <2006040806323901200ht90ee>; Sat, 8 Apr 2006 06:32:39 +0000 From: "C. Michailidis" To: freebsd-questions@freebsd.org Date: Sat, 8 Apr 2006 02:32:34 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604080232.35658.dinom@balstonresearch.com> Subject: Re: [Solved] Official Nvidia Drivers, Toshiba Laptop, GeForce 4440 Cards: Always causes Freeze 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: Sat, 08 Apr 2006 06:32:41 -0000 On Fri, 07 Apr 2006 Sean Murphy wrote: > I have finally come up with a way to use the official drivers That's great news Sean, kudos! I would suggest that it's more appropriate to use the x11/nvidia-driver port, e.g.: cd /usr/ports/x11/nvidia-driver sudo make install clean Then set your tunables (i.e hw.nvidia.registry.SoftEDIDs and hw.nvidia.registry.Mobile) via '/etc/sysctl.conf'. Finally, you would apply the changes to xorg.conf as you recommend. The nvidia readme file for their freebsd driver mentions this in the section titled 'CONFIGURING LOW-LEVEL PARAMETERS'. Regardless, using ports to install things and sysctl.conf to control the low-level parameters is more traditional. Of course the beauty of FLOSS systems is you can solve problems in a way that works best for your particular situation ;-) Just a suggestion, Dino