NVIDIA Quadro and proprietary drivers. Impossible to set Monitor Vertical Refresh to 60 in analog mode.

Asked by Roger

I have installed Ubuntu 7.04 on a newly assembled PC with an Nvidia Quadro NVS 210S and a Samsung 203B. The monitor has a native resolution of 1400x1050 and a recommended refresh rate of 60. I have tried several things, including:
   installed nvidia-glx-new using Synaptic
   sudo nvidia-setting
      -- set the refresh rate from auto to 60, clicked apply, and saved to xorg.config

But when I do System>Preferences>Screen Resolution my choices for VertRefresh are 50, 51, 56, and 57. 57 works OK in digital mode, but in analog mode the bottom of the page is out of view just below the lower edge of the physical screen. How do I get faster refresh rates?

(I prefer to use analog because the digital mode seems a bit flaky. I have had several instances where the monitor never recognizes the digital signal during or after boot. The screen remains black with the searching for signal box and I never see even the BIOS messages.)

My xorg.conf follows. The Horizontal and vertical refresh rates in the monitor section match my 203B specs.

Roger

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Mon Feb 26 23:39:38 PST 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"
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" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "Quadro NVS 210S / NVIDIA GeForce 6150LE"
EndSection

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

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nvidia-settings Edit question
Assignee:
No assignee Edit question
Solved by:
Cesare Tirabassi
Solved:
Last query:
Last reply:
Revision history for this message
Cesare Tirabassi (norsetto) said :
#1

Can you paste here also /var/log/Xorg.0.log?

Thanks.

Revision history for this message
Roger (haaserd) said :
#2

Here is the contents of /var/log/Xorg.0.log:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux jaguar 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
Build Date: 04 April 2007
 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: Mon May 21 17:58:34 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
 Entry deleted from font path.
(==) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/100dpi/:unscaled,
 /usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
 /usr/share/fonts/X11/100dpi,
 /usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "0"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.3
 X.Org Video Driver: 1.1
 X.Org XInput driver : 0.7
 X.Org Server Extension : 0.3
 X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f0 card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1462,7252 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 10de,0245 card 1462,7252 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0270 card 1462,7252 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0260 card 1462,7252 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1462,7252 rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1462,7252 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1462,7252 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1462,7252 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 1462,7252 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:0f:0: chip 10de,0267 card 1462,7252 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:1: chip 10de,026c card 1462,7252 rev a2 class 04,03,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 1462,7252 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 04:07:0: chip 14f1,8800 card 1002,a101 rev 05 class 04,00,00 hdr 80
(II) PCI: 04:07:1: chip 14f1,8801 card 1002,a101 rev 05 class 04,80,00 hdr 80
(II) PCI: 04:07:2: chip 14f1,8802 card 1002,a101 rev 05 class 04,80,00 hdr 80
(II) PCI: 04:08:0: chip 1106,3044 card 1462,252d rev c0 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 4 I/O range:
 [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
 [0] -1 0 0xfb000000 - 0xfebfffff (0x3c00000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,4), 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]
