I'm trying to setup a dual card/monitor system.  I'm running RH 7.2 with 
a GeForce3 AGP card and GeForce2 PCI card.  I can run either 
individually (the PCI card works fine once the AGP card is taken out), 
but can't get both to work simultaneously -- the second monitor (driven 
by the PCI card) never lights up.

I'm currently using the nv drivers (though I have tried the nvidia 2314 
drivers).  I've played around with XFree86 -configure, which configures 
a dual-headed system, but even that fails to light up the second 
monitor.  The log file doesn't have anything obvious, from what I can 
tell, X believes it's displaying to the second monitor...

I've attached both my XF86Config-4 and XFree86.0.log.  Any help would be 
greatly appreciated!!!



# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen         "Screen0"
        Screen         "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# 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.

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# 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.

    FontPath   "unix/:7100"

EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
        Load "pex5"
        Load "dri"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"

#       Option  "AutoRepeat"    "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#       Option  "Protocol"      "Xqueue"

# 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:nocaps"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc104"
        Option  "XkbLayout"     "us"
        Option  "XkbVariant"    "basic"
        #Option "XkbOptions"    ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Samsung"
        ModelName    "SyncMaster 1200NF"
        HorizSync   30-121
        VertRefresh 50-185
        Option "dpms"
EndSection

Section "Device"
        # no known options
        Identifier   "AGP"
        Driver       "nv"
        BoardName    "NVIDIA GeForce 3"
        BusID        "PCI:1:5:0"
EndSection

Section "Device"
        # no known options
        Identifier   "PCI"
        Driver       "nv"
        BoardName    "NVIDIA GeForce 2"
        BusID        "PCI:0:9:0"
        VideoRam     65536
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "AGP"
        Monitor      "Monitor0"
        DefaultDepth    24

        Subsection "Display"
                Depth       24
                Modes       "1600x1200" 
        EndSubsection
EndSection

Section "Screen"
        Identifier   "Screen1"
        Device       "PCI"
        Monitor      "Monitor0"
        DefaultDepth    24

        Subsection "Display"
                Depth       24
                Modes       "1600x1200" 
        EndSubsection
EndSection

Section "DRI"
        Mode 0666
EndSection

XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF] 
Build Host: stripples.devel.redhat.com
 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Jan  1 12:08:53 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Anaconda Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "AGP"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "PCI"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbVariant" "basic"
(**) XKB: variant: "basic"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.4
        XFree86 XInput driver : 0.2
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000800c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700c card 0000,0000 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700d card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1022,7410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7411 card 0000,0000 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,7413 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:07:4: chip 1022,7414 card 0000,0000 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:09:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 00:0d:0: chip 9005,00cf card 10f1,2462 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0d:1: chip 9005,00cf card 10f1,2462 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0f:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 10de,0200 card 10b0,064e rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xea000000 - 0xeaffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xf8000000 - 0xfc0fffff (0x4100000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:9:0) NVidia GeForce2 MX rev 178, Mem @ 0xe9000000/24, 0xf0000000/27
(--) PCI:*(1:5:0) NVidia GeForce3 rev 163, Mem @ 0xea000000/24, 0xf8000000/26, 
0xfc000000/19
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xe8003400 - 0xe800347f (0x80) MX[B]
        [1] -1  0xe8003000 - 0xe800307f (0x80) MX[B]
        [2] -1  0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [3] -1  0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [4] -1  0xec000000 - 0xefffffff (0x4000000) MX[B]
        [5] -1  0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [6] -1  0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [7] -1  0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [8] -1  0x00001880 - 0x000018ff (0x80) IX[B]
        [9] -1  0x00001800 - 0x0000187f (0x80) IX[B]
        [10] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [12] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [13] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [14] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [15] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [1] -1  0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe8003400 - 0xe800347f (0x80) MX[B]
        [1] -1  0xe8003000 - 0xe800307f (0x80) MX[B]
        [2] -1  0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [3] -1  0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [4] -1  0xec000000 - 0xefffffff (0x4000000) MX[B]
        [5] -1  0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [6] -1  0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [7] -1  0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [8] -1  0x00001880 - 0x000018ff (0x80) IX[B]
        [9] -1  0x00001800 - 0x0000187f (0x80) IX[B]
        [10] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [12] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [13] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [14] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [15] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [1] -1  0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000dbfff (0x1c000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000dbfff (0x1c000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe8003400 - 0xe800347f (0x80) MX[B]
        [6] -1  0xe8003000 - 0xe800307f (0x80) MX[B]
        [7] -1  0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [8] -1  0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [9] -1  0xec000000 - 0xefffffff (0x4000000) MX[B]
        [10] -1 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [12] -1 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [14] -1 0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x00001880 - 0x000018ff (0x80) IX[B]
        [18] -1 0x00001800 - 0x0000187f (0x80) IX[B]
        [19] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [20] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [21] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [22] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [23] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [24] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "pex5"
(II) Reloading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Loading extension X3D-PEX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.2
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
        RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta),
        RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR,
        Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra,
        Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR,
        GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2),
        GeForce3 (rev 3)
