From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 12:40:21 2005 Return-Path: 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 4A2B016A4CE for ; Mon, 10 Jan 2005 12:40:21 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9860F43D53 for ; Mon, 10 Jan 2005 12:40:20 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.13.1/8.13.1) with ESMTP id j0ACeIqI004850 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 10 Jan 2005 13:40:18 +0100 (CET) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.13.1/8.13.1/Submit) id j0ACeIBQ004849; Mon, 10 Jan 2005 13:40:18 +0100 (CET) (envelope-from karelj) Date: Mon, 10 Jan 2005 13:40:18 +0100 From: "Karel J. Bosschaart" To: craig Message-ID: <20050110124018.GA4822@kayjay.xs4all.nl> References: <41E261E9.5040800@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41E261E9.5040800@online.de> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: nvidia driver problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 12:40:21 -0000 On Mon, Jan 10, 2005 at 12:07:21PM +0100, craig wrote: > hi all, > > i am having a problem getting the nvidia-provided freebsd drivers to > work correctly. > specifically, although the bsd-provided nv drivers work (albeit without > any accel), when i switch to the nvidia-provided nvidia drivers, xorg > loads into 8bit colour mode - which looks terrible! > > looking in /var/log/Xorg.0.log doesnt provide any clues (to me, at > least!). there are no terrible errors or dire warnings that seem related. > (find attached) > > and, as best as i can tell, my /etc/X11/xorg.conf seems just fine. > (also find attached) Not sure if it helps, but try adding the line DefaultDepth 24 to the "Screen" section: > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1600x1200" > EndSubSection > EndSection Good luck, Karel.