LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   GLX missing on Solarix 10 x86 (https://www.linuxquestions.org/questions/solaris-opensolaris-20/glx-missing-on-solarix-10-x86-548050/)

azazel11998 04-22-2007 10:03 AM

GLX missing on Solarix 10 x86
 
I have built the Mesa libraries but still need the GLX extensions.

The problem is that when i run opengl programs, that's what i get in the console.
"GLX extension missing"

Does any one know a solution?

jlliagre 04-22-2007 11:19 AM

Are you sure GLX extension is missing ?
Code:

/usr/openwin/bin/xdpyinfo | grep GLX
What X server are you running, Xsun or Xorg ?
One way to see it:
Code:

ptree $(pgrep dtlogin)
What is your graphic card ?

What is the driver used by your X server ?

azazel11998 04-23-2007 04:11 AM

Thanks for replying

Quote:

Originally Posted by jlliagre
Are you sure GLX extension is missing ?
Code:

/usr/openwin/bin/xdpyinfo | grep GLX

Here is the output
Code:

GLX
SGI-GLX

Quote:

Originally Posted by jlliagre
What X server are you running, Xsun or Xorg ?
One way to see it:
Code:

ptree $(pgrep dtlogin)

I am using XSun

Quote:

Originally Posted by jlliagre
What is your graphic card ?

What is the driver used by your X server ?

Here the output from kdmconfig
Code:

        Video Device: Intel Corp. 82815 CGC [Chipset Graphics Controller]
        Video Driver: XF86-I810
    Resolution/Colors: 1024x768 - 256 colors @ 85Hz
          Screen Size: 16-inch (41cm)

        Monitor Type: Plug and Play Mfreq 16 Inch CPQ1366 (up to 1280x1024 @ 60Hz)

Here is exactly how I get this GLx missing thing. I telnet to a remote machine , this machine has the program that uses OpenGL. I start the program and I can't see a thing, the place were I should see the drawing is empty. And when I looked in the console I saw the GLX missing message. I hope I made this clear.

azazel11998 04-24-2007 03:47 AM

Quote:

Originally Posted by azazel11998


Here is the output
Code:

GLX
SGI-GLX


Sorry when i told that i was having GLX and SGI-GLX, I was running this command from a windows box using cygwin. When I ran this command on the solaris x86 machine nothing came up.

jlliagre 04-25-2007 03:08 PM

Did you try switching to Xorg ?


All times are GMT -5. The time now is 08:21 PM.