SDL

ian ian.porter3 at ntlworld.com
Tue May 14 15:49:52 BST 2002


Yep I do have the load "glx" as below, but it is in the XFreeConfig-4 file in 
the /etx/X11/ directory, just wondering if it needs the libGLX.so file in the 
/usr/X11/lib directory because I do not have the file, but I have the file in 
the /usr/X11R6/lib/modules/extensions directory "libglx.a" just wondering if 
I need to install this or something, soz I am newbie as such to linux as you 
can probably tell, 

Section "Module"
# This loads the DBE extension module.
    Load	"dbe"
# This loads the Video for Linux module.
    Load        "v4l"
    Load	"glx"
    Load	"dri"

Thanks
Ian

On Tuesday 14 May 2002 12:49 am, you wrote:
> >===== Original Message From ian <ian.porter3 at ntlworld.com> =====
> >Opps.. I had got the SDL library link to a file that was not there ?. do
> > not know why because I had installed SDL from rpms ?
> >
> >But I now have this error when I run the program.  Any advice would be
> > nice.
> >
> >Loading required GL library /usr/X11R6/lib/libGL.so.1.2
> >SDL ERROR =:'Couldn't find matching GLX visual' at line 49
> >
> >Ian
>
> I'm guessing your X server isn't configured to load the GLX module.  Check
> your XF86Config file (possibly XF86Config-4, usually in /etc or /etc/X11)
> and see that it has the line:
>
> Load "glx"
>
> in the modules section.  Mine, for example:
>
> Section "Module"
>         Load  "dri"
>         Load  "record"
>         Load  "glx"
>         Load  "extmod"
>         Load  "dbe"
>         Load  "freetype"        # TrueType font handler
>         Load  "type1"           # Type1 font handler
> EndSection
>
>
> Cheers,
> Jeff
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list