aboteler
05-09-07, 06:02 PM
I have a Solaris 10 box with the NVIDIA-Solaris-x86-1.0-9755 drivers installed. To run my opengl app I did added symbolic links in /usr/lib to /usr/X11/lib/NVIDIA/libGL.so, ...
However when I run the program I get--
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
and in the /var/log/Xorg.0.log there is --
(II) LoadModule: "xtsol"
(WW) Warning, couldn't open module xtsol
(II) UnloadModule: "xtsol"
(EE) Failed to load module "xtsol" (module does not exist, 0)
(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: "nvidia"
I tried adding a symbolic link in /usr/lib to libglx.so but that did not work. I am stumped at this point. Does anybody have insight into what is happening and how to fix it?
Thanks,
Aaron
However when I run the program I get--
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
and in the /var/log/Xorg.0.log there is --
(II) LoadModule: "xtsol"
(WW) Warning, couldn't open module xtsol
(II) UnloadModule: "xtsol"
(EE) Failed to load module "xtsol" (module does not exist, 0)
(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: "nvidia"
I tried adding a symbolic link in /usr/lib to libglx.so but that did not work. I am stumped at this point. Does anybody have insight into what is happening and how to fix it?
Thanks,
Aaron