Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Can't get corrent Refresh Rate
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 1:58 pm    Post subject: [SOLVED] Can't get corrent Refresh Rate Reply with quote

Hi,

recently I've noticed that my screen refresh rate has chnaged in Gnome. I don't know when b/c I don't check it often.
I'm sure I had 60Hz refresh with 1280x1024. Now it's showing 50Hz.

My monitor is LG L1980Q (LCD).
Product Spec wrote:
HORIZONTAL SCANNING FREQUENCIES: 30-83kHz, Auto-Synchronous
VERTICAL SCANNING FREQUENCIES: 56-75Hz, Auto-Synchronous
AUTO SYNC SUPPORT: 640 x 350 up to 70Hz, 640 x 480 up to 75Hz, 720 x 400 up to 70Hz, 800 x 600 up to 75Hz, 832 x 624 up to 75Hz, 1024 x 768 up to 75Hz, 1280 x 1024 up to 75Hz

Here's my config
/etc/X11/xorg.conf:
Section "ServerLayout"
   Identifier     "Genio Server Layout"
   Screen      0  "myScreen" 0 0
   InputDevice    "myMouse" "CorePointer"
   InputDevice    "myKeyboard" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath   "/usr/share/X11/rgb"

   FontPath "/usr/share/fonts/100dpi"
   FontPath "/usr/share/fonts/100dpi:unscaled"
   FontPath "/usr/share/fonts/75dpi"
   FontPath "/usr/share/fonts/75dpi:unscaled"
   FontPath "/usr/share/fonts/afms"
# --
   FontPath "/usr/share/fonts/artwiz"
   FontPath "/usr/share/fonts/corefonts"
   FontPath "/usr/share/fonts/cronyx"
   FontPath "/usr/share/fonts/cyrillic"
# --
   FontPath "/usr/share/fonts/default"
   FontPath "/usr/share/fonts/dejavu"
   FontPath "/usr/share/fonts/encodings"
   FontPath "/usr/share/fonts/freefont"
   FontPath "/usr/share/fonts/intlfonts"
   FontPath "/usr/share/fonts/local"
# --
   FontPath "/usr/share/fonts/misc"
   FontPath "/usr/share/fonts/misc:unscaled"
   FontPath "/usr/share/fonts/sharefonts"
   FontPath "/usr/share/fonts/terminus"
   FontPath "/usr/share/fonts/TTF"
   FontPath "/usr/share/fonts/ttf-bitstream-vera"
   FontPath "/usr/share/fonts/Type1"
   FontPath "/usr/share/fonts/ukr"
# --
   FontPath "/usr/share/fonts/unifont"
   FontPath "/usr/share/fonts/util"
   FontPath "/usr/share/fonts/wine"
   FontPath "/usr/share/fonts/webcore-fonts"
EndSection

Section "Module"
   Load  "glx"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
        Load  "ddc"
# automat nie da³ ddc
        Load  "bitmap"
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
   Option      "RENDER" "Enable"
EndSection

Section "InputDevice"
   Identifier  "myKeyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option       "Xkbmodel"     "pc105"
   Option       "XkbLayout"    "pl"
EndSection

Section "InputDevice"
   Identifier  "myMouse"
   Driver      "mouse"
   Option      "Protocol" "ExplorerPS/2"
   Option       "Dev Name" "Logitech MX700 USB-PS/2 Optical Mouse"
   Option       "Dev Phys" "usb-0000:00:1d.3-1/input0"
   Option       "Device" "/dev/input/mice"
   Option      "Buttons" "7"
   Option       "ZAxisMapping" "6 7"
   Option      "Resolution" "800"
EndSection

Section "Monitor"
   Identifier     "myMonitor"
   Option   "DPMS" "true"
   VendorName     "LGE"
   ModelName      "LCD Flatron L1980Q"
   HorizSync      30 - 83
   VertRefresh    56 - 75
EndSection

