From owner-freebsd-questions@FreeBSD.ORG Sun Jan 7 21:52:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 221B116A412 for ; Sun, 7 Jan 2007 21:52:55 +0000 (UTC) (envelope-from bnawrock@umich.edu) Received: from kickapoo.web.itd.umich.edu (kickapoo.web.itd.umich.edu [141.211.144.142]) by mx1.freebsd.org (Postfix) with ESMTP id 013E813C442 for ; Sun, 7 Jan 2007 21:52:54 +0000 (UTC) (envelope-from bnawrock@umich.edu) Received: (from www@localhost) by kickapoo.web.itd.umich.edu (8.12.10/8.12.9) id l07LO3pt014333 for freebsd-questions@freebsd.org; Sun, 7 Jan 2007 16:24:03 -0500 Received: from adsl-68-255-233-91.dsl.sfldmi.ameritech.net (adsl-68-255-233-91.dsl.sfldmi.ameritech.net [68.255.233.91]) by web.mail.umich.edu (Horde MIME library) with HTTP; Sun, 07 Jan 2007 16:24:03 -0500 Message-ID: <20070107162403.vlw2v0hgkk0o8sgg@web.mail.umich.edu> Date: Sun, 07 Jan 2007 16:24:03 -0500 From: bnawrock@umich.edu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.5) X-Remote-Browser: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1 X-IMP-Server: 141.211.144.244 X-Originating-IP: 68.255.233.91 X-Originating-User: bnawrock Subject: Re: Nvidia Problems 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, 07 Jan 2007 21:52:55 -0000 I know of a few EDID issues with the current nvidia driver. are you using freebsd-7-CURRENT? Try adding Option "UseEDID" "FALSE" to the Screen section in your X configuration file. Hopefully future NVIDIA X driver versions should do a better job of detecting invalid EDIDs. Let me know if that solves the issues. -nawcom On Sunday 07 January 2007 12:34, Garrett Cooper wrote: > > Derrick Edwards wrote: >> > > Hi, >> > > I cant seem to get my new nvidia card to dispaly the correct resolution. >> > > Looking at /var/log/Xorg.0.log I see these entries. My max resolution >> > > is "1600x1050" but it is not letting me use it. >> > > >> > > (WW) NVIDIA(0): No valid modes for "1600x1050"; removing. >> > > (WW) NVIDIA(0): No valid modes for "1280x1024"; removing. >> > > (II) NVIDIA(0): Validated modes: >> > > (II) NVIDIA(0): "1024x768" >> > > (II) NVIDIA(0): "800x600" >> > > (II) NVIDIA(0): "640x480" >> > > (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 >> > > >> > > I configured Xorg using nvidia-settings. >> > > >> > > Section "ServerLayout" >> > > Identifier "Layout0" >> > > Screen 0 "Screen0" 0 0 >> > > InputDevice "Keyboard0" "CoreKeyboard" >> > > InputDevice "Mouse0" "CorePointer" >> > > EndSection >> > > >> > > Section "Files" >> > > RgbPath "/usr/X11R6/lib/X11/rgb" >> > > FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" >> > > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" >> > > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" >> > > FontPath "/usr/X11R6/lib/X11/fonts/misc/" >> > > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" >> > > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" >> > > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" >> > > FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" >> > > FontPath "/usr/X11R6/lib/X11/fonts/TTF/" >> > > EndSection >> > > >> > > Section "Module" >> > > Load "dbe" >> > > Load "extmod" >> > > Load "type1" >> > > Load "freetype" >> > > Load "glx" >> > > EndSection >> > > >> > > Section "InputDevice" >> > > >> > > # generated from default >> > > Identifier "Mouse0" >> > > Driver "mouse" >> > > Option "Protocol" "auto" >> > > Option "Device" "/dev/sysmouse" >> > > Option "Emulate3Buttons" "no" >> > > Option "ZAxisMapping" "4 5" >> > > EndSection >> > > >> > > Section "InputDevice" >> > > >> > > # generated from default >> > > Identifier "Keyboard0" >> > > Driver "keyboard" >> > > EndSection >> > > >> > > Section "Monitor" >> > > Identifier "Monitor0" >> > > VendorName "Unknown" >> > > ModelName "Unknown" >> > > HorizSync 30.0 - 110.0 >> > > VertRefresh 50.0 - 150.0 >> > > Option "DPMS" >> > > EndSection >> > > >> > > Section "Device" >> > > Identifier "Device0" >> > > Driver "nvidia" >> > > VendorName "NVIDIA Corporation" >> > > EndSection >> > > >> > > Section "Screen" >> > > Identifier "Screen0" >> > > Device "Device0" >> > > Monitor "Monitor0" >> > > DefaultDepth 24 >> > > SubSection "Display" >> > > Depth 24 >> > > Modes "1600x1050" "1280x1024" "1024x768" "800x600" >> "640x480" >> > > EndSubSection >> > > EndSection >> > > >> > > Please help >> > > Thanks Derrick > > > > Monitor horizontal and vertical sync set correctly? > > > > That seems the only viable explanation other than your card doesn't > > support that resolution. > > > > -Garrett > > _________ Thanks for the reply. My card supports up to 1600x1200 and the freqs are correct. > > _____________________ > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"