From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 17:43:56 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 CAB0416A401 for ; Wed, 25 Apr 2007 17:43:56 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 77B5813C45D for ; Wed, 25 Apr 2007 17:43:56 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from archangel.daleco.biz ([69.27.149.254]) by ezekiel.daleco.biz (8.13.8/8.13.1) with ESMTP id l3PHhh1x062330; Wed, 25 Apr 2007 12:43:45 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <462F9349.4070706@daleco.biz> Date: Wed, 25 Apr 2007 12:43:37 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: freenity References: <1455a3d90704251008m53a519f5ud60674c9911b5982@mail.gmail.com> In-Reply-To: <1455a3d90704251008m53a519f5ud60674c9911b5982@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problem while setting refresh rate in xorg 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: Wed, 25 Apr 2007 17:43:56 -0000 freenity wrote: > Hi. > I have just installed the nvidia drivers on my FBSD6.2 i386. It work fine > but I cant set my refresh rate at 75, it sets at 50 with a resolution > 1280x1024. The monitor is LG Flatron L1740B and my video card is Geforce > 6100. > Here is my xorg.conf file: > Thanks for any help. > I just allow DDC to do its thing; also, /var/log/Xorg.0.log might have some clues --- for example, what modelines are discovered for your hardware set? Kevin Kinsey > > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > ModulePath "/usr/X11R6/lib/modules" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/TTF/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > EndSection > > Section "Module" > Load "dbe" > Load "dri" > Load "extmod" > Load "glx" > Load "record" > Load "xtrap" > Load "freetype" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/psm0" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > > HorizSync 40-80 #60 > VertRefresh 50-90 #75 > > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "ShadowFB" # [] > #Option "DefaultRefresh" # [] > #Option "ModeSetClearScreen" # [] > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "C51 PCI Express Bridge" > BusID "PCI:0:5:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > > SubSection "Display" > Viewport 0 0 > Depth 16 > Modes "1024x768" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > Modes "1280x1024" > EndSubSection > > EndSection -- To you I'm an atheist; to God, I'm the loyal opposition. -- Woody Allen