Section "Device"
   Identifier  "myCard"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "GeFore 6600GT [NV43]"
   BusID       "PCI:1:0:0"
   VideoRam    131072

   Option      "NoLogo" "true"
        Option      "NvAGP" "0"
        #Option      "SWCursor" "boolean"
        #Option      "HWCursor" "boolean"
        Option      "CursorShadow" "true"
            #Option      "CursorShadowAlpha" "integer"
            #Option      "CursorShadowXOffset" "integer"
            #Option      "CursorShadowYOffset" "integer"
        #Option      "RenderAccel" "boolean"
        #Option      "NoRenderExtension" "boolean"
        Option       "XvmcUsesTextures" "true"
        #Option      "AddARGBGLXVisuals" "boolean"
        #Option       "LoadKernelModule" "boolean"
        Option       "Coolbits" "1"
        #Option       "TripleBuffer" "boolean"
        Option      "UseDisplayDevice" "DFP"
        Option      "IgnoreDisplayDevices" "CRT, TV"
        #Option      "FlatPanelProperties" "string"
        #Option      "TVStandard" "string"
            #Option      "TVOutFormat" "string"
            #Option      "TVOverScan" "Decimal value in the range 0.0 to 1.0"
        Option      "NoBandWidthTest" "true"
        Option      "NoPowerConnectorCheck" "true"
        #Option     "AllowDDCCI" "boolean"
        #Option      "UseEdidFreqs" "boolean"
        #Option      "UseEDID" "boolean"
        #Option      "UseEdidDpi" "string"
        Option      "DPI" "96 x 96"
EndSection

Section "Screen"
   Identifier       "myScreen"
   Device           "myCard"
   Monitor          "myMonitor"
   DefaultColorDepth 24
   Option           "AddARGBGLXVisuals" "true"   
   
   SubSection "Display"
      Depth    16
      Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth    24
      Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth    32
      Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection

Here's X output
/var/log/Xorg.0.log:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux genio 2.6.18-gentoo-r6 #3 SMP PREEMPT Sun Dec 31 12:47:06 CET 2006 i686
Build Date: 01 December 2006
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 31 14:01:28 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Genio Server Layout"
(**) |-->Screen "myScreen" (0)
(**) |   |-->Monitor "myMonitor"
(**) |   |-->Device "myCard"
(**) |-->Input Device "myMouse"
(**) |-->Input Device "myKeyboard"
(**) FontPath set to:
   /usr/share/fonts/100dpi,
   /usr/share/fonts/100dpi:unscaled,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/75dpi:unscaled,
   /usr/share/fonts/afms,
   /usr/share/fonts/artwiz,
   /usr/share/fonts/corefonts,
   /usr/share/fonts/cronyx,
   /usr/share/fonts/cyrillic,
   /usr/share/fonts/default,
   /usr/share/fonts/dejavu,
   /usr/share/fonts/encodings,
   /usr/share/fonts/freefont,
   /usr/share/fonts/intlfonts,
   /usr/share/fonts/local,
   /usr/share/fonts/misc,
   /usr/share/fonts/misc:unscaled,
   /usr/share/fonts/sharefonts,
   /usr/share/fonts/terminus,
   /usr/share/fonts/TTF,
   /usr/share/fonts/ttf-bitstream-vera,
   /usr/share/fonts/Type1,
   /usr/share/fonts/ukr,
   /usr/share/fonts/unifont,
   /usr/share/fonts/util,
   /usr/share/fonts/wine,
   /usr/share/fonts/webcore-fonts
