Anyone else willing to take a stab at this?

On Tue, 2002-01-22 at 14:31, Brendan W. McAdams wrote:
> If anyone could help me, it would be great.
> 
> I'm running RedHat 7.2 with the stock X 4.1, and using the latest Nvidia
> Drivers (kernel driver and GLX extension).
> 
> My default (pre-dual head) setup is an on motherboard (dell box) Nvidia
> Vanta (TNT2-M64) linked to the PCI Bus, with a Dell 19" UltraScan P991.
> 
> This works great; I run GDM, Gnome w/ Sawfish (and occasionally E) with
> no problems, and have been running this way for awhile.
> 
> Due to 'reallocation of equipment' I had my second Linux box removed
> from my desk and lost screen real estate; so I grabbed a second video
> card and a monitor for my box.
> 
> What I ended up getting is the PNY Verto, which is the exact same
> chipset as is on my motherboard (NVidia Vanta TNT2-M64).  I've hooked
> this up to a Dell 17" E771p monitor.
> 
> I set everything up so my 19" runs at 1600x1200 and is my main display,
> and my 17" runs at 1280x1024 and is to the left of the main display.
> 
> What happens when I start X is the nvidia logo thingy (that flashes for
> about a second with the NVidia GLX stuff loaded) shows, then I go to the
> nice flat checkered "No applications loaded" x screen.  My mouse moves,
> etc.  
> On the second display, the nvidia logo comes up and just hangs; at this
> point one can ssh into the box, but a CTRL+ALT+BACKSPACE won't kill the
> X, and kill -9 on x does nothing.  The only real solution at this point
> is to reboot the box.
> 
> I'm running X with the proper +xinerama command; the Process list shows:
> root      1053  1.9 18.7 206116 47932 ?      R    13:42   0:33
> /etc/X11/X :0 +xinerama
> 
> The output from the XFree86 log on a crashed attempt is attached, as is
> my X Configs (working [singlehead] and broken [dualhead]).
> 
> Any help would be appreciated.
> 
> Thanks,
> 
> -Brendan
> -- 
> Brendan W. McAdams             | [EMAIL PROTECTED]
> Senior Applications Developer  | (646) 375-1140
> TheMuniCenter, LLC             | www.themunicenter.com
> 
> "Always listen to experts. They'll tell you what can't be done, and why.
> Then do it."
> - Robert A. Heinlein
> 
> rm -rf /bin/laden; chmod a+rwx /dev/freedom
> 
> ----
> 

> # XFree86 4.0 configuration generated by Xconfigurator
> 
> Section "ServerLayout"
>       Identifier "XFree86 Configured"
>       Screen "Screen 1"
>       Screen "Screen 2" LeftOf "Screen 1"
>       Option          "xinerama" "on"
>       InputDevice    "Mouse0" "CorePointer"
>       InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> # By default, Red Hat Linux 6.0 and later use xfs
> 
> Section "Files"
>       FontPath "unix/:7100"
> EndSection
> 
> # Module loading section
> 
> Section "Module"
>       Load  "dbe"             # Double-buffering
>       #Load  "GLcore"         # OpenGL support
>       #Load  "dri"            # Direct rendering infrastructure
>       Load  "glx"             # OpenGL X protocol interface
>       Load  "extmod"          # Misc. required extensions
>       Load  "v4l"             # Video4Linux
>       # Load  "pex5"          # PHIGS for X 3D environment (obsolete)
>       # Load  "record"        # X event recorder
>       # Load  "xie"           # X Image Extension (obsolete)
>       # You only need the following two modules if you do not use xfs.
>       # Load  "freetype"       # TrueType font handler
>       # Load  "type1"         # Adobe Type 1 font handler
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Keyboard0"
>       Driver      "keyboard"
>       Option      "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Mouse0"
>       Driver      "mouse"
>       Option      "Device" "/dev/mouse"
>       Option      "Protocol" "IMPS/2"
>       Option      "Emulate3Buttons" "off"
>       Option      "ZAxisMapping" "4 5"
> EndSection
> 
> Section "Monitor"
>       Identifier "Dell P991"
>       VendorName "Unknown"
>       ModelName  "Unknown"
>       HorizSync 30.0-95.0
>       VertRefresh 50.0-160.0
>       Option "dpms"
> EndSection
> 
> Section "Monitor"
>       Identifier "DELL E771p"
>       VendorName "Unknown"
>       ModelName  "Unknown"
>       HorizSync 30 - 70
>       VertRefresh 50 - 160
>       Option "dpms"
> EndSection
> 
> Section "Device"
>       Identifier "mobo-vanta"
>       Driver "nvidia"
>       BoardName "Unknown"
>       BusID "PCI:1:0:0"
> EndSection
> 
> Section "Device"
>       Identifier "pny-vanta"
>       Driver "nvidia"
>       BoardName "Unknown"
>       BusID  "PCI:2:9:0"
> EndSection
> 
> Section "Screen"
>       Identifier "Screen 1"
>       Device "mobo-vanta"
>       Monitor "Dell P991"
>       DefaultDepth 24
>       Subsection "Display"
>               Depth 24
>               Modes "1600x1200"
>       EndSubSection
> EndSection
> 
> Section "Screen"
>       Identifier "Screen 2"
>       Device "pny-vanta"
>       Monitor "DELL E771p"
>       DefaultDepth 24
>       Subsection "Display"
>               Depth 24
>               Modes "1024x768"
>       EndSubSection
> EndSection
> 
> ----
> 

> # XFree86 4.0 configuration generated by Xconfigurator
> 
> Section "ServerLayout"
>       Identifier "XFree86 Configured"
>       Screen "Screen 1"
>       #Screen "Screen 2" LeftOf "Screen 1"
>       Option          "xinerama" "on"
>       InputDevice    "Mouse0" "CorePointer"
>       InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> # By default, Red Hat Linux 6.0 and later use xfs
> 
> Section "Files"
>       FontPath "unix/:7100"
> EndSection
> 
> # Module loading section
> 
> Section "Module"
>       Load  "dbe"             # Double-buffering
>       #Load  "GLcore"         # OpenGL support
>       #Load  "dri"            # Direct rendering infrastructure
>       Load  "glx"             # OpenGL X protocol interface
>       Load  "extmod"          # Misc. required extensions
>       Load  "v4l"             # Video4Linux
>       # Load  "pex5"          # PHIGS for X 3D environment (obsolete)
>       # Load  "record"        # X event recorder
>       # Load  "xie"           # X Image Extension (obsolete)
>       # You only need the following two modules if you do not use xfs.
>       # Load  "freetype"       # TrueType font handler
>       # Load  "type1"         # Adobe Type 1 font handler
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Keyboard0"
>       Driver      "keyboard"
>       Option      "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Mouse0"
>       Driver      "mouse"
>       Option      "Device" "/dev/mouse"
>       Option      "Protocol" "IMPS/2"
>       Option      "Emulate3Buttons" "off"
>       Option      "ZAxisMapping" "4 5"
> EndSection
> 
> Section "Monitor"
>       Identifier "Dell P991"
>       VendorName "Unknown"
>       ModelName  "Unknown"
>       HorizSync 30.0-95.0
>       VertRefresh 50.0-160.0
>       Option "dpms"
> EndSection
> 
> Section "Monitor"
>       Identifier "DELL E771p"
>       VendorName "Unknown"
>       ModelName  "Unknown"
>       HorizSync 30 - 70
>       VertRefresh 50 - 160
>       Option "dpms"
> EndSection
> 
> Section "Device"
>       Identifier "mobo-vanta"
>       Driver "nvidia"
>       BoardName "Unknown"
>       BusID "PCI:1:0:0"
> EndSection
> 
> Section "Device"
>       Identifier "pny-vanta"
>       Driver "nvidia"
>       BoardName "Unknown"
>       BusID  "PCI:2:9:0"
> EndSection
> 
> Section "Screen"
>       Identifier "Screen 1"
>       Device "mobo-vanta"
>       Monitor "Dell P991"
>       DefaultDepth 24
>       Subsection "Display"
>               Depth 24
>               Modes "1600x1200"
>       EndSubSection
> EndSection
> 
> Section "Screen"
>       Identifier "Screen 2"
>       Device "pny-vanta"
>       Monitor "DELL E771p"
>       DefaultDepth 24
>       Subsection "Display"
>               Depth 24
>               Modes "1024x768"
>       EndSubSection
> 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 22 14:16:39 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 "XFree86 Configured"
> (**) |-->Screen "Screen 1" (0)
> (**) |   |-->Monitor "Dell P991"
> (**) |   |-->Device "mobo-vanta"
> (**) |-->Screen "Screen 2" (1)
> (**) |   |-->Monitor "DELL E771p"
> (**) |   |-->Device "pny-vanta"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbLayout" "us"
> (**) XKB: layout: "us"
> (==) Keyboard: CustomKeycode disabled
> (**) FontPath set to "unix/:7100"
> (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (==) ModulePath set to "/usr/X11R6/lib/modules"
> (**) Option "Xinerama" "on"
> (++) Xinerama: enabled
> (--) using VT number 7
> 
> (II) Open APM successful
> (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 = 0x80026010, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 8086,2501 card 1028,0093 rev 03 class 06,00,00 hdr 00
> (II) PCI: 00:01:0: chip 8086,250f card 0000,0000 rev 03 class 06,04,00 hdr 01
> (II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
> (II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
> (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
> (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
> (II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
> (II) PCI: 00:1f:5: chip 8086,2415 card 1028,0093 rev 02 class 04,01,00 hdr 00
> (II) PCI: 01:00:0: chip 10de,002d card 1028,0093 rev 15 class 03,00,00 hdr 00
> (II) PCI: 02:09:0: chip 10de,002d card 0000,0000 rev 15 class 03,00,00 hdr 00
> (II) PCI: 02:0b:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 00
> (II) PCI: 02:0c:0: chip 10b7,9200 card 1028,0093 rev 78 class 02,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) 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  0xfd000000 - 0xfeffffff (0x2000000) MX[B]
> (II) Bus 1 prefetchable memory range:
>       [0] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
> (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
> (II) Bus 2 I/O range:
>       [0] -1  0x0000e000 - 0x0000e0ff (0x100) IX[B]
>       [1] -1  0x0000e400 - 0x0000e4ff (0x100) IX[B]
>       [2] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]
>       [3] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
> (II) Bus 2 non-prefetchable memory range:
>       [0] -1  0xfa000000 - 0xfcffffff (0x3000000) MX[B]
> (II) Bus 2 prefetchable memory range:
>       [0] -1  0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
> (II) Bus -1: bridge is at (0:31: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:*(1:0:0) NVidia Riva Ultra 64 rev 21, Mem @ 0xfd000000/24, 0xf6000000/25
> (--) PCI: (2:9:0) NVidia Riva Ultra 64 rev 21, Mem @ 0xfb000000/24, 0xf4000000/25
> (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  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [1] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [2] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [3] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [4] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [5] -1  0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [6] -1  0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [7] -1  0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [8] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [9] -1  0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [10] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [11] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
> (II) Inactive PCI resource ranges:
>       [0] -1  0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [1] -1  0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
> (II) Active PCI resource ranges after removing overlaps:
>       [0] -1  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [1] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [2] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [3] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [4] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [5] -1  0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [6] -1  0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [7] -1  0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [8] -1  0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [9] -1  0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [10] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [11] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
> (II) Inactive PCI resource ranges after removing overlaps:
>       [0] -1  0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [1] -1  0xfb000000 - 0xfbffffff (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 - 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) 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 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [6] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [8] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [9] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [10] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [11] -1 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
>       [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [14] -1 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [15] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [16] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [18] -1 0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [19] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [20] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
> (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: "glx"
> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
> (II) Module glx: vendor="NVIDIA Corporation"
>       compiled for 4.0.2, module version = 1.0.2313
>       Module class: XFree86 Server Extension
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension GLX
> (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: "v4l"
> (II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
> (II) Module v4l: vendor="The XFree86 Project"
>       compiled for 4.1.0, module version = 0.0.1
>       ABI class: XFree86 Video Driver, version 0.4
> (II) LoadModule: "nvidia"
> (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
> (II) Module nvidia: vendor="NVIDIA Corporation"
>       compiled for 4.0.2, module version = 1.0.2313
>       Module class: XFree86 Video Driver
> (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) v4l driver for Video4Linux
> (II) NVIDIA XFree86 Driver  1.0.2313  Tue Nov 27 12:06:20 PST 2001
> (II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2/TNT2 Pro,
>       RIVA TNT2 Ultra, Vanta, RIVA TNT2 Model 64/Model 64 Pro,
>       Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
>       GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/Quadro2 Go,
>       GeForce2 GTS/GeForce2 Pro, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro,
>       NV17, NV17, NV17, NV17, NV17M, NV17M, NV17GL, NV17GL, NV17GL,
>       NV17M-GL, GeForce2 Integrated GPU, GeForce3, GeForce3 Ti 200,
>       GeForce3 Ti 500, Quadro DCC
> (II) Primary Device is: PCI 01:00:0
> (--) Chipset RIVA TNT2 Model 64/Model 64 Pro found
> (--) Chipset RIVA TNT2 Model 64/Model 64 Pro 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 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [6] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [8] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [9] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [10] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [11] -1 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
>       [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [14] -1 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [15] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [16] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [18] -1 0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [19] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [20] -1 0x0000ffa0 - 0x0000ffaf (0x10) 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 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [6] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [8] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [9] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [10] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [11] -1 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
>       [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [14] -1 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [15] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [16] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [18] -1 0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [19] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [20] -1 0x0000ffa0 - 0x0000ffaf (0x10) 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 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [6] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [7] -1  0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [8] -1  0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [9] -1  0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [10] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [11] -1 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
>       [12] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
>       [13] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
>       [14] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
>       [15] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
>       [16] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
>       [17] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
>       [18] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [19] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [20] -1 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [21] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [22] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [23] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [24] -1 0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [25] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [26] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
>       [27] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
>       [28] 0  0x000003c0 - 0x000003df (0x20) IS[B]
>       [29] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
>       [30] 1  0x000003c0 - 0x000003df (0x20) IS[B]
> (II) Setting vga for screen 0.
> (II) Setting vga for screen 1.
> (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
> (**) 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): Linear framebuffer at 0xF6000000
> (--) NVIDIA(0): MMIO registers at 0xFD000000
> (--) NVIDIA(0): VideoRAM: 16384 kBytes
> (--) NVIDIA(0): Display 0: maximum pixel clock at  8 bpp: 300 MHz
> (--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 300 MHz
> (--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 250 MHz
> (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
> (WW) NVIDIA(0): The user specified VertRefresh "50.000-160.000" has been
> (WW) NVIDIA(0):      adjusted to "50.000-120.000" (the intersection with
> (WW) NVIDIA(0):      EDID-specified VertRefresh "48.000-120.000"
> (II) NVIDIA(0): Dell P991: Using hsync range of 30.00-95.00 kHz
> (II) NVIDIA(0): Dell P991: Using vrefresh range of 50.00-120.00 Hz
> (II) NVIDIA(0): Clock range:  12.00 to 250.00 MHz
> (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
> (II) NVIDIA(0): Not using default mode "1792x1344" (bad mode 
>clock/interlace/doublescan)
> (II) NVIDIA(0): Not using default mode "1856x1392" (bad mode 
>clock/interlace/doublescan)
> (II) NVIDIA(0): Not using default mode "1920x1440" (bad mode 
>clock/interlace/doublescan)
> (**) NVIDIA(0): Validated modes for Display Device 0:
> (**) NVIDIA(0):      Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
> (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
> (--) NVIDIA(0): Display dimensions: (37, 27) cm
> (--) NVIDIA(0): DPI set to (109, 112)
> (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 "vgahw"
> (II) LoadModule: "vgahw"
> (II) Reloading /usr/X11R6/lib/modules/libvgahw.a
> (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
> (==) NVIDIA(1): RGB weight 888
> (==) NVIDIA(1): Default visual is TrueColor
> (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
> (--) NVIDIA(1): Linear framebuffer at 0xF4000000
> (--) NVIDIA(1): MMIO registers at 0xFB000000
> (--) NVIDIA(1): VideoRAM: 32768 kBytes
> (--) NVIDIA(1): Display 0: maximum pixel clock at  8 bpp: 300 MHz
> (--) NVIDIA(1): Display 0: maximum pixel clock at 16 bpp: 300 MHz
> (--) NVIDIA(1): Display 0: maximum pixel clock at 32 bpp: 250 MHz
> (II) Loading sub module "ddc"
> (II) LoadModule: "ddc"
> (II) Reloading /usr/X11R6/lib/modules/libddc.a
> (II) NVIDIA(1): DELL E771p: Using hsync range of 30.00-70.00 kHz
> (II) NVIDIA(1): DELL E771p: Using vrefresh range of 50.00-160.00 Hz
> (II) NVIDIA(1): Clock range:  12.00 to 250.00 MHz
> (II) NVIDIA(1): Not using default mode "1280x960" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1280x1024" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1280x1024" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1792x1344" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1792x1344" (bad mode 
>clock/interlace/doublescan)
> (II) NVIDIA(1): Not using default mode "1856x1392" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1856x1392" (bad mode 
>clock/interlace/doublescan)
> (II) NVIDIA(1): Not using default mode "1920x1440" (hsync out of range)
> (II) NVIDIA(1): Not using default mode "1920x1440" (bad mode 
>clock/interlace/doublescan)
> (II) NVIDIA(1): Not using default mode "1400x1050" (hsync out of range)
> (**) NVIDIA(1): Validated modes for Display Device 0:
> (**) NVIDIA(1):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
> (II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024
> (--) NVIDIA(1): Display dimensions: (30, 23) cm
> (--) NVIDIA(1): DPI set to (108, 113)
> (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] 1   0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
>       [1] 1   0xfb000000 - 0xfbffffff (0x1000000) MX[B]
>       [2] 0   0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
>       [3] 0   0xfd000000 - 0xfdffffff (0x1000000) MX[B]
>       [4] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [5] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>       [6] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [7] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
>       [8] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [9] -1  0xfafff800 - 0xfafff87f (0x80) MX[B]
>       [10] -1 0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [11] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
>       [12] -1 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
>       [13] -1 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
>       [14] -1 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
>       [15] -1 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
>       [16] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
>       [17] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
>       [18] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
>       [19] 1  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
>       [20] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
>       [21] 1  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
>       [22] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [23] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [24] -1 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
>       [25] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [26] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [27] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [28] -1 0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
>       [29] -1 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
>       [30] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
>       [31] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>       [32] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
>       [33] 1  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>       [34] 1  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
> (==) NVIDIA(0): Write-combining range (0xf6000000,0x1000000)
> (II) NVIDIA(0): AGP 4X successfully initialized
> (II) NVIDIA(0): Setting mode "1600x1200"
> (II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
>       Screen to screen bit blits
>       Solid filled rectangles
>       Solid filled trapezoids
>       8x8 mono pattern filled rectangles
>       8x8 mono pattern filled trapezoids
>       Indirect CPU to Screen color expansion
>       Solid Lines
>       Scanline Image Writes
>       Offscreen Pixmaps
>       Driver provided FillSolidRects replacement
>       Driver provided FillSolidSpans replacement
>       Driver provided FillMono8x8PatternRects replacement
>       Driver provided ReadPixmap replacement
>       Setting up tile and stipple cache:
>               20 128x128 slots
>               4 256x256 slots
> (==) NVIDIA(0): Backing store disabled
> (==) NVIDIA(0): Silken mouse enabled
> (**) Option "dpms"
> (**) NVIDIA(0): DPMS enabled
> (II) Loading extension NV-GLX
> (==) NVIDIA(1): Write-combining range (0xf4000000,0x2000000)
> (WW) NVIDIA(1): Failed to initialize AGP
> (II) NVIDIA(1): Setting mode "1280x1024"
> (II) NVIDIA(1): Using XFree86 Acceleration Architecture (XAA)
>       Screen to screen bit blits
>       Solid filled rectangles
>       Solid filled trapezoids
>       8x8 mono pattern filled rectangles
>       8x8 mono pattern filled trapezoids
>       Indirect CPU to Screen color expansion
>       Solid Lines
>       Scanline Image Writes
>       Offscreen Pixmaps
>       Driver provided FillSolidRects replacement
>       Driver provided FillSolidSpans replacement
>       Driver provided FillMono8x8PatternRects replacement
>       Driver provided ReadPixmap replacement
>       Setting up tile and stipple cache:
>               20 128x128 slots
>               5 256x256 slots
> (==) NVIDIA(1): Backing store disabled
> (==) NVIDIA(1): Silken mouse enabled
> (**) Option "dpms"
> (**) NVIDIA(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
> (II) [GLX]: Calling GlxExtensionInit
> (II) [GLX]: associated 12 out of 20 GLX visuals
> (II) [GLX]: associated 12 out of 20 GLX visuals
> (**) Option "Protocol" "IMPS/2"
> (**) Mouse0: Protocol: "IMPS/2"
> (**) Option "CorePointer"
> (**) Mouse0: Core Pointer
> (**) Option "Device" "/dev/mouse"
> (==) Mouse0: Buttons: 3
> (**) Option "Emulate3Buttons" "off"
> (**) 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)
-- 
Brendan W. McAdams             | [EMAIL PROTECTED]
Senior Applications Developer  | (646) 375-1140
TheMuniCenter, LLC             | www.themunicenter.com

"Always listen to experts. They'll tell you what can't be done, and why.
Then do it."
- Robert A. Heinlein

rm -rf /bin/laden; chmod a+rwx /dev/freedom

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to