Dual Monitor Problems again.

From: Luke D <jules.inu@gmail.com>
Date: Thu Nov 16 2006 - 20:11:05 AKST

I am having dual monitor problems again.
I got a lot of help last time and got it working but all of sudden it stop
and some how copied over my good X11 conf that did Dual.
I have bellow my xorg.conf and also my xorg.log In case some one need to
look at it.
I also have a NVIDIA card. The nvidia-config only shows my NEC monitor not
my ViewSonic.
Thanks ahead of time for any help.

Luke

#####################################################################
#############################xorg.conf################################
#####################################################################
Section "Files"
    ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "unix/:7100"
EndSection

Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbdevhw"
    Load "record"
    Load "freetype"
    Load "type1"
    Load "glx"
EndSection

Section "ServerFlags"
    Option "Xinerama" "true"

EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
EndSection

Section "InputDevice"
    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 "A91f+"
    DisplaySize 360 270
    HorizSync 30.0 - 86.0
    VertRefresh 50.0 - 180.0
    Option "dpms"
EndSection

Section "Monitor"
    Identifier "Monitor1"
    DisplaySize 360 270
    HorizSync 30.0 - 86.0
    VertRefresh 50.0 - 180.0
    Option "dpms"
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "Videocard vendor"
    BoardName "nVidia Corporation NV25 [GeForce4 Ti 4600]"
EndSection

Section "Device"
    Identifier "Videocard1"
    Driver "nvidia"
    VendorName "Videocard vendor"
    BoardName "nVidia Corporation NV25 [GeForce4 Ti 4600]"
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 "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "Videocard1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
        Viewport 0 0
        Depth 16Dual Monitor Problems again.
        Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport 0 0
        Depth 24
        Modes "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen0"
    Screen "Screen1" Rightof "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
   # Option "Xinerama" "on"
   # Option "Clone" "off"
EndSection

#####################################################################
#############################Xorg.log#################################
#####################################################################

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.9-34.ELsmp i686Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.18-1.2200.fc5 #1
Sat Oct 14 16:59:26 EDT 2006 i686
Build Date: 30 June 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 16 19:50:08 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Videocard1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(==) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to
"/usr/lib/xorg/modules/extensions/nvidia,/usr/lib/xorg/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.0.0, 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/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1106,0000 rev 80 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr
01
(II) PCI: 00:06:0: chip 11ad,0002 card 11ad,f003 rev 20 class 02,00,00 hdr
00
(II) PCI: 00:07:0: chip 1102,0002 card 1102,8061 rev 07 class 04,01,00 hdr
80
(II) PCI: 00:07:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr
80
(II) PCI: 00:0b:0: chip 14e4,4401 card 1462,590c rev 01 class 02,00,00 hdr
00
(II) PCI: 00:0f:0: chip 1106,3149 card 1462,5901 rev 80 class 01,04,00 hdr
80
(II) PCI: 00:0f:1: chip 1106,0571 card 1462,5901 rev 06 class 01,01,8a hdr
00
(II) PCI: 00:10:0: chip 1106,3038 card 1462,5901 rev 81 class 0c,03,00 hdr
80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,5901 rev 81 class 0c,03,00 hdr
80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,5901 rev 81 class 0c,03,00 hdr
80
(II) PCI: 00:10:3: chip 1106,3038 card 1462,5901 rev 81 class 0c,03,00 hdr
80
(II) PCI: 00:10:4: chip 1106,3104 card 1462,5901 rev 86 class 0c,03,20 hdr
80
(II) PCI: 00:11:0: chip 1106,3227 card 1106,0000 rev 00 class 06,01,00 hdr
80
(II) PCI: 01:00:0: chip 10de,0322 card 196e,01ad rev a1 class 03,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,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1 0 0xbdd00000 - 0xddcfffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @
0xde000000/24, 0xc0000000/28, BIOS @ 0xdfee0000/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 0xe0000000 from 0xe7ffffff to
0xdfffffff
(II) Active PCI resource ranges:
    [0] -1 0 0xdfffbd00 - 0xdfffbdff (0x100) MX[B]
    [1] -1 0 0xdfff8000 - 0xdfff9fff (0x2000) MX[B]
    [2] -1 0 0xdfffbf00 - 0xdfffbfff (0x100) MX[B]
    [3] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [4] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
    [5] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [6] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [7] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
    [8] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
    [9] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
    [10] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
    [11] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [12] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [13] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [14] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
    [15] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
    [16] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [17] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
    [18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [19] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
    [20] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xdfffbd00 - 0xdfffbdff (0x100) MX[B]
    [1] -1 0 0xdfff8000 - 0xdfff9fff (0x2000) MX[B]
    [2] -1 0 0xdfffbf00 - 0xdfffbfff (0x100) MX[B]
    [3] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [4] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
    [5] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [6] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [7] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
    [8] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
    [9] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
    [10] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
    [11] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [12] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [13] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [14] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
    [15] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
    [16] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [17] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
    [18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [19] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
    [20] -1 0 0x0000d000 - 0x0000d0ff (0x100) 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 0xdfffbd00 - 0xdfffbdff (0x100) MX[B]
    [6] -1 0 0xdfff8000 - 0xdfff9fff (0x2000) MX[B]
    [7] -1 0 0xdfffbf00 - 0xdfffbfff (0x100) MX[B]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [9] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
    [10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [14] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
    [15] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
    [16] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
    [17] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
    [18] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [19] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [20] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [21] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
    [22] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
    [23] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [24] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
    [25] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [26] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.0, 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/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.0, 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/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.0.2
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.0.0, 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/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.0.0, 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/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.0.0, 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) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/nvidia/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8776
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8776
    Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.4
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:57:32 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Assigning device section with no busID to primary device
(WW) NVIDIA: More than one matching Device section found: Videocard1
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.0.0, 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/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
(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 0xdfffbd00 - 0xdfffbdff (0x100) MX[B]
    [6] -1 0 0xdfff8000 - 0xdfff9fff (0x2000) MX[B]
    [7] -1 0 0xdfffbf00 - 0xdfffbfff (0x100) MX[B]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [9] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
    [10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [14] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
    [15] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
    [16] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
    [17] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
    [18] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [19] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [20] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [21] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
    [22] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
    [23] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [24] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
    [25] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [26] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) resource ranges after probing:
    [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 0xdfffbd00 - 0xdfffbdff (0x100) MX[B]
    [6] -1 0 0xdfff8000 - 0xdfff9fff (0x2000) MX[B]
    [7] -1 0 0xdfffbf00 - 0xdfffbfff (0x100) MX[B]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [9] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
    [10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [17] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
    [18] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
    [19] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
    [20] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
    [21] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [22] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [23] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [24] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
    [25] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [27] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
    [28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [29] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
    [30] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 04.34.20.56.51
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
(--) NVIDIA(0): NEC FE2111SB (CRT-0)
(--) NVIDIA(0): ViewSonic A91f+ (CRT-1)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): NEC FE2111SB (CRT-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): ViewSonic A91f+ (CRT-1): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1600x1200"
(II) NVIDIA(0): "1400x1050"
(II) NVIDIA(0): "1280x960"
(II) NVIDIA(0): "1152x864"
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
    [0] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    [1] 0 0 0xde000000 - 0xdeffffff (0x1000000) MX[B]
    [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xdfffbd00 - 0xdfffbdff (0x100) MX[B]
    [8] -1 0 0xdfff8000 - 0xdfff9fff (0x2000) MX[B]
    [9] -1 0 0xdfffbf00 - 0xdfffbfff (0x100) MX[B]
    [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [11] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
    [12] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [13] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [19] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
    [20] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
    [21] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
    [22] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
    [23] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [25] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [26] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
    [28] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [29] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
    [30] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [31] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
    [32] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1600x1200"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension 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
(II) Initializing extension GLX
(**) 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"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) 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) XINPUT: Adding extended input device "NVIDIA Event Handler" (type:
Other)
(II) Mouse0: ps2EnableDataReporting: succeeded

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Thu Nov 16 20:11:40 2006

This archive was generated by hypermail 2.1.8 : Thu Nov 16 2006 - 20:11:41 AKST