Benjamin Sergeant wrote:
> Hi all,
>
> Basics OpenGL Remote display from a Solaris 8 to a Linux (Mandriva 2007.0, 
> but same behaviour with lots of other "guest" OSs) box fails at startup.
> This is a February 2004 solaris, and some patches were installer as it is a 
> CAD machine with Catia and all the stuff.
>
>   
The GLX visual info returned from the Linux box is really odd.
The X visual types are all TrueColor, but all the GLX visual info
says index color:

> depth of root window:   24 planes
> ...
> TrueColor visual: ID = 0x21 (hex) 33 (decimal), screen = 0, gamma = 2.22
>   DOUBLE buffered MONO COLOR INDEX visual with (Z)
>   GL Sizes: ColorIndex=24, Z=16,
>   number of sample buffers=0, samples per pixel =0
>   ERROR: CI visual, but RGB has non-zero sizes (8,8,8)
>   Core X: depth=24, colormapSize=256 RGB: masks=(0xff0000,0xff00,0xff) bits=8
>
> TrueColor visual: ID = 0x22 (hex) 34 (decimal), screen = 0, gamma = 2.22
>   DOUBLE buffered MONO COLOR INDEX visual with (Z Stencil)
>   GL Sizes: ColorIndex=24, Z=16, Stencil=8
>   number of sample buffers=0, samples per pixel =0
>   ERROR: CI visual, but RGB has non-zero sizes (8,8,8)
>   ERROR: CI visual, but Accum has non-zero sizes (16,16,16,0)
>   Core X: depth=24, colormapSize=256 RGB: masks=(0xff0000,0xff00,0xff) bits=8
>
> TrueColor visual: ID = 0x23 (hex) 35 (decimal), screen = 0, gamma = 2.22
>   DOUBLE buffered MONO COLOR INDEX visual with (Z Stencil)
>   GL Sizes: ColorIndex=32, Z=16, Stencil=8
>   number of sample buffers=0, samples per pixel =0
>   ERROR: CI visual, but RGB has non-zero sizes (8,8,8)
>   ERROR: CI visual, but Alpha has non-zero size = 8
>   ERROR: CI visual, but Accum has non-zero sizes (16,16,16,16)
>   Core X: depth=24, colormapSize=256 RGB: masks=(0xff0000,0xff00,0xff) bits=8
>
> TrueColor visual: ID = 0x24 (hex) 36 (decimal), screen = 0, gamma = 2.22
>   SINGLE buffered MONO COLOR INDEX visual with (Z Stencil)
>   GL Sizes: ColorIndex=32, Z=16, Stencil=8
>   number of sample buffers=0, samples per pixel =0
>   ERROR: CI visual, but RGB has non-zero sizes (8,8,8)
>   ERROR: CI visual, but Alpha has non-zero size = 8
>   ERROR: CI visual, but Accum has non-zero sizes (16,16,16,16)
>   Core X: depth=24, colormapSize=256 RGB: masks=(0xff0000,0xff00,0xff) bits=8
>   
Both ogl-install-check and glxgears are looking for a TrueColor
GLX visual attributes.

What graphics hardware and driver is running on the Linux box?
Does glxgears run native on the Linux box?


Reply via email to