(**) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Open APM successful
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.0
   X.Org XInput driver : 0.6
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2580 card 1458,2580 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,2668 card 1458,a005 rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2666 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1458,2658 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1458,2659 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1458,265a rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1458,265a rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1458,5006 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2640 card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 1458,266f rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1458,266a rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0140 card 1458,3125 rev a2 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 14e4,1677 card 1458,e000 rev 01 class 02,00,00 hdr 00
(II) PCI: 04:00:0: chip 14e4,1677 card 1458,e000 rev 01 class 02,00,00 hdr 00
(II) PCI: 05:06:0: chip 1106,3164 card 1106,3164 rev 06 class 01,04,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xf0000000 - 0xf00fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:3), (0,4,4), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
   [0] -1   0   0xf0100000 - 0xf01fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
   [0] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [1] -1   0   0x0000a400 - 0x0000a4ff (0x100) IX[B]
   [2] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [3] -1   0   0x0000ac00 - 0x0000acff (0x100) IX[B]
   [4] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [5] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [6] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [7] -1   0   0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @ 0xe8000000/26, 0xe0000000/27, 0xec000000/24
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xf0100000 - 0xf010ffff (0x10000) MX[B]
   [1] -1   0   0xf0000000 - 0xf000ffff (0x10000) MX[B]
   [2] -1   0   0xf0204000 - 0xf02043ff (0x400) MX[B]
   [3] -1   0   0xf0200000 - 0xf0203fff (0x4000) MX[B]
   [4] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [5] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [6] -1   0   0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
   [7] -1   0   0x0000b000 - 0x0000b00f (0x10) IX[B]
   [8] -1   0   0x0000ac00 - 0x0000ac03 (0x4) IX[B]
   [9] -1   0   0x0000a800 - 0x0000a807 (0x8) IX[B]
   [10] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [11] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [12] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [13] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [14] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [15] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [16] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [17] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xf0100000 - 0xf010ffff (0x10000) MX[B]
   [1] -1   0   0xf0000000 - 0xf000ffff (0x10000) MX[B]
   [2] -1   0   0xf0204000 - 0xf02043ff (0x400) MX[B]
   [3] -1   0   0xf0200000 - 0xf0203fff (0x4000) MX[B]
   [4] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [5] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [6] -1   0   0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
   [7] -1   0   0x0000b000 - 0x0000b00f (0x10) IX[B]
   [8] -1   0   0x0000ac00 - 0x0000ac03 (0x4) IX[B]
   [9] -1   0   0x0000a800 - 0x0000a807 (0x8) IX[B]
   [10] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [11] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [12] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [13] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [14] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [15] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [16] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [17] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xf0100000 - 0xf010ffff (0x10000) MX[B]
   [5] -1   0   0xf0000000 - 0xf000ffff (0x10000) MX[B]
   [6] -1   0   0xf0204000 - 0xf02043ff (0x400) MX[B]
   [7] -1   0   0xf0200000 - 0xf0203fff (0x4000) MX[B]
   [8] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [9] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
   [11] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [12] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [13] -1   0   0x0000b000 - 0x0000b00f (0x10) IX[B]
   [14] -1   0   0x0000ac00 - 0x0000ac03 (0x4) IX[B]
   [15] -1   0   0x0000a800 - 0x0000a807 (0x8) IX[B]
   [16] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [17] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [18] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [19] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [20] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [22] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [23] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.9746
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.1.1, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.9746
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-9746  Fri Dec 15 09:56:41 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/extensions/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
   compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xf0100000 - 0xf010ffff (0x10000) MX[B]
   [5] -1   0   0xf0000000 - 0xf000ffff (0x10000) MX[B]
   [6] -1   0   0xf0204000 - 0xf02043ff (0x400) MX[B]
   [7] -1   0   0xf0200000 - 0xf0203fff (0x4000) MX[B]
   [8] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [9] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
   [11] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [12] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [13] -1   0   0x0000b000 - 0x0000b00f (0x10) IX[B]
   [14] -1   0   0x0000ac00 - 0x0000ac03 (0x4) IX[B]
   [15] -1   0   0x0000a800 - 0x0000a807 (0x8) IX[B]
   [16] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [17] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [18] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [19] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [20] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [22] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [23] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xf0100000 - 0xf010ffff (0x10000) MX[B]
   [5] -1   0   0xf0000000 - 0xf000ffff (0x10000) MX[B]
   [6] -1   0   0xf0204000 - 0xf02043ff (0x400) MX[B]
   [7] -1   0   0xf0200000 - 0xf0203fff (0x4000) MX[B]
   [8] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [9] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
   [11] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [12] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [13] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000b000 - 0x0000b00f (0x10) IX[B]
   [17] -1   0   0x0000ac00 - 0x0000ac03 (0x4) IX[B]
   [18] -1   0   0x0000a800 - 0x0000a807 (0x8) IX[B]
   [19] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [20] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [21] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [22] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [23] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [24] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [25] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [26] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [27] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [28] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "0"
(**) NVIDIA(0): Option "CursorShadow" "true"
(**) NVIDIA(0): Option "NoBandWidthTest" "true"
(**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT, TV"
(**) NVIDIA(0): Option "NoPowerConnectorCheck" "true"
(**) NVIDIA(0): Option "XvMCUsesTextures" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "UseDisplayDevice" "DFP"
(**) NVIDIA(0): Option "DPI" "96 x 96"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Use of AGP disabled per request
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(GPU-0): Skipping Power Connector Check.
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.27.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
(--) NVIDIA(0):     LG L1980Q (DFP-0)
(--) NVIDIA(0): LG L1980Q (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): LG L1980Q (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Option "UseDisplayDevice" "DFP" converted to "DFP-0".
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1280x960"
(II) NVIDIA(0):     "1152x864"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xec000000 - 0xecffffff (0x1000000) MX[B]
   [1] 0   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
   [2] 0   0   0xe8000000 - 0xebffffff (0x4000000) MX[B]
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xf0100000 - 0xf010ffff (0x10000) MX[B]
   [8] -1   0   0xf0000000 - 0xf000ffff (0x10000) MX[B]
   [9] -1   0   0xf0204000 - 0xf02043ff (0x400) MX[B]
   [10] -1   0   0xf0200000 - 0xf0203fff (0x4000) MX[B]
   [11] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B](B)
   [12] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000b000 - 0x0000b00f (0x10) IX[B]
   [20] -1   0   0x0000ac00 - 0x0000ac03 (0x4) IX[B]
   [21] -1   0   0x0000a800 - 0x0000a807 (0x8) IX[B]
   [22] -1   0   0x0000a400 - 0x0000a403 (0x4) IX[B]
   [23] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [24] -1   0   0x00000500 - 0x0000051f (0x20) IX[B]
   [25] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [26] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [27] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [28] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [29] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [30] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [31] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "ExplorerPS/2"
(**) myMouse: Device: "/dev/input/mice"
(**) myMouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) myMouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "7"
(==) myMouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) myMouse: ZAxisMapping: buttons 6 and 7
(**) myMouse: Buttons: 11
(**) Option "Resolution" "800"
(**) myMouse: Resolution: 800
(**) Option "CoreKeyboard"
(**) myKeyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) myKeyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) myKeyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) myKeyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "pl"
(**) myKeyboard: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) myKeyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "myKeyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "myMouse" (type: MOUSE)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+pl" };
    xkb_geometry             { include "pc(pc105)" };
(II) myMouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/afms, removing from list!
Could not init font path element /usr/share/fonts/cronyx, removing from list!
Could not init font path element /usr/share/fonts/default, removing from list!
Could not init font path element /usr/share/fonts/encodings, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/share/fonts/webcore-fonts, removing from list!
SetGrabKeysState - disabled
SetGrabKeysState - enabled

I've tried "X -configure" generated setting.
I've tried every possible combination of "UseEdidFreqs" set true/false, HorizSync and VertRefresh set or not.
I've tried not using DefaultColorDepth., not giving dafault Depth and Modes.
I've tried giving this modeline:
Online Modeline Tool wrote:
Horizontal Resolution: 1280
Vertical Resolution: 1024
Vertical Refresh Rate: 75.00 Hz
Horizontal Refresh Rate: 80.42 KHz
Dot Clock Frequence: 151.83 MHz