(II) Primary Device is: PCI 01:05:0
(--) Chipset GeForce2 MX found
(--) Chipset GeForce3 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000dbfff (0x1c000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe8003400 - 0xe800347f (0x80) MX[B]
        [6] -1  0xe8003000 - 0xe800307f (0x80) MX[B]
        [7] -1  0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [8] -1  0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [9] -1  0xec000000 - 0xefffffff (0x4000000) MX[B]
        [10] -1 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [12] -1 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [14] -1 0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x00001880 - 0x000018ff (0x80) IX[B]
        [18] -1 0x00001800 - 0x0000187f (0x80) IX[B]
        [19] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [20] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [21] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [22] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [23] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [24] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000dbfff (0x1c000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe8003400 - 0xe800347f (0x80) MX[B]
        [6] -1  0xe8003000 - 0xe800307f (0x80) MX[B]
        [7] -1  0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [8] -1  0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [9] -1  0xec000000 - 0xefffffff (0x4000000) MX[B]
        [10] -1 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [12] -1 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [14] -1 0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0x00001880 - 0x000018ff (0x80) IX[B]
        [18] -1 0x00001800 - 0x0000187f (0x80) IX[B]
        [19] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [20] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [21] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [22] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [23] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [24] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000dbfff (0x1c000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe8003400 - 0xe800347f (0x80) MX[B]
        [6] -1  0xe8003000 - 0xe800307f (0x80) MX[B]
        [7] -1  0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [8] -1  0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [9] -1  0xec000000 - 0xefffffff (0x4000000) MX[B]
        [10] -1 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [12] -1 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [13] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [14] -1 0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [15] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
        [19] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [20] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [21] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0x00001880 - 0x000018ff (0x80) IX[B]
        [24] -1 0x00001800 - 0x0000187f (0x80) IX[B]
        [25] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [26] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [27] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [28] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [29] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [30] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
        [31] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [32] 0  0x000003c0 - 0x000003df (0x20) IS[B]
        [33] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
        [34] 1  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce3"
(**) 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.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xF8000000
(--) NV(0): MMIO registers at 0xEA000000
(--) NV(0): VideoRAM: 65536 kBytes
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.4
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor0: Using hsync range of 30.00-121.00 kHz
(II) NV(0): Monitor0: Using vrefresh range of 50.00-185.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(--) NV(0): Virtual size is 1600x1200 (pitch 1600)
(**) NV(0): Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) NV(0): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 
+hsync +vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) NV(1): Initializing int10
(EE) NV(1): Cannot read V_BIOS
(--) NV(1): Chipset: "GeForce2 MX"
(**) NV(1): Depth 24, (--) framebuffer bpp 32
(==) NV(1): RGB weight 888
(==) NV(1): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(==) NV(1): Using HW cursor
(--) NV(1): Linear framebuffer at 0xF0000000
(--) NV(1): MMIO registers at 0xE9000000
(**) NV(1): VideoRAM: 65536 kBytes
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) NV(1): I2C bus "DDC" initialized.
(II) NV(1): I2C device "DDC:ddc2" registered.
(II) NV(1): I2C device "DDC:ddc2" removed.
(II) NV(1): I2C device "DDC:ddc2" registered.
(II) NV(1): I2C device "DDC:ddc2" removed.
(II) NV(1): DDC Monitor info: 0x86e8838
(II) NV(1): Manufacturer: SAM  Model: 38d2  Serial#: 1347301938
(II) NV(1): Year: 2001  Week: 45
(II) NV(1): EDID Version: 1.3
(II) NV(1): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(1): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse req. if 
CompSync or SyncOnGreen
(II) NV(1): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) NV(1): Gamma: 1.90
(II) NV(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(1): First detailed timing is preferred mode
(II) NV(1): GTF timings supported
(II) NV(1): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.600
(II) NV(1): blueX: 0.150 blueY: 0.075   whiteX: 0.283 whiteY: 0.298
(II) NV(1): Supported VESA Video Modes:
(II) NV(1): 720x400@70Hz
(II) NV(1): 720x400@88Hz
(II) NV(1): 640x480@60Hz
(II) NV(1): 640x480@67Hz
(II) NV(1): 640x480@72Hz
(II) NV(1): 640x480@75Hz
(II) NV(1): 800x600@56Hz
(II) NV(1): 800x600@60Hz
(II) NV(1): 800x600@72Hz
(II) NV(1): 800x600@75Hz
(II) NV(1): 832x624@75Hz
(II) NV(1): 1024x768@87Hz (interlaced)
(II) NV(1): 1024x768@60Hz
(II) NV(1): 1024x768@70Hz
(II) NV(1): 1024x768@75Hz
(II) NV(1): 1280x1024@75Hz
(II) NV(1): 1152x870@75Hz
(II) NV(1): Manufacturer's mask: 0
(II) NV(1): Supported Future Video Modes:
(II) NV(1): #0: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) NV(1): #1: hsize: 1600  vsize 1200  refresh: 85  vid: 22953
(II) NV(1): #2: hsize: 1920  vsize 1440  refresh: 75  vid: 20433
(II) NV(1): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) NV(1): #4: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) NV(1): #5: hsize: 2048  vsize 1536  refresh: 75  vid: 20449
(II) NV(1): Supported additional Video Mode:
(II) NV(1): clock: 229.5 MHz   Image Size:  395 x 296 mm
(II) NV(1): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) NV(1): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) NV(1): Ranges: V min: 50  V max: 185 Hz, H min: 30  H max: 121 kHz, PixClock max 
340 MHz
(II) NV(1): Monitor name: SyncMaster
(II) NV(1): Serial No: H2JRB00359
(II) NV(1): end of DDC Monitor info

