From owner-freebsd-questions@FreeBSD.ORG Thu Apr 26 19:00:35 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 2808216A407 for ; Thu, 26 Apr 2007 19:00:35 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id CCC1113C4B0 for ; Thu, 26 Apr 2007 19:00:34 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so360842ana for ; Thu, 26 Apr 2007 12:00:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GDRkR4BER9KPn0Nc8pb4Q/o4aa589fMDEcWnIsHRoKLbPkLcYB6gimOxj6BMdmqS5jrTlRc62FxmV4THX4ohKRKTcZ3qeaJT+1X47HfRUR8CJ2wNaFhKYI/VsxiTMKbg7GZdZT18L0SiNu8Jx2iHx6TLepH3nVWfINHGto103xo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kVzFIxHsr/MZ7Fr7AzMgLfj/DYG3txGGB9kIRDcge/5J7H1NhM7JDdhCHK2p89noFA4tYZ+Pr6N2NvTYnVb+5SB3UbZBl+uX/WGmllQ+ViicKaszL4P1fmhgkLTcrJSG12u+DlZJe1IpuUzVc7hYRyMV5HD3/m5xNnzOdfQjrg8= Received: by 10.100.94.3 with SMTP id r3mr1410426anb.1177614031618; Thu, 26 Apr 2007 12:00:31 -0700 (PDT) Received: by 10.100.191.6 with HTTP; Thu, 26 Apr 2007 12:00:31 -0700 (PDT) Message-ID: <1455a3d90704261200i310be02eg770cda4f4fe4d61a@mail.gmail.com> Date: Thu, 26 Apr 2007 16:00:31 -0300 From: freenity To: freebsd-questions@freebsd.org In-Reply-To: <1455a3d90704261159t323cc7ffm74e7b311c7e2a1c@mail.gmail.com> MIME-Version: 1.0 References: <1455a3d90704251008m53a519f5ud60674c9911b5982@mail.gmail.com> <462F9349.4070706@daleco.biz> <1455a3d90704251514m40d09651mf125a5a530f713f4@mail.gmail.com> <1455a3d90704261159t323cc7ffm74e7b311c7e2a1c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Thu, 26 Apr 2007 19:00:35 -0000 p.s. This is my xorg.conf file generated by nvidia-settings: # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (root@feudaltimes) Thu Apr 26 15:10:10 ART 2007 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 "ServerFlags" Option "Xinerama" "0" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psm0" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "keyboard" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "LG L1740B" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 6100" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 Option "metamodes" "1280x1024_75 +0+0; 1280x1024_75 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0; 1280x1024_60 +0+0;" SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection