riva 128 and nvidia 71.86 driver

Problems and successes with specific brands/models of computer video hardware
Post Reply
Message
Author
daho
Posts: 1
Joined: Sat 30 Aug 2008, 19:20

riva 128 and nvidia 71.86 driver

#1 Post by daho »

I have problem with my nvidia riva 128 8mb card(elsa victory erazor).

nvidia driver 71.86 not working
i'm using puppy linux version 4.00
packages installed:
NVIDIA-718601-k2.6.21.7.pet
xorg_OPENGL-7.0.pet
opengl.pup

when i write glxinfo in console(on nv driver) i get this:
name of display: :0.0
Xlib: extension "GLX" missing on display ":.0.0"
Xlib: extension "GLX" missing on display ":.0.0"
Xlib: extension "GLX" missing on display ":.0.0"
Error: couldn't find RGB GLX visual
and then the same errors and then
Segmentation fault
xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 5 19:29:10 PDT 2007

#Special base config file used in Puppy Linux.
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
#everything past here is auto-generated by Puppy's Xorg Wizard...
#PuppyHardwareProfile=ELSA_VICTORY_Erazor

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
RgbPath "/usr/X11R7/lib/X11/rgb"
FontPath "/usr/X11R7/lib/X11/fonts/misc/"
FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
# This loads xtrap extension, used by xrandr
Load "xtrap"
# This loads the GLX module (if present)
Load "glx"
# This loads dri module (if present)
EndSection

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...
Option "RandR" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "pl" #xkeymap0
EndSection

Section "InputDevice"

#Option "Emulate3Timeout" "50"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Microsoft" #mouse0protocol
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Modes"

#modes0modeline0
Identifier "Modes0"
EndSection

Section "Monitor"

#UseModes "Modes0" #monitor0usemodes
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 60.0
Option "PreferredMode" "800x600"
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#card0driver
Identifier "Card0"
Driver "nvidia"
VendorName "NVidia / SGS Thomson (Joint Venture)"
BoardName "Riva128"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection

this is xerrs.log:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux puppypc 2.6.21.7 #1 Sun Feb 24 10:22:08 GMT-8 2008 i586
Build Date: 28 November 2007
Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Mon Sep 1 12:08:48 2008
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
/usr/X11R7/bin/jwm
usage: absvolume -bg is no longer supported, ignoring.
Try restarting X to pickup new gtk background colour.
freememapplet: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by freememapplet)

sorry for my english i'm from poland

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#2 Post by technosaurus »

I don't have an nv card so I can't really test it but I am putting it up in case someone wants to give it a go

I expanded this from nvidia's site
http://download.nvidia.com/XFree86/Linu ... 2-pkg1.run

and made this sfs
http://puppylinux.asia/members/T/apps_s ... g1_412.sfs
md5
http://puppylinux.asia/members/T/apps_s ... fs-md5.txt

you'll need these to compile against
ftp://ibiblio.org/pub/linux/distributio ... ppy4.1.sfs
or these
ftp://ibiblio.org/pub/linux/distributio ... 1retro.sfs

as well as the devx_XXX.sfs
ftp://ibiblio.org/pub/linux/distributio ... modules-4/

BUG NOTE
/usr/X11R7/lib/pkgconfig/xorg-server.pc should include
sdkdir=/usr/X11R7/include/xorg

in the source directory you'll need to type
make SYSSRC=/usr/src/linux-2.x.y module

I used nvidia for module and got an error 2 for nvidia.o & finally gave up for the night
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply