Stephen Kuhn wrote:

On Wed, 2003-04-02 at 02:13, John Richard Smith wrote:


Ok, so I installed,
NVIDIA_kernel-1.0tex-4191.i586.rpm
NVIDIA_GLX-1.0tex-4191.i586.rpm
from texstar website.

Now I always got on boot-up,

probing for new hardware (0,00,00,00)
processing sda, scd0, scd1,
adding devfsd device names,
adding information

this repeated about 10 times,


but now I get in adition to above,


xfree86 v4.3.0
makes (--)probed(xx)from config file (==) default settings
(++)from command line (!!) notice (11) info
(ww) warning (EE) error (Ni) not implemented(??) unknown
using vt7
(11)[glx] initializing GLX extension.
XXX if unresolved symbols were reported above they might not
be reason for server aborting.
total error server aborted.
now I tried the usual alteration of /etc/x11/xffree86-4 file from
"nv" to "nvidia" but it made not difference,
seems like I need something more by way of configuration , but what ?
John



Strange - so what happens - do you get dumped to a console, or what? Have you checked to make sure you commented out the "dbe" bit in the XF86Config-4 file as well?

Well, I get the usual terminal, I login as root, and starx, and I get the same warnings as abovementioned.
Anyway attatched is my current /etc/x11/xf86Config-4
and /var/log/XFree86.0.log


see if you can spot something ?

thanks,

John

--
John Richard Smith
[EMAIL PROTECTED]


# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
#    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
#    Load "glx" # 3D layer
    Load "/usr/X11R6/lib/modules/extensions/libglx.so"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
    Option "XkbCompat" ""
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1280x1024 @ 60 Hz"
    HorizSync 31.5-64.3
    VertRefresh 50-70
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce3 (generic)"
#    Driver "nv"
    Driver "nvidia"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.18-23mdksmp i686 [ELF] 
Build Date: 27 February 2003
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Apr  1 23:38:21 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(WW) Option "XkbCompat" requires an string value
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 Font Renderer : 0.4
(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.3.0, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(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.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(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 1106,3099 card 1106,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 1033,0035 card 1033,0035 rev 41 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 1033,0035 card 1033,0035 rev 41 class 0c,03,10 hdr 00
(II) PCI: 00:0b:2: chip 1033,00e0 card 1462,3504 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3074 card 1106,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 4005,4710 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0201 card 0000,0000 rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd5b00000 - 0xddcfffff (0x8200000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3 Ti 200] rev 163, Mem @ 
0xde000000/24, 0xd8000000/26, 0xddc80000/19, BIOS @ 0xdfef0000/16
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xdfffff00 - 0xdfffffff (0x100) MX[B]
        [1] -1  0       0xdfffe000 - 0xdfffefff (0x1000) MX[B]
        [2] -1  0       0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
        [3] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [4] -1  0       0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
        [5] -1  0       0xddc80000 - 0xddcfffff (0x80000) MX[B](B)
        [6] -1  0       0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
        [7] -1  0       0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [8] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [9] -1  0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [10] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [11] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [12] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xdfffff00 - 0xdfffffff (0x100) MX[B]
        [1] -1  0       0xdfffe000 - 0xdfffefff (0x1000) MX[B]
        [2] -1  0       0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
        [3] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [4] -1  0       0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
        [5] -1  0       0xddc80000 - 0xddcfffff (0x80000) MX[B](B)
        [6] -1  0       0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
        [7] -1  0       0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [8] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [9] -1  0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [10] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [11] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [12] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdfffff00 - 0xdfffffff (0x100) MX[B]
        [6] -1  0       0xdfffe000 - 0xdfffefff (0x1000) MX[B]
        [7] -1  0       0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [9] -1  0       0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
        [10] -1 0       0xddc80000 - 0xddcfffff (0x80000) MX[B](B)
        [11] -1 0       0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
        [12] -1 0       0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [16] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [17] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [18] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [19] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.0.1
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(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.3.0, module version = 2.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "/usr/X11R6/lib/modules/extensions/libglx.so" (glx)
(WW) LoadModule: given non-canonical module name 
"/usr/X11R6/lib/modules/extensions/libglx.so"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.4191
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(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.4191
        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.3.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) NVIDIA XFree86 Driver  1.0-4191  Mon Dec  9 11:51:41 PST 2002
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdfffff00 - 0xdfffffff (0x100) MX[B]
        [6] -1  0       0xdfffe000 - 0xdfffefff (0x1000) MX[B]
        [7] -1  0       0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [9] -1  0       0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
        [10] -1 0       0xddc80000 - 0xddcfffff (0x80000) MX[B](B)
        [11] -1 0       0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
        [12] -1 0       0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [16] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [17] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [18] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [19] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdfffff00 - 0xdfffffff (0x100) MX[B]
        [6] -1  0       0xdfffe000 - 0xdfffefff (0x1000) MX[B]
        [7] -1  0       0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [9] -1  0       0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
        [10] -1 0       0xddc80000 - 0xddcfffff (0x80000) MX[B](B)
        [11] -1 0       0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
        [12] -1 0       0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [19] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]
        [20] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [21] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
        [22] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [23] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [24] 0  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.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(**) 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 0xD8000000
(--) NVIDIA(0): MMIO registers at 0xDE000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA 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]

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to