[This is from [EMAIL PROTECTED] -- new subscriber]

Hello -- I have had zero success getting 4.1 or 4.2 to 
work although 3.3.6 works perfectly on the same machine. 
 Some fairly heavy hitters have worked on this already 
with no success.  There is NO CONSOLE and NO X DISPLAY. 
 Please refer below to a copy of a message I posted about 
the problem.  This message also has the XF86Config-4 and X 
log files at the end. Any help will be more than 
appreciated!
Thanks, Steve Lucas  Washington State, USA

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

Using Mandrake 8.1 and 8.2  (same on each)

It has been the same story with XFree86 4.1 and 4.2: Boot, 
no video after the first couple of screens of boot 
messages, not even a console. The end of xfree86.0.log 
usually says "Screens found, but none have a usable 
configuration". I've been through more XF86Config-4 
versions than you can imagine, and the current one is 
based on the NVIDIA sample file. Just put in a new MAG 
986FS monitor (30-86; 50-160). After updating XFConfig-4, 
NO DIFFERENCE! The 2960 and 2880 drivers (don't) work in 
exactly the same way. I have reinstalled Mandrake 8.1 and 
8.2 and X and the Nvidia drivers more times than you can 
imagine. However, the same thing happened when an ATI Rage 
Pro was installed.

Note: The system works perfectly even to this day with 
X3.3.6 (under mdk 7.1, 8.1, 8.2) and required no tweaking 
whatsoever. 

One thing that makes it really difficult is that with no 
console at all the only way I can get into the system is 
with the rescue CD and chroot over. This complicates 
things because the boot version is mdk-5 and not mdk-6, 
and so the Nvidia drivers give unresolved symbols if I try 
to do any testing after booting from the CD. I've tried 
various things like noquiet and vga options in lilo and it 
makes no difference. Neither linux, nofb or failsafe give 
any kind of console. CTRL-ALT-Fkeys don't do anything. 
  Sometimes, but not always, I see the line
"Kernel:: Splash status on console 0 changed to off" 
toward the end of /var/log/messages
This I can see only after booting from CD and chroot over.
Whether X 4.1 or 4.2 is installed from the Mandrake CDs or 
from downloaded X kits makes no difference. Whether the 
Nvidia drivers are installed from RPMs or built from 
source makes no difference. 

I believe I have followed all the pertinent tips on the 
last 20 screens in the News Forum, but maybe someone can 
think of something NEW! 

The AGP address is 1:5:0 which I think is right judging 
from lspci 

System Specs 

Motherboard AI61 Spacewalker AMD K7 700 mhz 
384 MB RAM 
Nvidia Geforce 2 MX400 -- 64 MB AGP 
ATI Wonder-VE PCI TV and capture card 
Pinnacle Systems DC-10 PCI video capture card 
Soundblaster Live audio PCI card 
Linksys ethernet card and Motorola 4100 cable modem 
Two Eide drives on integrated controller channel 1 
LS-120 and cd-rom drives on integrated controller channel 
2 
Scanner and printer USB devices 

Note: In Win98 which I am using now by necessity all 
devices work and there are no problem devices or apparent 
conflicts

Following is the config file and the X log

##########################################################################
# Sample XF86Config file for NVIDIA XFree86 drivers.
#
# Refer to the XF86Config(4/5) man page for details about 
the format of
# this file.
#
# Be sure to replace the monitor values with correct 
values for your
# monitor!
##########################################################################


Section "Files"

     RgbPath    "/usr/X11R6/lib/X11/rgb"
     FontPath   "unix/:-1"

EndSection


##########################################################################
# Server flags section.
##########################################################################

Section "ServerFlags"

     # Uncomment this to cause a core dump at the spot 
where a signal is
     # received.  This may leave the console in an 
unusable state, but may
     # provide a better stack trace in the core dump to 
aid in debugging
     #NoTrapSignals

     # Uncomment this to disable the <Crtl><Alt><BS> 
server abort sequence
     # This allows clients to receive this key event.
     #DontZap

     # Uncomment this to disable the 
<Crtl><Alt><KP_+>/<KP_-> mode switching
     # sequences.  This allows clients to receive these 
key events.
     #DontZoom

     # This  allows  the  server  to start up even if the
     # mouse device can't be opened/initialised.
     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/psaux"

EndSection


##########################################################################
# Module section
##########################################################################

Section "Module"

     Load        "dbe"

     # Load the glx module.
     Load       "glx"

     Load        "extmod"

     Load       "type1"
     Load       "freetype"
EndSection


##########################################################################
# Monitor section
##########################################################################

Section "Monitor"

     Identifier "MyMonitor"
     VendorName "Mitsubisi"
     ModelName  "Diamond Plus 120u"

     # be sure to replace these values with values 
appropriate for your
     # monitor!
     HorizSync  30-86
     VertRefresh 50-160

EndSection


##########################################################################
# Graphics device section(s)
##########################################################################

Section "Device"
     Identifier  "NV AGP"
     VendorName  "nvidia"
     Driver   "nvidia"
     # update this with the PCI id of your card.  Consult 
the output
     # of the 'lspci' command.
     BusID       "PCI:1:5:0"
EndSection

##########################################################################
# Screen sections
##########################################################################

#
# screen section for an nvidia AGP card
#
Section "Screen"
     Identifier "Screen AGP"
     Device      "NV AGP"
     Monitor     "MyMonitor"
     DefaultColorDepth 16
     Subsection "Display"
         Depth       8
         Modes       "1280x1024" "1024x768" "800x600" 
"640x400"
     EndSubsection
     Subsection "Display"
         Depth       16
         Modes       "1280x1024" "1024x768" "800x600" 
"640x480"
     EndSubsection
     Subsection "Display"
         Depth       24
         Modes       "1280x1024" "1024x768" "800x600" 
"640x480"
     EndSubsection

EndSection

##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################

#
# just one agp card
#
Section "ServerLayout"
     Identifier  "AGP"
     Screen      "Screen AGP"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"
EndSection


XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
        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/)
Build Operating System: Linux 2.4.18-1mdksmp i686 [ELF] 
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/XFree86.0.log", Time: Sat Jun 22 
23:01:42 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "AGP"
(**) |-->Screen "Screen AGP" (0)
(**) |   |-->Monitor "MyMonitor"
(**) |   |-->Device "NV AGP"
(**) |-->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"
(==) Keyboard: CustomKeycode disabled
(**) 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 9

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(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.2.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000402c, mode1Res1 = 
0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,7006 card 0000,0000 rev 25 
class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1022,7007 card 0000,0000 rev 01 
class 06,04,00 hdr 81
(II) PCI: 00:07:0: chip 1022,7408 card 0000,0000 rev 01 
class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7409 card 0000,0000 rev 03 
class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,740b card 0000,0000 rev 03 
class 06,80,00 hdr 00
(II) PCI: 00:07:4: chip 1022,740c card 0000,0000 rev 06 
class 0c,03,10 hdr 00
(II) PCI: 00:08:0: chip 1102,0002 card 1102,8027 rev 08 
class 00,01,00 hdr 80
(II) PCI: 00:08:1: chip 1102,7002 card 1102,0020 rev 08 
class 09,80,00 hdr 80
(II) PCI: 00:0a:0: chip 11de,6057 card 1031,7efe rev 02 
class 04,00,00 hdr 00
(II) PCI: 00:0b:0: chip 109e,036e card 1002,0003 rev 02 
class 04,00,00 hdr 80
(II) PCI: 00:0b:1: chip 109e,0878 card 1002,0003 rev 02 
class 04,80,00 hdr 80
(II) PCI: 00:0c:0: chip 1317,0985 card 1317,0574 rev 11 
class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 10de,0110 card 0000,0000 rev b2 
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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 
(VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0e 
(VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 
(VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(!!) More than one primary device found
(--) PCI: (0:8:0) Creative Labs unknown chipset (0x0002) 
rev 8, I/O @ 0xe400/5
(--) PCI: (0:10:0) unknown vendor (0x11de) unknown chipset 
(0x6057) rev 2, Mem @ 0xe3001000/12
(--) PCI: (0:11:0) BrookTree unknown chipset (0x036e) rev 
2, Mem @ 0xe3002000/12
(--) PCI: (1:5:0) NVidia GeForce2 MX/MX 400 rev 178, Mem @ 
0xe0000000/24, 0xd8000000/27
(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  0xe3004000 - 0xe30043ff (0x400) MX[B]
        [1] -1  0xe3003000 - 0xe3003fff (0x1000) MX[B]
        [2] -1  0xe3000000 - 0xe3000fff (0x1000) MX[B]
        [3] -1  0xe3005000 - 0xe3005fff (0x1000) MX[B]
        [4] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [5] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [6] -1  0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [7] -1  0xe3002000 - 0xe3002fff (0x1000) MX[B](B)
        [8] -1  0xe3001000 - 0xe3001fff (0x1000) MX[B](B)
        [9] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [10] -1 0x0000e800 - 0x0000e807 (0x8) IX[B]
        [11] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [12] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [13] -1 0x0000e400 - 0x0000e41f (0x20) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe3004000 - 0xe30043ff (0x400) MX[B]
        [1] -1  0xe3003000 - 0xe3003fff (0x1000) MX[B]
        [2] -1  0xe3000000 - 0xe3000fff (0x1000) MX[B]
        [3] -1  0xe3005000 - 0xe3005fff (0x1000) MX[B]
        [4] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [5] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [6] -1  0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [7] -1  0xe3002000 - 0xe3002fff (0x1000) MX[B](B)
        [8] -1  0xe3001000 - 0xe3001fff (0x1000) MX[B](B)
        [9] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [10] -1 0x0000e800 - 0x0000e807 (0x8) IX[B]
        [11] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [12] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [13] -1 0x0000e400 - 0x0000e41f (0x20) IX[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  0xe3004000 - 0xe30043ff (0x400) MX[B]
        [6] -1  0xe3003000 - 0xe3003fff (0x1000) MX[B]
        [7] -1  0xe3000000 - 0xe3000fff (0x1000) MX[B]
        [8] -1  0xe3005000 - 0xe3005fff (0x1000) MX[B]
        [9] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [11] -1 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [12] -1 0xe3002000 - 0xe3002fff (0x1000) MX[B](B)
        [13] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B](B)
        [14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [17] -1 0x0000e800 - 0x0000e807 (0x8) IX[B]
        [18] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [20] -1 0x0000e400 - 0x0000e41f (0x20) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.2.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.2960
        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.2.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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 1.1.10
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2960
        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.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver  1.0-2960  Tue May 14 07:45:20 
PDT 2002
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, 
Vanta,
        RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, 
GeForce 256,
        GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 
100/200,
        Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS,
        GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 
460,
        GeForce4 MX 440, GeForce4 MX 420, Quadro4 500/550 XGL,
        Quadro4 200/400 NVS, GeForce3, GeForce3 Ti 200, GeForce3 
Ti 500,
        Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 
Ti 4200,
        Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, 
GeForce2 Go,
        GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M,
        GeForce4 440 Go 64M, Quadro4 500 GoGL
(II) Primary Device is: 
(--) Chipset GeForce2 MX/MX 400 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  0xe3004000 - 0xe30043ff (0x400) MX[B]
        [6] -1  0xe3003000 - 0xe3003fff (0x1000) MX[B]
        [7] -1  0xe3000000 - 0xe3000fff (0x1000) MX[B]
        [8] -1  0xe3005000 - 0xe3005fff (0x1000) MX[B]
        [9] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [11] -1 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [12] -1 0xe3002000 - 0xe3002fff (0x1000) MX[B](B)
        [13] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B](B)
        [14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [17] -1 0x0000e800 - 0x0000e807 (0x8) IX[B]
        [18] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [20] -1 0x0000e400 - 0x0000e41f (0x20) IX[B](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  0xe3004000 - 0xe30043ff (0x400) MX[B]
        [6] -1  0xe3003000 - 0xe3003fff (0x1000) MX[B]
        [7] -1  0xe3000000 - 0xe3000fff (0x1000) MX[B]
        [8] -1  0xe3005000 - 0xe3005fff (0x1000) MX[B]
        [9] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [10] -1 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [11] -1 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [12] -1 0xe3002000 - 0xe3002fff (0x1000) MX[B](B)
        [13] -1 0xe3001000 - 0xe3001fff (0x1000) MX[B](B)
        [14] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [20] -1 0x0000e800 - 0x0000e807 (0x8) IX[B]
        [21] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]
        [22] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
        [23] -1 0x0000e400 - 0x0000e41f (0x20) IX[B](B)
        [24] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [25] 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.2.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(**) 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 0xD8000000
(--) NVIDIA(0): MMIO registers at 0xE0000000
(EE) NVIDIA(0): Failed to initialize the NVdriver kernel 
module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable 
configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please 
send
the full server output, not just the last messages.
This can be found in the log file 
"/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]



_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to