GLX module is failed to load

For drivers and kernel modules.
Post Reply
Message
Author
asprakash
Posts: 16
Joined: Mon 29 Oct 2007, 13:34

GLX module is failed to load

#1 Post by asprakash »

Dear all,
I am using puppy Linux 4.2.1. One of my software required OPENGLX. I installed xorg_xorg_dri-7.3-1.pet package and updated my xorg.conf file. I enabled "Load "glx" and "Load "dri" in the modules section. Now I reboot my puppy Linux and executed my software. Now I am getting the error,
Tclerror: Togl: X server has no OPENGL GLX extension
Bcoz of my xorg.log confirmed that, the glx module failed to load.
(II) Loading font FreeType
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R7/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
However, i noted that the glx module libglx.so is available in /usr/X11R7/lib/xorg/modules/extensions/ folder.

I confused why the glx module is not loaded. Any clues?.

-Regards,
Prakash

Post Reply