Bug 3768 - Screen artifacts using nv driver when acceleration is enabled
Summary: Screen artifacts using nv driver when acceleration is enabled
Status: RESOLVED DUPLICATE of bug 4805
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nVidia (open) (show other bugs)
Version: 6.8.99.9
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 04:03 UTC by Daniel Stone
Modified: 2007-07-15 00:53 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description FreeDesktop Bugzilla Database Corruption Fix User 2005-07-14 04:03:48 UTC
I see screen artifacts while using this version unless I use  Option "noaccel".
Driver is "nv"

Output from lspci:

01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200]
(rev a1)

xorg.conf
---------


 XFree86 4 configuration created by pyxf86config
                                                                                
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
                                                                                
Section "Files"
                                                                                
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection
                                                                                
Section "Module"


    Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection
                                                                                
Section "InputDevice"
                                                                                
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
                                                                                
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection
                                                                                
Section "InputDevice"
        Identifier  "Mouse0"



   Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection
                                                                                
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 70.0
        Option      "dpms"
EndSection
                                                                                
Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce FX (generic)"
        Option "noaccel"
EndSection
                                                                                
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
 EndSubSection
EndSection
                                                                                
Section "DRI"
        Group        0
        Mode         0666
EndSection

------------------

This is a pre-release version of the The X.Org Foundation X11.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the The X.Org Foundation "monolithic tree" CVS
repository hosted at http://www.freedesktop.org/Software/xorg/
X Window System Version 6.8.99.14 (Fedora Core 5: 6.8.99.14-2)
Release Date: 03 July 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.14
Build Operating System: Linux 2.6.9-1.906_ELsmp i686 [ELF]
Current Operating System: Linux ws-013 2.6.12-1.1426_FC5 #1 Sun Jul 10 16:32:13
EDT 2005 i686
Build Date: 13 July 2005
Build Host: tweety.build.redhat.com
  
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-1.1426_FC5 (bhcompile@bugs.build.redhat.com)
(gcc version 4.0.1 20050707 (Red Hat 4.0.1-1)) #1 Sun Jul 10 16:32:13 EDT 2005
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: Wed Jul 13 22:48:23 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7
 
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db car(II) PCI: 00:1f:2: chip 8086,24d1 card
1028,0151 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 10de,0192 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfd000000 - 0xfeafffff (0x1b00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
d 1028,0151 rev 02 class 01,01,8a hdr 00
     [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfcf00000 - 0xfcffffff (0x100000) MX[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 NV34 [GeForce FX 5200] rev 161, Mem @
0xfd000000/24, 0xf0000000/27, BIOS @ 0xfe000000/17
(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       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xf0000000 to 0xe7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [1] -1  0       0xfebff900 - 0xfebff9f [2] -1  0       0xfebffa00 -
0xfebffbf0 (0x1f1) MX[B]
        [3] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [4] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [5] -1  0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [6] -1  0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [7] -1  0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [8] -1  0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [9] -1  0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [10] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [11] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [12] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [13] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [14] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [15] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [16] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [17] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [18] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [23] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [24] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
0 (0xf1) MX[B]
  [25] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [26] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [1] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [2] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [3] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [4] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [5] -1  0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [6] -1  0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [7] -1  0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [8] -1  0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [9] -1  0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [10] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [11] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [12] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [13] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [14] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [15] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [16] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [17] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [18] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
[20] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [23] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [24] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [25] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [26] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [6] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]

 [7] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [8] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [9] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [10] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [11] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [17] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [18] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [19] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [20] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [21] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [22] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [23] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [24] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [25] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [26] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [27] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [28] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [29] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
:  [30] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [31] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [32] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [33] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 0.0.2
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.99.14, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4

(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundati  Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,on"

GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
        GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
        Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
        GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
        GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700,
        GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra,
        GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345,
        GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B,
        Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra,
        GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, 0x0049,
        Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE,
        GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, 0x00CD,
        Quadro FX 1400, GeForce 6600 GT, GeForce 6600, 0x0142, 0x0143,
 GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, 0x0147,
        GeForce Go 6600, 0x0149, 0x014B, 0x014C, 0x014D, Quadro FX 540,
        GeForce 6200, 0x0160, GeForce 6200 TurboCache(TM), 0x0162, 0x0163,
        GeForce Go 6200, 0x0163, GeForce Go 6250, GeForce Go 6200,
        GeForce Go 6250, 0x0169, 0x016B, 0x016C, 0x016D, 0x016E, 0x0210,
        GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, 0x0220, 0x0221,
        0x0222, 0x0228
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce FX 5200 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [6] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [7] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [8] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [9] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [10] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [11] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
[12] -1 0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [17] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [18] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [19] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [20] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [21] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [22] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [23] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [24] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [25] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [26] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [27] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [28] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [29] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [30] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [31] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [32] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [33] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(WW) ****INVALID MEM ALLOCATION**** b: 0xf0000000 e: 0xf8000000 correcting^G
:(II) window:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) resSize:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) window fixed:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) resource ranges after probing:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [1] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [7] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [8] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [9] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [10] -1 0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [11] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [12] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [20] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [21] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [22] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [23] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [24] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [25] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [26] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [27] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [28] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [29] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [30] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [31] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [34] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [35] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [36] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(**) NV(0): Option "NoAccel"
(==) NV(0): Using HW cursor
(**) NV(0): Acceleration disabled
(--) NV(0): Linear framebuffer at 0xF0000000
(--) NV(0): MMIO registers at 0xFD000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...found one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
:
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: DEL  Model: 4004  Serial#: 1110652984
(II) NV(0): Year: 2004  Week: 35
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate  Composite  SyncOnGreen
(II) NV(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): Default color space is primary color space
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.610
(II) NV(0): blueX: 0.140 blueY: 0.070   whiteX: 0.310 whiteY: 0.330
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@75Hz

(II) NV(0): 1280x1024@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) NV(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688
h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066
v_border: 0
(II) NV(0): Serial No: W491648PB388
(II) NV(0): Monitor name: DELL 1704FPT
(II) NV(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 81 kHz, PixClock
max 140 MHz
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file vrefresh range 50-70Hz not within DDC vrefresh ranges.
(II) NV(0): Monitor0: Using hsync range of 31.50-37.90 kHz
(II) NV(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz

II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x960,Monitor0) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 261MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 288MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(WW) (928x696,Monitor0) mode clock 144MHz exceeds DDC maximum 140MHz

(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 297MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Monitor0) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "832x624" (hsync out of range)
(II) NV(0): Not using default mode "416x312" (hsync out of range)
(II) NV(0): Not using default mode "1152x768" (hsync out of range)
(II) NV(0): Not using default mode "576x384" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 341.35MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Monitor0) mode clock 170.675MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 340.48MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,Monitor0) mode clock 170.24MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(WW) (1024x768,Monitor0) mode clock 194.02MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "848x480" (hsync out of range)
(II) NV(0): Not using default mode "424x240" (hsync out of range)
(II) NV(0): Not using default mode "848x480" (vrefresh out of range)
(II) NV(0): Not using default mode "424x240" (vrefresh out of range)
(II) NV(0): Not using default mode "848x480" (hsync out of range)
(II) NV(0): Not using default mode "424x240" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)

(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 145.06MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 179.26MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 147.14MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 173.83MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 188.07MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 214.51MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 193.16MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 228.02MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 246.59MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 282.74MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(WW) (960x600,Monitor0) mode clock 141.37MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (2560x1600,Monitor0) mode clock 348.16MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2560x1600" (hsync out of range)
(WW) (1280x800,Monitor0) mode clock 174.08MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(WW) (1280x800,Monitor0) mode clock 205.13MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(WW) (1280x800,Monitor0) mode clock 221.44MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(WW) (1280x800,Monitor0) mode clock 253.615MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "848x480" (width too large for virtual size)
(--) NV(0): Virtual size is 800x600 (pitch 800)
(**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync
+vsync
(**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync
-vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync
+vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312
doublescan +hsync +vsync
(**) NV(0):  Default mode "424x240": 18.8 MHz, 35.0 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "424x240"   18.76  424 436 480 536  240 240 242 250 double
can -hsync +vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262
doublescan -hsync -vsync
(--) NV(0): Display dimensions: (340, 270) mm
(--) NV(0): DPI set to (59, 56)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf0000000 - 0xf8000000 (0x8000001) MX[B]
        [1] 0   0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B]
     [2] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [9] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [10] -1 0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [11] -1 0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [12] -1 0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [13] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [14] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [15] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [22] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [23] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [24] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
  
  [25] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [26] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [27] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [28] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [29] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [30] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [31] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [32] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [33] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [34] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [35] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [36] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [37] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [38] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
        [39] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [40] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xf0000000,0x8000000)
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) 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 LBX
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"