(--) PCI:*(0:5:0) nVidia Corporation C51 PCI Express Bridge rev 162, Mem @ 0xfa000000/24, 0xd0000000/28, 0xf9000000/24, BIOS @ 0xf8fe0000/17
(--) PCI: (4:7:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xfb000000/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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [1] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [2] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [3] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [4] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [5] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [6] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [7] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [8] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [10] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [11] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [15] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [16] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [17] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [18] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [19] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [20] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [22] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [23] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [24] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [27] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [28] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [1] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [2] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [3] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [4] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [5] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [6] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [7] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [8] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [10] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [11] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [15] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [16] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [17] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [18] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [19] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [20] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [22] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [23] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [24] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [27] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [28] -1 0 0x00005000 - 0x0000503f (0x40) 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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [5] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [6] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [7] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [8] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [9] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [10] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [11] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [12] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [14] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [15] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [17] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [21] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [22] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [23] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [24] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [25] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [26] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [27] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [28] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [29] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [30] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [31] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [33] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [34] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
 compiled for 7.2.0, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
 compiled for 7.2.0, 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: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
 compiled for 7.2.0, 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: "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.2.0, 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: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.9755
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(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.9755
 Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.1
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver 1.0-9755 Mon Feb 26 23:23:13 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:05:0
(--) Assigning device section with no busID to primary device
(--) 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.2.0, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(WW) Warning, couldn't open module wfb
(II) UnloadModule: "wfb"
(EE) Failed to load module "wfb" (module does not exist, 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.2.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 1.1
(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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [5] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [6] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [7] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [8] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [9] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [10] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [11] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [12] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [14] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [15] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [17] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [21] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [22] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [23] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [24] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [25] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [26] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [27] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [28] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [29] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [30] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [31] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [33] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [34] -1 0 0x00005000 - 0x0000503f (0x40) 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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [5] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [6] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [7] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [8] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [9] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [10] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [11] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [12] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [14] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [15] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [17] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [23] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [24] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [25] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [26] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [27] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [28] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [29] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [30] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [31] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [32] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [33] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [34] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [35] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [36] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [37] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
 [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [39] 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 "MetaModes" "1400x1050_60 +0+0; 1400x1050 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU Quadro NVS 210S / NVIDIA GeForce 6150LE at
(II) NVIDIA(0): PCI:0:5:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.51.28.50.19
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on Quadro NVS 210S / NVIDIA
(--) NVIDIA(0): GeForce 6150LE at PCI:0:5:0:
(--) NVIDIA(0): Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): 310.0 MHz maximum pixel clock
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1400x1050_60+0+0"
(II) NVIDIA(0): "1400x1050+0+0"
(II) NVIDIA(0): "1280x1024+0+0"
(II) NVIDIA(0): "1024x768+0+0"
(II) NVIDIA(0): "800x600+0+0"
(II) NVIDIA(0): "640x480+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1400 x 1050
(--) NVIDIA(0): DPI set to (86, 88); computed from "UseEdidDpi" X config
(--) NVIDIA(0): 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 0xf9000000 - 0xf9ffffff (0x1000000) MX[B]
 [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
 [2] 0 0 0xfa000000 - 0xfaffffff (0x1000000) 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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [10] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [11] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [12] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [13] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [14] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [15] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [16] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [17] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [18] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [19] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [20] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
 [22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
 [23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
 [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [26] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [27] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [28] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [29] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [30] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [31] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [32] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [33] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [36] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [37] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [38] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [39] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [40] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
 [41] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [42] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1400x1050_60+0+0"
(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"
(**) 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 XAccessControlExtension
(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 "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "1400x1050_60_0"

Revision history for this message
Cesare Tirabassi (norsetto) said :
#3

Try removing this option:

Option "metamodes" "1400x1050_60 +0+0; 1400x1050 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"

And adding the "1400x1050" resolution to the list:

Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"

Check with Menu->System->Preferences->Screen Resolution if you can set the proper resolution/refresh rate.

If it still doesn't work, please generate an Xorg.0.log file by starting the xserver with an higher verbose level:

press CTRL+ALT+F1
type "sudo /etc/init.d/gdm stop" OR (if you use KDE) "sudo /etc/init.d/kdm stop"
then "startx -- -verbose 5 -logverbose 5"

then paste the content of the log file here.

Thanks.

Revision history for this message
Roger (haaserd) said :
#4

I followed your instructions, but replaced the 1600x1200 in the Modes line with 1400x1050. But the choices for refresh rate continue to be 50,51,56, and 57. The new Xorg.0.log follows:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux jaguar 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
Build Date: 04 April 2007
 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: Tue May 22 06:10:31 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
 Entry deleted from font path.
(==) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/100dpi/:unscaled,
 /usr/share/fonts/X11/75dpi/:unscaled,
 /usr/share/fonts/X11/Type1,
 /usr/share/fonts/X11/100dpi,
 /usr/share/fonts/X11/75dpi,
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "0"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.3
 X.Org Video Driver: 1.1
 X.Org XInput driver : 0.7
 X.Org Server Extension : 0.3
 X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f0 card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1462,7252 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1462,7252 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 10de,0245 card 1462,7252 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:09:0: chip 10de,0270 card 1462,7252 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0260 card 1462,7252 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1462,7252 rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1462,7252 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1462,7252 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1462,7252 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 1462,7252 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:0f:0: chip 10de,0267 card 1462,7252 rev a1 class 01,01,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:1: chip 10de,026c card 1462,7252 rev a2 class 04,03,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 1462,7252 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 04:07:0: chip 14f1,8800 card 1002,a101 rev 05 class 04,00,00 hdr 80
(II) PCI: 04:07:1: chip 14f1,8801 card 1002,a101 rev 05 class 04,80,00 hdr 80
(II) PCI: 04:07:2: chip 14f1,8802 card 1002,a101 rev 05 class 04,80,00 hdr 80
(II) PCI: 04:08:0: chip 1106,3044 card 1462,252d rev c0 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 4 I/O range:
 [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
 [0] -1 0 0xfb000000 - 0xfebfffff (0x3c00000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,4), 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]
(--) PCI:*(0:5:0) nVidia Corporation C51 PCI Express Bridge rev 162, Mem @ 0xfa000000/24, 0xd0000000/28, 0xf9000000/24, BIOS @ 0xf8fe0000/17
(--) PCI: (4:7:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xfb000000/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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [1] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [2] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [3] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [4] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [5] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [6] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [7] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [8] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [10] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [11] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [15] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [16] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [17] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [18] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [19] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [20] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [22] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [23] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [24] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [27] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [28] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [1] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [2] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [3] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [4] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [5] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [6] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [7] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [8] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [10] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [11] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [13] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [15] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [16] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [17] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [18] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [19] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [20] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [21] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [22] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [23] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [24] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [27] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [28] -1 0 0x00005000 - 0x0000503f (0x40) 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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [5] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [6] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [7] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [8] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [9] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [10] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [11] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [12] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [14] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [15] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [17] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [21] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [22] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [23] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [24] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [25] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [26] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [27] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [28] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [29] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [30] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [31] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [33] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [34] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
 compiled for 7.2.0, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
 compiled for 7.2.0, 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: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
 compiled for 7.2.0, 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: "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.2.0, 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: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.9755
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(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.9755
 Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
 compiled for 7.2.0, module version = 1.1.1
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver 1.0-9755 Mon Feb 26 23:23:13 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) NVIDIA(0): Found 1 NVIDIA X Screens
(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.2.0, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(WW) Warning, couldn't open module wfb
(II) UnloadModule: "wfb"
(EE) Failed to load module "wfb" (module does not exist, 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.2.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 1.1
(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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [5] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [6] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [7] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [8] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [9] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [10] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [11] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [12] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [14] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [15] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [17] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [21] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [22] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [23] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [24] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [25] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [26] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [27] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [28] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [29] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [30] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [31] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [33] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [34] -1 0 0x00005000 - 0x0000503f (0x40) 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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [5] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [6] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [7] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [8] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [9] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [10] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [11] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [12] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [14] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [15] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [17] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [23] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [24] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [25] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [26] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [27] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [28] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [29] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [30] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [31] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [32] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [33] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [34] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [35] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [36] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [37] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
 [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [39] 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): Using HW cursor
(**) NVIDIA(0): Enabling RENDER acceleration
(==) NVIDIA(0): Video key set to default value of 0x101fe
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU Quadro NVS 210S / NVIDIA GeForce 6150LE at
(II) NVIDIA(0): PCI:0:5:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(II) NVIDIA(0): GPU Architecture: 0x40
(II) NVIDIA(0): GPU Implementation: 0x4e
(II) NVIDIA(0): GPU Revision: 0xa2
(--) NVIDIA(0): VideoBIOS: 05.51.28.50.19
(--) NVIDIA(0): Found 2 CRTCs on board
(II) NVIDIA(0): Supported display device(s): CRT-0, DFP-0
(II) NVIDIA(0): Bus detected as Integrated
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): VPES : 1
(II) NVIDIA(0): SPS : 2
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing constraints for : Quadro NVS 210S / NVIDIA
(II) NVIDIA(0): GeForce 6150LE
(II) NVIDIA(0): Maximum mode timing values :
(II) NVIDIA(0): Horizontal Visible Width : 8192
(II) NVIDIA(0): Horizontal Blank Start : 8192
(II) NVIDIA(0): Horizontal Blank Width : 4096
(II) NVIDIA(0): Horizontal Sync Start : 8184
(II) NVIDIA(0): Horizontal Sync Width : 504
(II) NVIDIA(0): Horizontal Total Width : 8224
(II) NVIDIA(0): Vertical Visible Height : 8192
(II) NVIDIA(0): Vertical Blank Start : 8192
(II) NVIDIA(0): Vertical Blank Width : 256
(II) NVIDIA(0): Veritcal Sync Start : 8191
(II) NVIDIA(0): Vertical Sync Width : 15
(II) NVIDIA(0): Vertical Total Height : 8193
(II) NVIDIA(0):
(II) NVIDIA(0): Minimum mode timing values :
(II) NVIDIA(0): Horizontal Total Width : 40
(II) NVIDIA(0): Vertical Total Height : 2
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing alignment :
(II) NVIDIA(0): Horizontal Visible Width : multiples of 8
(II) NVIDIA(0): Horizontal Blank Start : multiples of 8
(II) NVIDIA(0): Horizontal Blank Width : multiples of 8
(II) NVIDIA(0): Horizontal Sync Start : multiples of 8
(II) NVIDIA(0): Horizontal Sync Width : multiples of 8
(II) NVIDIA(0): Horizontal Total Width : multiples of 8
(II) NVIDIA(0):
(--) NVIDIA(0): Connected display device(s) on Quadro NVS 210S / NVIDIA
(--) NVIDIA(0): GeForce 6150LE at PCI:0:5:0:
(--) NVIDIA(0): Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): 310.0 MHz maximum pixel clock
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Native FlatPanel Scaling is
(--) NVIDIA(0): supported
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): DFP modes are not limited to 60 Hz
(--) NVIDIA(0): refresh rate
(--) NVIDIA(0):
(--) NVIDIA(0): --- EDID for Samsung SyncMaster (DFP-0) ---
(--) NVIDIA(0): EDID Version : 1.3
(--) NVIDIA(0): Manufacturer : SAM
(--) NVIDIA(0): Monitor Name : Samsung SyncMaster
(--) NVIDIA(0): Product ID : 540
(--) NVIDIA(0): 32-bit Serial Number : 1212232240
(--) NVIDIA(0): Serial Number String : H9NP106262
(--) NVIDIA(0): Manufacture Date : 2007, week 4
(--) NVIDIA(0): DPMS Capabilities : Active Off
(--) NVIDIA(0): Prefer first detailed timing : Yes
(--) NVIDIA(0): Supports GTF : No
(--) NVIDIA(0): Maximum Image Size : 410mm x 300mm
(--) NVIDIA(0): Valid HSync Range : 30.0 kHz - 81.0 kHz
(--) NVIDIA(0): Valid VRefresh Range : 56 Hz - 75 Hz
(--) NVIDIA(0): EDID maximum pixel clock : 160.0 MHz
(--) NVIDIA(0):
(--) NVIDIA(0): Established Timings:
(--) NVIDIA(0): 640 x 480 @ 60 Hz
(--) NVIDIA(0): 640 x 480 @ 72 Hz
(--) NVIDIA(0): 640 x 480 @ 75 Hz
(--) NVIDIA(0): 800 x 600 @ 56 Hz
(--) NVIDIA(0): 800 x 600 @ 60 Hz
(--) NVIDIA(0): 800 x 600 @ 72 Hz
(--) NVIDIA(0): 800 x 600 @ 75 Hz
(--) NVIDIA(0): 1024 x 768 @ 60 Hz
(--) NVIDIA(0): 1024 x 768 @ 70 Hz
(--) NVIDIA(0): 1024 x 768 @ 75 Hz
(--) NVIDIA(0): 1280 x 1024 @ 75 Hz
(--) NVIDIA(0):
(--) NVIDIA(0): Standard Timings:
(--) NVIDIA(0): 1280 x 960 @ 60 Hz
(--) NVIDIA(0): 1152 x 864 @ 75 Hz
(--) NVIDIA(0): 1280 x 1024 @ 60 Hz
(--) NVIDIA(0):
(--) NVIDIA(0): Detailed Timings:
(--) NVIDIA(0): 1400 x 1050 @ 60 Hz
(--) NVIDIA(0): Pixel Clock : 121.75 MHz
(--) NVIDIA(0): HRes, HSyncStart : 1400, 1488
(--) NVIDIA(0): HSyncEnd, HTotal : 1632, 1864
(--) NVIDIA(0): VRes, VSyncStart : 1050, 1053
(--) NVIDIA(0): VSyncEnd, VTotal : 1057, 1089
(--) NVIDIA(0): H/V Polarity : -/+
(--) NVIDIA(0):
(--) NVIDIA(0): --- End of EDID for Samsung SyncMaster (DFP-0) ---
(--) NVIDIA(0):
(II) NVIDIA(0): Frequency information for Samsung SyncMaster (DFP-0):
(II) NVIDIA(0): HorizSync : 30.000-81.000 kHz
(II) NVIDIA(0): VertRefresh : 56.000-75.000 Hz
(II) NVIDIA(0): (HorizSync from EDID)
(II) NVIDIA(0): (VertRefresh from EDID)
(II) NVIDIA(0):
(II) NVIDIA(0): Native backend timings for Samsung SyncMaster (DFP-0):
(II) NVIDIA(0): 1400 x 1050 @ 60 Hz
(II) NVIDIA(0): Pixel Clock : 121.75 MHz
(II) NVIDIA(0): HRes, HSyncStart : 1400, 1488
(II) NVIDIA(0): HSyncEnd, HTotal : 1632, 1864
(II) NVIDIA(0): VRes, VSyncStart : 1050, 1053
(II) NVIDIA(0): VSyncEnd, VTotal : 1057, 1089
(II) NVIDIA(0): H/V Polarity : -/+
(II) NVIDIA(0):
(II) NVIDIA(0):
(II) NVIDIA(0): --- Modes in ModePool for Samsung SyncMaster (DFP-0) ---
(II) NVIDIA(0): "nvidia-auto-select" : 1400 x 1050 @ 60.0 Hz (from: EDID)
(II) NVIDIA(0): "1400x1050" : 1400 x 1050 @ 74.8 Hz (from: X Server)
(II) NVIDIA(0): "1400x1050_75" : 1400 x 1050 @ 74.8 Hz (from: X Server)
(II) NVIDIA(0): "1400x1050_70" : 1400 x 1050 @ 70.0 Hz (from: X Server)
(II) NVIDIA(0): "1400x1050_60" : 1400 x 1050 @ 60.0 Hz (from: EDID)
(II) NVIDIA(0): "1400x1050_60_0" : 1400 x 1050 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x1024" : 1280 x 1024 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x1024_75" : 1280 x 1024 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x1024_60" : 1280 x 1024 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x960" : 1280 x 960 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x960_60" : 1280 x 960 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x800" : 1280 x 800 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x800_60" : 1280 x 800 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x768" : 1280 x 768 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x768_60" : 1280 x 768 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1152x864" : 1152 x 864 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1152x864_75" : 1152 x 864 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768" : 1024 x 768 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_75" : 1024 x 768 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_70" : 1024 x 768 @ 70.1 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "960x600" : 960 x 600 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "960x600d60" : 960 x 600 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "840x525" : 840 x 525 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "840x525d60" : 840 x 525 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "832x624" : 832 x 624 @ 74.5 Hz (from: X Server)
(II) NVIDIA(0): "832x624_75" : 832 x 624 @ 74.5 Hz (from: X Server)
(II) NVIDIA(0): "800x600" : 800 x 600 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600_75" : 800 x 600 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600d65" : 800 x 600 @ 65.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600d60" : 800 x 600 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x512" : 800 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "800x512d60" : 800 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "720x450" : 720 x 450 @ 60.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "720x450d60" : 720 x 450 @ 60.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x512" : 640 x 512 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x512d75" : 640 x 512 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x512d60" : 640 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x480" : 640 x 480 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480_75" : 640 x 480 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480_73" : 640 x 480 @ 72.8 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480d60" : 640 x 480 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x480_60" : 640 x 480 @ 60.0 Hz (from: VESA, EDID)
(II) NVIDIA(0): "640x400" : 640 x 400 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x400d60" : 640 x 400 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x384" : 640 x 384 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x384d60" : 640 x 384 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "576x432" : 576 x 432 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "576x432d75" : 576 x 432 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384" : 512 x 384 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d75" : 512 x 384 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d70" : 512 x 384 @ 70.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "416x312" : 416 x 312 @ 74.7 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "416x312d75" : 416 x 312 @ 74.7 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300" : 400 x 300 @ 75.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d75" : 400 x 300 @ 75.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d60" : 400 x 300 @ 60.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d56" : 400 x 300 @ 56.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240" : 320 x 240 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d75" : 320 x 240 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d73" : 320 x 240 @ 72.8 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d60" : 320 x 240 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): --- End of ModePool for Samsung SyncMaster (DFP-0): ---
(II) NVIDIA(0):
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Requested modes:
(II) NVIDIA(0): "1400x1050"
(II) NVIDIA(0): "1280x1024"
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): MetaMode "1400x1050":
(II) NVIDIA(0): Bounding Box: [0, 0, 1400, 1050]
(II) NVIDIA(0): Samsung SyncMaster (DFP-0): "1400x1050"
(II) NVIDIA(0): Size : 1400 x 1050
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 1400 x 1050
(II) NVIDIA(0): Position : [0, 0, 1400, 1050]
(II) NVIDIA(0): MetaMode "1280x1024":
(II) NVIDIA(0): Bounding Box: [0, 0, 1280, 1024]
(II) NVIDIA(0): Samsung SyncMaster (DFP-0): "1280x1024"
(II) NVIDIA(0): Size : 1280 x 1024
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 1280 x 1024
(II) NVIDIA(0): Position : [0, 0, 1280, 1024]
(II) NVIDIA(0): MetaMode "1024x768":
(II) NVIDIA(0): Bounding Box: [0, 0, 1024, 768]
(II) NVIDIA(0): Samsung SyncMaster (DFP-0): "1024x768"
(II) NVIDIA(0): Size : 1024 x 768
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 1024 x 768
(II) NVIDIA(0): Position : [0, 0, 1024, 768]
(II) NVIDIA(0): MetaMode "800x600":
(II) NVIDIA(0): Bounding Box: [0, 0, 800, 600]
(II) NVIDIA(0): Samsung SyncMaster (DFP-0): "800x600"
(II) NVIDIA(0): Size : 800 x 600
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 800 x 600
(II) NVIDIA(0): Position : [0, 0, 800, 600]
(II) NVIDIA(0): MetaMode "640x480":
(II) NVIDIA(0): Bounding Box: [0, 0, 640, 480]
(II) NVIDIA(0): Samsung SyncMaster (DFP-0): "640x480"
(II) NVIDIA(0): Size : 640 x 480
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 640 x 480
(II) NVIDIA(0): Position : [0, 0, 640, 480]
(II) NVIDIA(0): Virtual screen size determined to be 1400 x 1050
(II) NVIDIA(0):
(II) NVIDIA(0): Implicitly adding the following modes to X Screen 0 (these
(II) NVIDIA(0): will be available via XRandR and XF86VidMode):
(II) NVIDIA(0):
(II) NVIDIA(0): "nvidia-auto-select" : 1400 x 1050 @ 60.0 Hz
(II) NVIDIA(0): "1400x1050_70" : 1400 x 1050 @ 70.0 Hz
(II) NVIDIA(0): "1400x1050_60_0" : 1400 x 1050 @ 60.0 Hz
(II) NVIDIA(0): "1280x1024_60" : 1280 x 1024 @ 60.0 Hz
(II) NVIDIA(0): "1280x960" : 1280 x 960 @ 60.0 Hz
(II) NVIDIA(0): "1280x800" : 1280 x 800 @ 60.0 Hz
(II) NVIDIA(0): "1280x768" : 1280 x 768 @ 60.0 Hz
(II) NVIDIA(0): "1152x864" : 1152 x 864 @ 75.0 Hz
(II) NVIDIA(0): "1024x768_70" : 1024 x 768 @ 70.1 Hz
(II) NVIDIA(0): "1024x768_60" : 1024 x 768 @ 60.0 Hz
(II) NVIDIA(0): "960x600" : 960 x 600 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "840x525" : 840 x 525 @ 60.1 Hz DoubleScan
(II) NVIDIA(0): "832x624" : 832 x 624 @ 74.5 Hz
(II) NVIDIA(0): "800x600_72" : 800 x 600 @ 72.2 Hz
(II) NVIDIA(0): "800x600d65" : 800 x 600 @ 65.0 Hz DoubleScan
(II) NVIDIA(0): "800x600_60" : 800 x 600 @ 60.3 Hz
(II) NVIDIA(0): "800x600d60" : 800 x 600 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "800x600_56" : 800 x 600 @ 56.2 Hz
(II) NVIDIA(0): "800x512" : 800 x 512 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "720x450" : 720 x 450 @ 60.2 Hz DoubleScan
(II) NVIDIA(0): "640x512" : 640 x 512 @ 75.0 Hz DoubleScan
(II) NVIDIA(0): "640x512d60" : 640 x 512 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "640x480_73" : 640 x 480 @ 72.8 Hz
(II) NVIDIA(0): "640x480d60" : 640 x 480 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "640x480_60" : 640 x 480 @ 60.0 Hz
(II) NVIDIA(0): "640x400" : 640 x 400 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "640x384" : 640 x 384 @ 60.1 Hz DoubleScan
(II) NVIDIA(0): "576x432" : 576 x 432 @ 75.0 Hz DoubleScan
(II) NVIDIA(0): "512x384" : 512 x 384 @ 75.0 Hz DoubleScan
(II) NVIDIA(0): "512x384d70" : 512 x 384 @ 70.1 Hz DoubleScan
(II) NVIDIA(0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan
(II) NVIDIA(0): "416x312" : 416 x 312 @ 74.7 Hz DoubleScan
(II) NVIDIA(0): "400x300" : 400 x 300 @ 75.1 Hz DoubleScan
(II) NVIDIA(0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan
(II) NVIDIA(0): "400x300d60" : 400 x 300 @ 60.3 Hz DoubleScan
(II) NVIDIA(0): "400x300d56" : 400 x 300 @ 56.3 Hz DoubleScan
(II) NVIDIA(0): "320x240" : 320 x 240 @ 75.0 Hz DoubleScan
(II) NVIDIA(0): "320x240d73" : 320 x 240 @ 72.8 Hz DoubleScan
(II) NVIDIA(0): "320x240d60" : 320 x 240 @ 60.0 Hz DoubleScan
(II) NVIDIA(0):
(II) NVIDIA(0): Computing DPI using physical size from Samsung SyncMaster
(II) NVIDIA(0): (DFP-0)'s EDID and first mode to be programmed on Samsung
(II) NVIDIA(0): SyncMaster (DFP-0):
(II) NVIDIA(0): width : 1400 pixels 410 mm (DPI: 86)
(II) NVIDIA(0): height : 1050 pixels 300 mm (DPI: 88)
(--) NVIDIA(0): DPI set to (86, 88); computed from "UseEdidDpi" X config
(--) NVIDIA(0): 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 0xf9000000 - 0xf9ffffff (0x1000000) MX[B]
 [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
 [2] 0 0 0xfa000000 - 0xfaffffff (0x1000000) 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 0xfebff800 - 0xfebfffff (0x800) MX[B]
 [8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
 [9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
 [10] -1 0 0xf8fd7000 - 0xf8fd7fff (0x1000) MX[B]
 [11] -1 0 0xf8fd8000 - 0xf8fdbfff (0x4000) MX[B]
 [12] -1 0 0xf8fdc000 - 0xf8fdcfff (0x1000) MX[B]
 [13] -1 0 0xf8fdd000 - 0xf8fddfff (0x1000) MX[B]
 [14] -1 0 0xf8fdfc00 - 0xf8fdfcff (0x100) MX[B]
 [15] -1 0 0xf8fde000 - 0xf8fdefff (0x1000) MX[B]
 [16] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
 [17] -1 0 0xf8fe0000 - 0xf8ffffff (0x20000) MX[B](B)
 [18] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
 [19] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
 [20] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
 [21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
 [22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
 [23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
 [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [26] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [27] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B]
 [28] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
 [29] -1 0 0x0000c480 - 0x0000c483 (0x4) IX[B]
 [30] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[B]
 [31] -1 0 0x0000c880 - 0x0000c883 (0x4) IX[B]
 [32] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
 [33] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
 [34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
 [35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [36] -1 0 0x0000d480 - 0x0000d483 (0x4) IX[B]
 [37] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
 [38] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
 [39] -1 0 0x00006000 - 0x0000603f (0x40) IX[B]
 [40] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
 [41] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [42] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): kernel module enabled successfully
(II) NVIDIA(0): Memory mapped
(II) NVIDIA(0): Interrupts enabled
(II) NVIDIA(0): Using built-in logo image.
(II) NVIDIA(0): Logo is 744x537 with depth 24.
(II) NVIDIA(0): Setting mode "1400x1050"
(II) NVIDIA(0): DFP-0 assigned CRTC 0
(II) NVIDIA(0): First mode initialized
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Visuals set up
(II) NVIDIA(0): Pixmap depths set up
(II) NVIDIA(0): GLX visuals set up
(II) NVIDIA(0): Framebuffer set up
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): Default colormap initialized.
(II) NVIDIA(0): Palette loaded
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) NVIDIA(0): Screen initialization complete
(==) 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 XAccessControlExtension
(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 "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(**) Option "Device" "/dev/psaux"
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "1400x1050_60_0"

Revision history for this message
Cesare Tirabassi (norsetto) said :
#5

This is very strange indeed. EDID works flawlessy, the driver detects quite a lot of usable mode, chooses as default the 1400x1050@60 Hz and then you don't get it through xrandr!?!?!?
I can only suggests two things:

1) Check with this command:

xrandr -q

what modes are listed. You can select one with the command:

xrandr -s mode

where mode is an integer from the list given by xrandr -q (first column)

If this works than you found a bug in the Gnome applet, if it doesn't work you found a bug in xrandr (either way your behaviour can only be explained by a bug).

2) Check through your monitor what is the actual frequency the monitor is detecting (not very reliable but at least it should give us an idea).

Revision history for this message
Cesare Tirabassi (norsetto) said :
#6

Also an additional little idea to check your refresh rate. If you can set your vsync on, than by running any 3d application which also displays frame rate information you can check what is your vertical refresh rate.
Only caveat, since you have no dri it would have to be a pretty simple application (you must be capped by the refresh rate not by the rendering).

Revision history for this message
Cesare Tirabassi (norsetto) said :
#7

I thought about something else which may also help us to understand if it is really an xrandr problem, or a driver problem (and perhaps if this latter is true also hopefully to solve it).
Can you revert to the open source driver, and see if it exibihit the same behaviour? Your chipset (C 51) should be supported by these drivers.

Revision history for this message
Roger (haaserd) said :
#8

A bit more history that resulted in my installing the nvidia-glx-new driver: I first installed Fedora Core 6 on this PC and it recognized both the graphics card and monitor as generic. The maximum resolution choice was 1280x1024. This worked fine, except the native resolution of my monitor is 1400x1050.

I then installed Kubunto, and the maximum resolution choice with the native drivers was 1024x756. This also worked OK. I tried installing the nvidia-glx driver. This resulted in a black screen during boot. In retrospect, I think this was due to my flaky hardware in digital mode. The screen remains black during boot and sometimes the searching for signal box is displayed on the screen. I can not reproduce this problem at will, but it recovers (usually) by powering the monitor off and on or by powering the system unit off and on. It has not recovered by doing a hardware reset although I have only tried this about 4 times. The failure occurs during a cold boot about 10-20% of the time. It has never happened after a software restart. I think this is a separate issue and intend to swap out the digital cable and/or monitor.

I then installed Ubunto, and the maximum resolution choice using the native drivers was again 1024x756. I then installed the nvidia-glx-new driver bringing me to this point.

Here is some additional info. In digital mode before login, my monitor reports it is running at:
   63.3kHz 60Hz PP
   1400x1050
After login, it reports:
   65.3kHz 60Hz PP
   1400x1050

In analog mode before login, the monitor reports:
   81.3kHz 75Hz PP
After login:
   64.7kHz 60Hz PP
A curiosity, no resolution is reported in analog mode. Before login the screen is shifted right about 200 pixels and about of the hide-all-windows icon is missing. After login, none of the hide-all-windows icon is visible. The screen shift to the right problem is gone, but I think I fixed this a while back by shifting the screen left manually.

The results of the xrandr -q command are shown below. The results are the same in both digital and analog mode. The 50 55 56 *57 refresh values disagree with my early notes that say my choices were 50 51 56 57 in the System>Preference>Screen Resolution:

'''
 SZ: Pixels Physical Refresh
*0 1400 x 1050 ( 413mm x 303mm ) 50 55 56 *57
 1 1280 x 1024 ( 378mm x 295mm ) 51 58
 2 1024 x 768 ( 302mm x 221mm ) 52 63 64
 3 800 x 600 ( 236mm x 173mm ) 53 68 69 70 71 72
 4 640 x 480 ( 189mm x 138mm ) 54 77 78 79
 5 1280 x 960 ( 378mm x 277mm ) 59
 6 1280 x 800 ( 378mm x 230mm ) 60
 7 1280 x 768 ( 378mm x 221mm ) 61
 8 1152 x 864 ( 340mm x 249mm ) 62
 9 960 x 600 ( 283mm x 173mm ) 65
 10 840 x 525 ( 248mm x 151mm ) 66
 11 832 x 624 ( 245mm x 180mm ) 67
 12 800 x 512 ( 236mm x 147mm ) 73
 13 720 x 450 ( 212mm x 129mm ) 74
 14 640 x 512 ( 189mm x 147mm ) 75 76
 15 640 x 400 ( 189mm x 115mm ) 80
 16 640 x 384 ( 189mm x 110mm ) 81
 17 576 x 432 ( 170mm x 124mm ) 82
 18 512 x 384 ( 151mm x 110mm ) 83 84 85
 19 416 x 312 ( 122mm x 90mm ) 86
 20 400 x 300 ( 118mm x 86mm ) 87 88 89 90
 21 320 x 240 ( 94mm x 69mm ) 91 92 93
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
'''

After doing a xrandr -s 1 in analog mode, my monitor display is normal and the monitor reports:
   79.5kHz 75Hz PP
   1280x1024
Going back to the first choice with a xrandr -s 0, the display is shifted right and the hide-all-windows icon is missing:
   81.3kHz 75Hz PP
Note the resolution is missing again when set to 1400x1050 in analog mode.

In digital mode, after xrandr -s 1, the monitor reports:
   79.9kHz 75Hz PP
   1280x1024
Then after xrandr -s 0, the monitor reports:
   65.3kHz 60Hz PP
   1400x1050
Both of the digital displays are normal.

Executing the xrandr -q command displays the same results, except *50 is indicated as the current vertical refresh rate. I also see 50 as the current choice when I do the System>Preference>Screen Resolution.

Revision history for this message
Cesare Tirabassi (norsetto) said :
#9

I would still check with the open source driver. You shouldn't need to install anything, just change the "nvidia" in "nv"in the driver section.

Revision history for this message
Roger (haaserd) said :
#10

The "nv" drivers are an improvement. In digital mode, the refresh rates displayed by the monitor, xrandr, and System>Preferences>Screen Resolution are consistent with 60 Hz being the only choice at a resolution of 1400x1050. Analog mode still has problems.

My /etc/X11/xorg.conf:

'''
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Mon Feb 26 23:39:38 PST 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"
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" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "nv"
    VendorName "NVIDIA Corporation"
    BoardName "Quadro NVS 210S / NVIDIA GeForce 6150LE"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
# Option "metamodes" "1400x1050_60 +0+0; 1400x1050 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection "Display"
        Depth 24
        Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
'''

The output of xrandr -q in digital mode:

'''
 SZ: Pixels Physical Refresh
*0 1400 x 1050 ( 474mm x 356mm ) *60
 1 1280 x 1024 ( 474mm x 356mm ) 60
 2 1024 x 768 ( 474mm x 356mm ) 75 70 60
 3 800 x 600 ( 474mm x 356mm ) 75 72 60 56
 4 640 x 480 ( 474mm x 356mm ) 75 73 60
 5 1280 x 960 ( 474mm x 356mm ) 60
 6 1280 x 800 ( 474mm x 356mm ) 60
 7 1152 x 864 ( 474mm x 356mm ) 75
 8 1280 x 768 ( 474mm x 356mm ) 60
 9 832 x 624 ( 474mm x 356mm ) 75
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
'''

My monitor information output in digital mode:
   65.3kHz 60Hz PP
   1400x1050

In analog mode, the output of xrandr -q shows many more choices:

'''
 SZ: Pixels Physical Refresh
*0 1400 x 1050 ( 474mm x 356mm ) *75 70 60
 1 1280 x 1024 ( 474mm x 356mm ) 75 60
 2 1024 x 768 ( 474mm x 356mm ) 75 70 60
 3 800 x 600 ( 474mm x 356mm ) 75 72 65 60 56
 4 640 x 480 ( 474mm x 356mm ) 75 73 60
 5 1280 x 960 ( 474mm x 356mm ) 60
 6 1280 x 800 ( 474mm x 356mm ) 60
 7 1152 x 864 ( 474mm x 356mm ) 75
 8 1280 x 768 ( 474mm x 356mm ) 60
 9 960 x 600 ( 474mm x 356mm ) 60
 10 832 x 624 ( 474mm x 356mm ) 75
 11 840 x 525 ( 474mm x 356mm ) 60
 12 700 x 525 ( 474mm x 356mm ) 75 70 60
 13 640 x 512 ( 474mm x 356mm ) 75 60
 14 720 x 450 ( 474mm x 356mm ) 60
 15 640 x 400 ( 474mm x 356mm ) 60
 16 576 x 432 ( 474mm x 356mm ) 75
 17 640 x 384 ( 474mm x 356mm ) 60
 18 512 x 384 ( 474mm x 356mm ) 75 70 60
 19 416 x 312 ( 474mm x 356mm ) 75
 20 400 x 300 ( 474mm x 356mm ) 75 72 60 56
 21 320 x 240 ( 474mm x 356mm ) 75 73 60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
'''

While xrandr was reporting a 75 refresh rate, the monitor information panel was reporting 69:
   75.3kHz 69Hz PP
No resolution was reported, display is shifted right.

After selecting a refresh rate of 60 in System>Preferences>Screen Resolution, the monitor information reported:
   59.9kHz 55Hz PP
No resolution reported, display still does not show hide-all-windows icon.

Revision history for this message
Best Cesare Tirabassi (norsetto) said :
#11

OK, seems like there is some improvement needed in the NVIDIA proprietary drivers then. You may want to report this to NVIDIA?
The analog display shift can be solved by either using your OSD or by fine tuning with xvidtune.
In the latter case you may want to save your modeline for later permanent incorporation in xorg.conf (use xvidtune -show and paste the given modeline to your monitor section).

Revision history for this message
Roger (haaserd) said :
#12

Thanks Cesare Tirabassi, that solved my question.