1
Window / error while running simple test on linux (sfml2)
« on: October 09, 2010, 01:25:48 am »
alright, so I should have read the FAQ first, compiz is apparently the culprit.
However, the script provided in the faq doesn't seem to be working for me... This is the output of running the script:
It seems to partially turn off compiz, but the same errors show up in the SFML app.
I'm sure I can find a different script to do the compiz toggle, but is there another way around this? Somewhere between switching off compiz and integrating an SFML context into GTK?
However, the script provided in the faq doesn't seem to be working for me... This is the output of running the script:
Code: [Select]
sh ./toggle_compiz.sh
fordprefect@bistromath:~/sfml2TEST$ WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
compiz (cube) - Warn: Failed to load slide: /usr/share/gdm/themes/Human/ubuntu.png
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug!
It seems to partially turn off compiz, but the same errors show up in the SFML app.
I'm sure I can find a different script to do the compiz toggle, but is there another way around this? Somewhere between switching off compiz and integrating an SFML context into GTK?