capoeirista
03-11-03, 03:27 AM
I'm trying to get the 4191 driver working on my slackware 8.1 distrubition of linux, but with no luck. I get the classic
(EE) NVIDIA(0): Failed to initialize the NVdriver kernel module!
error, followed by a
(EE) Screen(s) found but none have a useable configuration
message.
The modules I have loaded (in startup script) are as follows :
Module Size Used by Tainted: P
soundcore 3236 0 (autoclean)
nvidia 1467488 1
agpgart 29824 0 (unused)
pcmcia_core 40896 0
ide-scsi 7456 0
via-rhine 12452 1
mii 1008 0 [via-rhine]
And the following is a copy of my XF86Config file :
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Philips Brilliance"
HorizSync 30-69
VertRefresh 50-120
EndSection
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nvidia0"
Monitor "Philips Brilliance"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
I'm running a Celron 450 with 320Mb RAM and GForce 440 MX graphics card.
I can replace the device driver with "vesa", and X loads, but it isn't pretty. Oh yeah, and I've tried the 3123 drivers, but with the same results.
If you can see something that I haven't in all that, or have any ideas, you may yet save what hair I haven't pulled out already
Cheers,
Olly
(EE) NVIDIA(0): Failed to initialize the NVdriver kernel module!
error, followed by a
(EE) Screen(s) found but none have a useable configuration
message.
The modules I have loaded (in startup script) are as follows :
Module Size Used by Tainted: P
soundcore 3236 0 (autoclean)
nvidia 1467488 1
agpgart 29824 0 (unused)
pcmcia_core 40896 0
ide-scsi 7456 0
via-rhine 12452 1
mii 1008 0 [via-rhine]
And the following is a copy of my XF86Config file :
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Philips Brilliance"
HorizSync 30-69
VertRefresh 50-120
EndSection
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nvidia0"
Monitor "Philips Brilliance"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
I'm running a Celron 450 with 320Mb RAM and GForce 440 MX graphics card.
I can replace the device driver with "vesa", and X loads, but it isn't pretty. Oh yeah, and I've tried the 3123 drivers, but with the same results.
If you can see something that I haven't in all that, or have any ideas, you may yet save what hair I haven't pulled out already
Cheers,
Olly