Malakin
05-24-2001, 07:22 AM
When I try to use the Nvidia 1251 drivers the system locks up completely (won't respond to pings) and I'm looking at a screen that's black with vertical blue lines on it and this is what I see if I type either "X" or "startx". The system is a Celeron 400, TNT 1, 256M, intel 440BX.
I've tried removing everything in the pci/isa slots. I've tried turning off all the XFree86 options like acceleration. I've tried different resolutions and color depths. I've tried doing an insmod on NVdriver before I run X instead of having it auto load it itself. I've tried both the stock kernel and one I've compiled myself. Everything I've ever tried has resulted in the same problem. The Nvidia 0.9-768 drivers work but my system will unexpectedly lock up a couple times a day with them, using the stock NV driver my system is totally stable.
Here is my "/etc/X11/XF86Config-4" file:
************************************************** ********************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# ************************************************** ********************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
# ************************************************** ********************
# Server flags section.
# ************************************************** ********************
Section "ServerFlags"
AllowMouseOpenFail
EndSection
# ************************************************** ********************
# Input devices
# ************************************************** ********************
# ************************************************** ********************
# Keyboard section
# ************************************************** ********************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
# ************************************************** ********************
# Pointer section
# ************************************************** ********************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
EndSection
# ************************************************** ********************
# Monitor section
# ************************************************** ********************
Section "Monitor"
Identifier "ViewSonic|ViewSonic G773"
VendorName "ViewSonic"
ModelName "Unknown"
HorizSync 30-80
VertRefresh 50-180
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "RIVA128"
VendorName "Unknown"
BoardName "Unknown"
#Driver "nv"
Driver "nvidia"
#VideoRam 4096
# Clock lines
#Option "sw_cursor"
#Option "DPMS" "0"
#Option "NoAccel" "1"
#Option "SWCursor" "1"
#Option "NvAGP" "0"
EndSection
# ************************************************** ********************
# Screen sections
# ************************************************** ********************
Section "Screen"
Identifier "screen1"
Device "RIVA128"
Monitor "ViewSonic|ViewSonic G773"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480" "512x384" "400x300" "320x200"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Here is my "/var/log/XFree86.0.log" after typing "X -verbose -logverbose". Note that just to get this file I had to symlink "/var/log/XFree86.0.log" to a network drive, otherwise I would have no log file when I rebooted after the crash, guess the file wasn't being flushed to disk fast enough.
XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 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)
Operating System: Linux 2.4.1-20mdksmp i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Thu May 24 03:24:44 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "ViewSonic|ViewSonic G773"
(**) | |-->Device "RIVA128"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7
(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.3
XFree86 XInput driver : 0.1
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.0.3, 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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8029 card 1025,0201 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0020 card 1102,1015 rev 04 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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(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: 0x00 (VGA_EN is cleared)
(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: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared)
(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 TNT rev 4, Mem @ 0xe4000000/24, 0xe6000000/24
(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 0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
[0] -1 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[1] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[4] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[5] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[6] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[7] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[8] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[1] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[4] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[5] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[6] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[7] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[8] -1 0x0000f000 - 0x0000f00f (0x10) IX[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 0x00000000 - 0x000001ff (0x200) IX[B]E
(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 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[6] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[9] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[11] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[12] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[13] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[14] -1 0x0000f000 - 0x0000f00f (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.0.3, 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(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.1251
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.1
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, RIVA TNT2 (Ultra),
RIVA TNT2 (Vanta), RIVA TNT2 (M64), RIVA TNT2 (??), RIVA TNT2 (??),
RIVA TNT2 (Integrated), GeForce 256, GeForce DDR, Quadro,
GeForce2 MX, GeForce2 MX DDR, GeForce2 Go, GeForce2 MXR,
GeForce2 GTS, GeForce2 GTS, GeForce2 Ultra, Quadro2 Pro, GeForce3,
GeForce3, GeForce3, GeForce3
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset RIVA TNT 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 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[6] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[9] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[11] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[12] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[13] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[14] -1 0x0000f000 - 0x0000f00f (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 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[6] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[9] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[14] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[15] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[16] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[17] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
[18] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[19] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE6000000
(--) NVIDIA(0): MMIO registers at 0xE4000000
(--) NVIDIA(0): VideoRAM: 16384 kBytes
(WW) NVIDIA(0): More devices connected than there are DACS!(or we have enough
(WW) NVIDIA(0): DACs, but TwinView is not enabled); disabling all
(WW) NVIDIA(0): secondary displays
(--) NVIDIA(0): DAC 0: maximum pixel clock at 16 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.0.3, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.3
(WW) NVIDIA(0): Failed reading EDID parameters for head 0
(II) NVIDIA(0): ViewSonic|ViewSonic G773: Using hsync range of 30.00-80.00 kHz
(II) NVIDIA(0): ViewSonic|ViewSonic G773: Using vrefresh range of 50.00-180.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 250.00 MHz
(WW) NVIDIA(0): Default mode "1280x960" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1792x1344" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1856x1392" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1920x1440" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Mode "512x384" deleted (no mode of this name)
(WW) NVIDIA(0): Mode "400x300" deleted (no mode of this name)
(WW) NVIDIA(0): Mode "320x200" deleted (no mode of this name)
(**) NVIDIA(0): Validated modes for head 0:
(**) NVIDIA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual Screen size determined to be 1152 x 864
(==) NVIDIA(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.0.3, 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.0.3, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.3
(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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(EE) NVIDIA(0): Failed to load glX
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
[1] 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B]
[2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[8] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[9] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[10] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[11] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[12] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[15] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[16] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[17] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[18] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[19] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
[20] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[21] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NVIDIA(0): Write-combining range (0xe6000000,0x1000000)
I've tried removing everything in the pci/isa slots. I've tried turning off all the XFree86 options like acceleration. I've tried different resolutions and color depths. I've tried doing an insmod on NVdriver before I run X instead of having it auto load it itself. I've tried both the stock kernel and one I've compiled myself. Everything I've ever tried has resulted in the same problem. The Nvidia 0.9-768 drivers work but my system will unexpectedly lock up a couple times a day with them, using the stock NV driver my system is totally stable.
Here is my "/etc/X11/XF86Config-4" file:
************************************************** ********************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# ************************************************** ********************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
# ************************************************** ********************
# Server flags section.
# ************************************************** ********************
Section "ServerFlags"
AllowMouseOpenFail
EndSection
# ************************************************** ********************
# Input devices
# ************************************************** ********************
# ************************************************** ********************
# Keyboard section
# ************************************************** ********************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
# ************************************************** ********************
# Pointer section
# ************************************************** ********************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
EndSection
# ************************************************** ********************
# Monitor section
# ************************************************** ********************
Section "Monitor"
Identifier "ViewSonic|ViewSonic G773"
VendorName "ViewSonic"
ModelName "Unknown"
HorizSync 30-80
VertRefresh 50-180
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "RIVA128"
VendorName "Unknown"
BoardName "Unknown"
#Driver "nv"
Driver "nvidia"
#VideoRam 4096
# Clock lines
#Option "sw_cursor"
#Option "DPMS" "0"
#Option "NoAccel" "1"
#Option "SWCursor" "1"
#Option "NvAGP" "0"
EndSection
# ************************************************** ********************
# Screen sections
# ************************************************** ********************
Section "Screen"
Identifier "screen1"
Device "RIVA128"
Monitor "ViewSonic|ViewSonic G773"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480" "512x384" "400x300" "320x200"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Here is my "/var/log/XFree86.0.log" after typing "X -verbose -logverbose". Note that just to get this file I had to symlink "/var/log/XFree86.0.log" to a network drive, otherwise I would have no log file when I rebooted after the crash, guess the file wasn't being flushed to disk fast enough.
XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 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)
Operating System: Linux 2.4.1-20mdksmp i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Thu May 24 03:24:44 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "ViewSonic|ViewSonic G773"
(**) | |-->Device "RIVA128"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7
(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.3
XFree86 XInput driver : 0.1
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.0.3, 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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8029 card 1025,0201 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0020 card 1102,1015 rev 04 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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(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: 0x00 (VGA_EN is cleared)
(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: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared)
(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 TNT rev 4, Mem @ 0xe4000000/24, 0xe6000000/24
(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 0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
[0] -1 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[1] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[4] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[5] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[6] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[7] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[8] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[1] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[4] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[5] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[6] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[7] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[8] -1 0x0000f000 - 0x0000f00f (0x10) IX[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 0x00000000 - 0x000001ff (0x200) IX[B]E
(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 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[6] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[9] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[11] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[12] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[13] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[14] -1 0x0000f000 - 0x0000f00f (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.0.3, 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(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.1251
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.1
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, RIVA TNT2 (Ultra),
RIVA TNT2 (Vanta), RIVA TNT2 (M64), RIVA TNT2 (??), RIVA TNT2 (??),
RIVA TNT2 (Integrated), GeForce 256, GeForce DDR, Quadro,
GeForce2 MX, GeForce2 MX DDR, GeForce2 Go, GeForce2 MXR,
GeForce2 GTS, GeForce2 GTS, GeForce2 Ultra, Quadro2 Pro, GeForce3,
GeForce3, GeForce3, GeForce3
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset RIVA TNT 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 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[6] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[9] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[11] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[12] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[13] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[14] -1 0x0000f000 - 0x0000f00f (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 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[6] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[9] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[10] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[14] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[15] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[16] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[17] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
[18] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[19] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE6000000
(--) NVIDIA(0): MMIO registers at 0xE4000000
(--) NVIDIA(0): VideoRAM: 16384 kBytes
(WW) NVIDIA(0): More devices connected than there are DACS!(or we have enough
(WW) NVIDIA(0): DACs, but TwinView is not enabled); disabling all
(WW) NVIDIA(0): secondary displays
(--) NVIDIA(0): DAC 0: maximum pixel clock at 16 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.0.3, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.3
(WW) NVIDIA(0): Failed reading EDID parameters for head 0
(II) NVIDIA(0): ViewSonic|ViewSonic G773: Using hsync range of 30.00-80.00 kHz
(II) NVIDIA(0): ViewSonic|ViewSonic G773: Using vrefresh range of 50.00-180.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 250.00 MHz
(WW) NVIDIA(0): Default mode "1280x960" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1792x1344" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1856x1392" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1920x1440" deleted (bad mode clock/interlace/doublescan)
(WW) NVIDIA(0): Mode "512x384" deleted (no mode of this name)
(WW) NVIDIA(0): Mode "400x300" deleted (no mode of this name)
(WW) NVIDIA(0): Mode "320x200" deleted (no mode of this name)
(**) NVIDIA(0): Validated modes for head 0:
(**) NVIDIA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual Screen size determined to be 1152 x 864
(==) NVIDIA(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.0.3, 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.0.3, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.3
(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.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(EE) NVIDIA(0): Failed to load glX
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
[1] 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[B]
[2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0xe7000000 - 0xe701ffff (0x20000) MX[B]
[8] -1 0xe8000000 - 0xe800007f (0x80) MX[B]
[9] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[10] -1 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[11] -1 0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
[12] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[15] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
[16] -1 0x00009800 - 0x0000987f (0x80) IX[B]
[17] -1 0x00009400 - 0x0000941f (0x20) IX[B]
[18] -1 0x00009000 - 0x0000901f (0x20) IX[B]
[19] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
[20] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[21] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NVIDIA(0): Write-combining range (0xe6000000,0x1000000)