(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) 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
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
SetGrabKeysState - disabled

(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) 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
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
SetGrabKeysState - disabled









:
Comment 1 Steve Harris 2005-07-29 02:16:20 UTC
This also happens on my GeForce Go 6600 TE (TurboCache) in a Sony Vaio S4XP,
using  6.8.2-37 from Fedora Core 4. The screen corruption only happens after I
have been using the server for an hour or so, depending on usage.

Using noaccel makes it unusably slow, but
Option "XaaNoPixmapCache"
appears to fix it and doesnt have a such an impact on performance.
Comment 2 Alan Coopersmith 2005-10-09 00:36:56 UTC
Original bug reporter e-mail and comments lost in bugzilla disk death.
xorg-team archives show:

           Summary: Screen artifacts using nv driver when acceleration is
                    enabled
           Product: xorg
           Version: 6.8.99.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Driver/nVidia (open)
        AssignedTo: xorg-team at lists.x.org
        ReportedBy: sundaram at redhat.com


I see screen artifacts while using this version unless I use  Option "noaccel".
Driver is "nv"

Output from lspci:

01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200]
(rev a1)

xorg.conf
---------


 XFree86 4 configuration created by pyxf86config
                                                                                
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
                                                                                
Section "Files"
                                                                                
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection
                                                                                
Section "Module"


    Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection
                                                                                
Section "InputDevice"
                                                                                
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
                                                                                
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection
                                                                                
Section "InputDevice"
        Identifier  "Mouse0"



   Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection
                                                                                
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 70.0
        Option      "dpms"
EndSection
                                                                                
Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce FX (generic)"
        Option "noaccel"
EndSection
                                                                                
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
 EndSubSection
EndSection
                                                                                
Section "DRI"
        Group        0
        Mode         0666
EndSection

------------------

This is a pre-release version of the The X.Org Foundation X11.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the The X.Org Foundation "monolithic tree" CVS
repository hosted at http://www.freedesktop.org/Software/xorg/
X Window System Version 6.8.99.14 (Fedora Core 5: 6.8.99.14-2)
Release Date: 03 July 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.14
Build Operating System: Linux 2.6.9-1.906_ELsmp i686 [ELF]
Current Operating System: Linux ws-013 2.6.12-1.1426_FC5 #1 Sun Jul 10 16:32:13
EDT 2005 i686
Build Date: 13 July 2005
Build Host: tweety.build.redhat.com
  
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-1.1426_FC5 (bhcompile at bugs.build.redhat.com)
(gcc version 4.0.1 20050707 (Red Hat 4.0.1-1)) #1 Sun Jul 10 16:32:13 EDT 2005
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: Wed Jul 13 22:48:23 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7
 
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db car(II) PCI: 00:1f:2: chip 8086,24d1 card
1028,0151 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 10de,0192 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfd000000 - 0xfeafffff (0x1b00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
d 1028,0151 rev 02 class 01,01,8a hdr 00
     [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfcf00000 - 0xfcffffff (0x100000) MX[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 NV34 [GeForce FX 5200] rev 161, Mem @
0xfd000000/24, 0xf0000000/27, BIOS @ 0xfe000000/17
(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       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xf0000000 to 0xe7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [1] -1  0       0xfebff900 - 0xfebff9f [2] -1  0       0xfebffa00 -
0xfebffbf0 (0x1f1) MX[B]
        [3] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [4] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [5] -1  0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [6] -1  0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [7] -1  0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [8] -1  0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [9] -1  0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [10] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [11] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [12] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [13] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [14] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [15] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [16] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [17] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [18] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [23] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [24] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
0 (0xf1) MX[B]
  [25] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [26] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [1] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [2] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [3] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [4] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [5] -1  0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [6] -1  0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [7] -1  0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [8] -1  0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [9] -1  0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [10] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [11] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [12] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [13] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [14] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [15] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [16] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [17] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [18] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
[20] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [23] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [24] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [25] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [26] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [6] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]

 [7] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [8] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [9] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [10] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [11] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [17] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [18] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [19] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [20] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [21] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [22] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [23] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [24] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [25] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [26] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [27] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [28] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [29] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
:  [30] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [31] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [32] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [33] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 0.0.2
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.99.14, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4

(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundati  Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,on"

GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
        GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
        Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
        GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
        GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700,
        GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra,
        GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345,
        GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B,
        Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra,
        GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, 0x0049,
        Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE,
        GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, 0x00CD,
        Quadro FX 1400, GeForce 6600 GT, GeForce 6600, 0x0142, 0x0143,
 GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, 0x0147,
        GeForce Go 6600, 0x0149, 0x014B, 0x014C, 0x014D, Quadro FX 540,
        GeForce 6200, 0x0160, GeForce 6200 TurboCache(TM), 0x0162, 0x0163,
        GeForce Go 6200, 0x0163, GeForce Go 6250, GeForce Go 6200,
        GeForce Go 6250, 0x0169, 0x016B, 0x016C, 0x016D, 0x016E, 0x0210,
        GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, 0x0220, 0x0221,
        0x0222, 0x0228
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce FX 5200 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [6] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [7] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [8] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [9] -1  0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [10] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [11] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
[12] -1 0       0xf0000000 - 0xf8000000 (0x8000001) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [17] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [18] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [19] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [20] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [21] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [22] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [23] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [24] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [25] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [26] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [27] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [28] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [29] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [30] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [31] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [32] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [33] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
(WW) ****INVALID MEM ALLOCATION**** b: 0xf0000000 e: 0xf8000000 correcting^G
:(II) window:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) resSize:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) window fixed:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) resource ranges after probing:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [1] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [7] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [8] -1  0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [9] -1  0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [10] -1 0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [11] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [12] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [20] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [21] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [22] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
        [23] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [24] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [25] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [26] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [27] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [28] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [29] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [30] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [31] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [33] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [34] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [35] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [36] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(**) NV(0): Option "NoAccel"
(==) NV(0): Using HW cursor
(**) NV(0): Acceleration disabled
(--) NV(0): Linear framebuffer at 0xF0000000
(--) NV(0): MMIO registers at 0xFD000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...found one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
:
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: DEL  Model: 4004  Serial#: 1110652984
(II) NV(0): Year: 2004  Week: 35
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate  Composite  SyncOnGreen
(II) NV(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): Default color space is primary color space
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.610
(II) NV(0): blueX: 0.140 blueY: 0.070   whiteX: 0.310 whiteY: 0.330
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400 at 70Hz
(II) NV(0): 640x480 at 60Hz
(II) NV(0): 640x480 at 75Hz
(II) NV(0): 800x600 at 60Hz
(II) NV(0): 800x600 at 75Hz
(II) NV(0): 1024x768 at 60Hz
(II) NV(0): 1024x768 at 75Hz

(II) NV(0): 1280x1024 at 75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) NV(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688
h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066
v_border: 0
(II) NV(0): Serial No: W491648PB388
(II) NV(0): Monitor name: DELL 1704FPT
(II) NV(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 81 kHz, PixClock
max 140 MHz
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file vrefresh range 50-70Hz not within DDC vrefresh ranges.
(II) NV(0): Monitor0: Using hsync range of 31.50-37.90 kHz
(II) NV(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz

II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x960,Monitor0) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 261MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 288MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(WW) (928x696,Monitor0) mode clock 144MHz exceeds DDC maximum 140MHz

(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 297MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Monitor0) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "832x624" (hsync out of range)
(II) NV(0): Not using default mode "416x312" (hsync out of range)
(II) NV(0): Not using default mode "1152x768" (hsync out of range)
(II) NV(0): Not using default mode "576x384" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 341.35MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,Monitor0) mode clock 170.675MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 340.48MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1024x768,Monitor0) mode clock 170.24MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(WW) (1024x768,Monitor0) mode clock 194.02MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "848x480" (hsync out of range)
(II) NV(0): Not using default mode "424x240" (hsync out of range)
(II) NV(0): Not using default mode "848x480" (vrefresh out of range)
(II) NV(0): Not using default mode "424x240" (vrefresh out of range)
(II) NV(0): Not using default mode "848x480" (hsync out of range)
(II) NV(0): Not using default mode "424x240" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)

(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 145.06MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,Monitor0) mode clock 179.26MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 147.14MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 173.83MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 188.07MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(WW) (1680x1050,Monitor0) mode clock 214.51MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1680x1050" (hsync out of range)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (hsync out of range)
(II) NV(0): Not using default mode "640x360" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(II) NV(0): Not using default mode "1280x768" (hsync out of range)
(II) NV(0): Not using default mode "640x384" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 193.16MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 228.02MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 246.59MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,Monitor0) mode clock 282.74MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(WW) (960x600,Monitor0) mode clock 141.37MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (2560x1600,Monitor0) mode clock 348.16MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "2560x1600" (hsync out of range)
(WW) (1280x800,Monitor0) mode clock 174.08MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(WW) (1280x800,Monitor0) mode clock 205.13MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(WW) (1280x800,Monitor0) mode clock 221.44MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(WW) (1280x800,Monitor0) mode clock 253.615MHz exceeds DDC maximum 140MHz
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "848x480" (width too large for virtual size)
(--) NV(0): Virtual size is 800x600 (pitch 800)
(**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync
+vsync
(**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync
-vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync
+vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314
doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312
doublescan +hsync +vsync
(**) NV(0):  Default mode "424x240": 18.8 MHz, 35.0 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "424x240"   18.76  424 436 480 536  240 240 242 250 double
can -hsync +vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262
doublescan -hsync -vsync
(--) NV(0): Display dimensions: (340, 270) mm
(--) NV(0): DPI set to (59, 56)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.99.14, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf0000000 - 0xf8000000 (0x8000001) MX[B]
        [1] 0   0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B]
     [2] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [3] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [4] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [5] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [6] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [7] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [8] -1  0       0xfcfe0000 - 0xfcfffff0 (0x1fff1) MX[B]
        [9] -1  0       0xfebff900 - 0xfebff9f0 (0xf1) MX[B]
        [10] -1 0       0xfebffa00 - 0xfebffbf0 (0x1f1) MX[B]
        [11] -1 0       0xfebffc00 - 0xfebffff0 (0x3f1) MX[B]
        [12] -1 0       0xffa80800 - 0xffa80bf0 (0x3f1) MX[B]
        [13] -1 0       0xe8000000 - 0xe7ffffff (0x0) MX[B]O
        [14] -1 0       0xfe000000 - 0xfe020000 (0x20001) MX[B](B)
        [15] -1 0       0xfd000000 - 0xfdfffff0 (0xfffff1) MX[B](B)
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000df40 - 0x0000df80 (0x41) IX[B]
        [22] -1 0       0x0000edc0 - 0x0000ee00 (0x41) IX[B]
        [23] -1 0       0x0000ee00 - 0x0000ef00 (0x101) IX[B]
        [24] -1 0       0x0000eda0 - 0x0000edc0 (0x21) IX[B]
  
  [25] -1 0       0x0000fea0 - 0x0000feb0 (0x11) IX[B]
        [26] -1 0       0x0000fe30 - 0x0000fe30 (0x1) IX[B]
        [27] -1 0       0x0000fe20 - 0x0000fe20 (0x1) IX[B]
        [28] -1 0       0x0000fe10 - 0x0000fe10 (0x1) IX[B]
        [29] -1 0       0x0000fe00 - 0x0000fe00 (0x1) IX[B]
        [30] -1 0       0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]
        [31] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [32] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [33] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [34] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [35] -1 0       0x0000ff20 - 0x0000ff40 (0x21) IX[B]
        [36] -1 0       0x0000ff40 - 0x0000ff60 (0x21) IX[B]
        [37] -1 0       0x0000ff60 - 0x0000ff80 (0x21) IX[B]
        [38] -1 0       0x0000ff80 - 0x0000ffa0 (0x21) IX[B]
        [39] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [40] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xf0000000,0x8000000)
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) 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 LBX
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"

(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) 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
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
SetGrabKeysState - disabled

(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) 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
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
SetGrabKeysState - disabled
Comment 3 Daniel Stone 2007-02-27 01:27:18 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 4 Aaron Plattner 2007-07-15 00:53:09 UTC
This sounds like bug 4805.  Please reopen if it's still a problem.

*** This bug has been marked as a duplicate of bug 4805 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.