[PD] Can't create Gem window

IOhannes m zmoelnig zmoelnig at iem.at
Mon Oct 1 11:40:44 CEST 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-10-01 11:08, Ed Kelly wrote:
> ...when I try to create a Gem window. Looking at a previous post in
> the archive, setting the environment variable GEM_SINGLE_CONTEXT to
> 1 does not change this. I'm stuck! GL screensavers are working
> correctly...
> 

do glxgears work?

if so, what is your pixel-depth?
Gem wants to create a 24bit buffer, so if you are running your X in
8bit/palette mode it will bail out.

this is what Gem requests:
{
GLX_RED_SIZE>=4,
GLX_GREEN_SIZE>=4,
GLX_BLUE_SIZE>=4,

GLX_DEPTH_SIZE>=16,

GLX_STENCIL_SIZE>=8,

GLX_ACCUM_RED_SIZE>=8,
GLX_ACCUM_GREEN_SIZE>=8,
GLX_ACCUM_BLUE_SIZE>=8,

GLX_DOUBLEBUFFER
}

check the output of glxinfo, whether your config supports such a setting.

fgmasdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlBpZRkACgkQkX2Xpv6ydvR5VgCgng37YHFrRQoZJk+CMDFz1OGZ
fp4AoNrTWuQGqvAg8OgJ2XimzEa9KamQ
=gGaA
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2320 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20121001/7ea36a3a/attachment.bin>


More information about the Pd-list mailing list