> 
> Both Mesa and libMesaGL1 installed , unfortunatly still getting the same
> error
> richard
> 
> On Thu, 2001-12-27 at 14:00, richard wrote:
> > looks like not , off to rpmfind  !!!
> > 
> > thanks
> > 
> > On Thu, 2001-12-27 at 13:45, Charles A Edwards wrote:
> > > On 26 Dec 2001 17:38:17 +0000
> > > richard <[EMAIL PROTECTED]> wrote:
> > > 
> > > > seansons greetings
> > > > I'm using a ATI radeon graphics card, what do I need to get full GLX
> > > > function, see error message below.
> > > > 
> > > > TIA
> > > > Richard
> > > > 
> > > > (c) 1999-2000 Jasmin F. Patry <[EMAIL PROTECTED]>
> > > > "Tux Racer" is a trademark of Jasmin F. Patry
> > > > Tux Racer comes with ABSOLUTELY NO WARRANTY. This is free software,
> > > > and you are welcome to redistribute it under certain conditions.
> > > > See http://www.gnu.org/copyleft/gpl.html for details.
> > > > 
> > > > Xlib:  extension "GLX" missing on display ":0.0".
> > > > Xlib:  extension "GLX" missing on display ":0.0".
> > > > *** tuxracer error: Couldn't initialize video: Couldn't find matching
> > > > GLX visual (Success)
> > >  
> > > 
> > > Did you install MESA and the MESA libs.
> > > 
> > > Also there is 1 of the chipsets used on some of the New MOBs for AMD  
> > > that regire a patch/fix.
> > > 
 

Check your /etc/X11/XF86Config-4
Your module section and graphics device sections should be the
same/similar to that of mine listed below:

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"

    Load        "glx"
    Load        "dri"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"
        #Option "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

    Load        "type1"
    Load        "freetype"
EndSection


Section "DRI"
    Mode        0666
EndSection

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "ATI Radeon"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "radeon"
#    VideoRam    32768
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

    Option      "AGPMode"  "1"
    Option      "DPMS"  "on"
EndSection



   Charles



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

Reply via email to