(==) NV(1): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(1): Monitor0: Using hsync range of 30.00-121.00 kHz
(II) NV(1): Monitor0: Using vrefresh range of 50.00-185.00 Hz
(II) NV(1): Clock range:  12.00 to 350.00 MHz
(--) NV(1): Virtual size is 1600x1200 (pitch 1600)
(**) NV(1): Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) NV(1): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 
+hsync +vsync
(--) NV(1): Display dimensions: (40, 30) cm
(--) NV(1): DPI set to (101, 101)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.4
(II) resource ranges after preInit:
        [0] 0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
        [1] 0   0xe9000000 - 0xe9ffffff (0x1000000) MX[B]
        [2] 1   0xfc000000 - 0xfc07ffff (0x80000) MX[B]
        [3] 1   0xf8000000 - 0xfbffffff (0x4000000) MX[B]
        [4] 1   0xea000000 - 0xeaffffff (0x1000000) MX[B]
        [5] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [6] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [7] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [8] -1  0x000c0000 - 0x000dbfff (0x1c000) MX[B]
        [9] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [10] -1 0xe8003400 - 0xe800347f (0x80) MX[B]
        [11] -1 0xe8003000 - 0xe800307f (0x80) MX[B]
        [12] -1 0x000dc000 - 0x000dcfff (0x1000) MX[B]
        [13] -1 0xe8004000 - 0xe8004fff (0x1000) MX[B]
        [14] -1 0xec000000 - 0xefffffff (0x4000000) MX[B]
        [15] -1 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
        [16] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [17] -1 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
        [18] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [19] -1 0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [20] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [21] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [22] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [23] 1  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [24] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [25] 1  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [26] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [27] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [28] -1 0x00001880 - 0x000018ff (0x80) IX[B]
        [29] -1 0x00001800 - 0x0000187f (0x80) IX[B]
        [30] -1 0x00001400 - 0x000014ff (0x100) IX[B]
        [31] -1 0x00001000 - 0x000010ff (0x100) IX[B]
        [32] -1 0x00001c38 - 0x00001c3f (0x8) IX[B]
        [33] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]
        [34] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [35] -1 0x00001c30 - 0x00001c33 (0x4) IX[B]
        [36] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [37] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
        [38] 1  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [39] 1  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xf8000000,0x4000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                29 256x256 slots
                14 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) NV(1): Write-combining range (0xf0000000,0x4000000)
(II) NV(1): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                29 256x256 slots
                14 512x512 slots
(==) NV(1): Backing store disabled
(==) NV(1): Silken mouse enabled
(**) Option "dpms"
(**) NV(1): DPMS enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse0: Buttons: 3
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
SetKbdSettings - type: 2 rate: 30 delay: 500 snumlk: 0
SetKbdSettings - Succeeded
GetModeLine - scrn: 0 clock: 229500
GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 1 clock: 229500
GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5

Reply via email to