# V-freq: 75.00 Hz // h-freq: 80.42 KHz
Modeline "1280x1024" 151.83 1280 1360 1544 1888 1024 1024 1027 1072

And of course I've browsed several topics here on Gentoo Forums.
Nothing helps. I'm out of ideas.
Anyone?
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light


Last edited by peka on Sun Dec 31, 2006 4:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
CKirocZ
n00b
n00b


Joined: 23 Jan 2006
Posts: 26
Location: Alabama

PostPosted: Sun Dec 31, 2006 2:23 pm    Post subject: Reply with quote

Have you checked your resolution with the nvidia-settings tool? I use KDE and I have a refresh rate of 50 as reported by KDE, but nvidia-settings reports 75Hz. I tend to believe the nvidia-settings refresh rate. If you don't have nvidia-settings just do "emerge media-video/nvidia-settings" and it should show up in your "System" menu.
Back to top
View user's profile Send private message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 2:43 pm    Post subject: Reply with quote

I have nvidia-setting but I can't see resolution and refresh rates settings.
Where are they ?
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Back to top
View user's profile Send private message
vermaden
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 168
Location: pl_PL.lodz

PostPosted: Sun Dec 31, 2006 2:44 pm    Post subject: Reply with quote

You need to add this Modeline to You xorg.conf to make it work, like that:
Code:

Section "Monitor"
   Identifier     "myMonitor"
   Option   "DPMS" "true"
   VendorName     "LGE"
   ModelName      "LCD Flatron L1980Q"
   HorizSync      30 - 83
   VertRefresh    56 - 75
   Modeline "1280x1024_100" 151.83 1280 1360 1544 1888 1024 1024 1027 1072
EndSection

Section "Screen"
   Identifier       "myScreen"
   Device           "myCard"
   Monitor          "myMonitor"
   DefaultColorDepth 24
   Option           "AddARGBGLXVisuals" "true"   
   
   SubSection "Display"
      Depth    16
      Modes    "1280x1024_100" "1280x960" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth    24
      Modes    "1280x1024_100" "1280x960" "1152x864" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth    32
      Modes    "1280x1024_100" "1280x960" "1152x864" "1024x768" "800x600"
   EndSubSection
EndSection


You can also use gtf to generate Your modeline:
Code:
$ gtf 1248 1024 75

  # 1248x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 135.98 MHz
  Modeline "1248x1024_75.00"  135.98  1248 1336 1472 1696  1024 1025 1028 1069  -HSync +Vsync

_________________
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds
vermaden's: links spreadbsd
Back to top
View user's profile Send private message
CKirocZ
n00b
n00b


Joined: 23 Jan 2006
Posts: 26
Location: Alabama

PostPosted: Sun Dec 31, 2006 3:08 pm    Post subject: Reply with quote

"X Server Display Configuration" in nvidia-settings.
Back to top
View user's profile Send private message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 3:19 pm    Post subject: Reply with quote

CKirocZ wrote:
"X Server Display Configuration" in nvidia-settings.

There's no such thing :(
Strange :?
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Back to top
View user's profile Send private message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 3:27 pm    Post subject: Reply with quote

peka wrote:
CKirocZ wrote:
"X Server Display Configuration" in nvidia-settings.

There's no such thing :(
Strange :?

It is there in ~ version.
I was using + (stable)
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Back to top
View user's profile Send private message
CKirocZ
n00b
n00b


Joined: 23 Jan 2006
Posts: 26
Location: Alabama

PostPosted: Sun Dec 31, 2006 3:28 pm    Post subject: Reply with quote

Here are the relevant parts of my xorg.conf:
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (*@*)  Wed Dec 20 05:43:05 CST 2006

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL E151FPb"
    HorizSync       31.0 - 60.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "1024x768_75 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Of course, my monitor and resolution are different but you can see that nvidia-settings modified my xorg.conf, it just doesn't show correctly in my KDE control panel.
Back to top
View user's profile Send private message
CKirocZ
n00b
n00b


Joined: 23 Jan 2006
Posts: 26
Location: Alabama

PostPosted: Sun Dec 31, 2006 3:32 pm    Post subject: Reply with quote

What version of nvidia-drivers and nvidia-settings do you have?
I have "media-video/nvidia-settings-1.0.20061102" and "x11-drivers/nvidia-drivers-1.0.9631".
Back to top
View user's profile Send private message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 3:32 pm    Post subject: Reply with quote

CKirocZ wrote:
Have you checked your resolution with the nvidia-settings tool? I use KDE and I have a refresh rate of 50 as reported by KDE, but nvidia-settings reports 75Hz. I tend to believe the nvidia-settings refresh rate. If you don't have nvidia-settings just do "emerge media-video/nvidia-settings" and it should show up in your "System" menu.


Same here.
Gnome says it's 1280 x 1024 @ 50 (though it was showing 60Hz at some point in time).
nvidia-settings say 1280 x 1024 @ 60.

Still, Product Specs say it should be capable of 75Hz
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Back to top
View user's profile Send private message
CKirocZ
n00b
n00b


Joined: 23 Jan 2006
Posts: 26
Location: Alabama

PostPosted: Sun Dec 31, 2006 3:43 pm    Post subject: Reply with quote

Maybe it's a permissions problem with xorg.conf?
Back to top
View user's profile Send private message
Enverex
Guru
Guru


Joined: 02 Jul 2003
Posts: 501
Location: Worcester, UK

PostPosted: Sun Dec 31, 2006 3:58 pm    Post subject: Reply with quote

It's not really running at 50Hz at all. It's nVidia's DynamicTwinView that makes all the refreshrates look screwy for compatability with TVs and some other things. Add;
Option "DynamicTwinView" "0"
to xorg's card device section to turn it off.
Back to top
View user's profile Send private message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 4:06 pm    Post subject: Reply with quote

OK. done testing.

I have added this gtf generated mode to xorg.conf.
Code:
# gtf 1280 1024 75

  # 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
  Modeline "1280x1024_75.00"  138.54  1280 1368 1504 1728  1024 1025 1028 1069  -HSync +Vsync

No luck. X have fallen back to 1280x960@50. So I've dropped it.

I'm using nvidia-drivers 1.0.9746 and nvidia-settings 1.0.20061102.

Now, there a strange thing :?
Gnome says 1280x1024@50 while nvidia-settings say at this time 1280x1024@60
When I change Auto mode to 60Hz in nvidia-settings, Gnome says it's 1280x1024@79
When I tell it to write it to xorg.conf it wants to add these lines:
In Monitor: HorizSync 30.0 - 71.0 and VertRefresh 56.0 - 75.0 - but I leave them as they are (from Product Spec)
In Screen: Option "metamodes" "1280x1024_60 +0+0; 1280x960 +0+0; 1152x864 +0+0; 1024x768 +0+0; 800x600 +0+0" - I add this option and nvidia-settings say it 60Hz but Gnome again says 50Hz (not 79) :?
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Back to top
View user's profile Send private message
peka
l33t
l33t


Joined: 16 Mar 2005
Posts: 773
Location: Płońsk, Poland

PostPosted: Sun Dec 31, 2006 4:15 pm    Post subject: Reply with quote

Enverex wrote:
It's not really running at 50Hz at all. It's nVidia's DynamicTwinView that makes all the refreshrates look screwy for compatability with TVs and some other things. Add;
Option "DynamicTwinView" "0"
to xorg's card device section to turn it off.


That did the trick. Thanks.
I didn't know this option.
I have already put README.gz from latest nvidia-drivers on my Desktop today morning but haven't read it yet.

Gnome now shows 1280x1024@60 and nvidia-settings show "Error while loading X Server Display Configuration: Dynamic TwinView is disabled on screen 0." :). Good.

One more thing. See my original post. This "up to 75Hz" with 1280x1024. "up to" but not necessarily "exactly 75Hz"?
_________________
p3k4

Seize the time, Meribor. Live now; make now always the most precious time. Now will never come again...
Jean-Luc Picard, Star Trek TNG - The Inner Light
Back to top
View user's profile Send private message
CKirocZ
n00b
n00b


Joined: 23 Jan 2006
Posts: 26
Location: Alabama

PostPosted: Sun Dec 31, 2006 4:20 pm    Post subject: Reply with quote

Enverex, thank you!
Also,

HAPPY NEW YEAR !!!
Back to top
View user's profile Send private message
Maf
Guru
Guru


Joined: 15 May 2005
Posts: 309

PostPosted: Sat Jan 27, 2007 11:06 pm    Post subject: Reply with quote

Hi guys, I added correct Modeline line into xorg.conf, trying to get 1024x768 @ 60 Hz, but into KDE freq. selection panel, there are still "weird" 50, 51 and 53. Can someone tell me how to check "real" current freq. and maybe how to make it real 60? :>
Back to top
View user's profile Send private message
Enverex
Guru
Guru


Joined: 02 Jul 2003
Posts: 501
Location: Worcester, UK

PostPosted: Sat Jan 27, 2007 11:08 pm    Post subject: Reply with quote

Maf wrote:
Hi guys, I added correct Modeline line into xorg.conf, trying to get 1024x768 @ 60 Hz, but into KDE freq. selection panel, there are still "weird" 50, 51 and 53. Can someone tell me how to check "real" current freq. and maybe how to make it real 60? :>


Read the thread, it explains this.
Back to top
View user's profile Send private message
Maf
Guru
Guru


Joined: 15 May 2005
Posts: 309

PostPosted: Sun Jan 28, 2007 12:17 am    Post subject: Reply with quote

Enverex wrote:
Read the thread, it explains this.

Sorry, my bad
Back to top
View user's profile Send private message
Element Dave
Tux's lil' helper
Tux's lil' helper


Joined: 10 Nov 2006
Posts: 82

PostPosted: Fri Feb 02, 2007 2:43 am    Post subject: Reply with quote

CKirocZ wrote:
Have you checked your resolution with the nvidia-settings tool? I use KDE and I have a refresh rate of 50 as reported by KDE, but nvidia-settings reports 75Hz. I tend to believe the nvidia-settings refresh rate. If you don't have nvidia-settings just do "emerge media-video/nvidia-settings" and it should show up in your "System" menu.


You're probably using Nvidia's 1-0.9xxx drivers.

From Nvidia's driver FAQ:

Quote:
Why is the refresh rate not reported correctly by utilities that use the XRandR X extension (e.g., the GNOME "Screen Resolution Preferences" panel, `xrandr -q`, etc)?

The XRandR X extension is not presently aware of multiple display devices on a single X screen; it only sees the MetaMode bounding box, which may contain one or more actual modes. This means that if multiple MetaModes have the same bounding box, XRandR will not be able to distinguish between them.

In order to support DynamicTwinView, the NVIDIA X driver must make each MetaMode appear to be unique to XRandR. Presently, the NVIDIA X driver accomplishes this by using the refresh rate as a unique identifier.

You can use `nvidia-settings -q RefreshRate` to query the actual refresh rate on each display device.

This behavior can be disabled by setting the X configuration option "DynamicTwinView" to FALSE.

For details, see Appendix G, Configuring TwinView


http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9631/README/appendix-g.html

Scroll down to the section "Dynamic TwinView" at the above link.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum