I'm playing around with minetest, but I've noticed an issue with Irrlicht. I am not sure where to trace it to or how to fix this. The issue is as follows: When I run the program, Irrlicht selects the OpenGL driver for use.

When it is run as root I see Using renderer: OpenGL 3.3.10237.

When run as a regular user I see: Using renderer: OpenGL 1.4

which results in a nasty flicker. How do I fix this?

link|improve this question

@voting to close, why? It definitely relates to programming/software development if end users of a programme see a flicker because somewhere along the way the wrong renderer is selected. Please explain? – EricR Nov 15 '11 at 21:10
3  
This is a question not so well suited for StackOverflow, but more for SuperUser. Anyway, what's the output of glxinfo for both cases? I suspect that your user cannot open the device node to the GPU's kernel interface, thus it drops you into some fallback. – datenwolf Nov 15 '11 at 21:12
@datenwolf, thank you, feedback is always nicer than ambiguous close votes. I'll repost on SU. Direct rendering seems to be the issue. – EricR Nov 15 '11 at 21:16
And why not ask here: irrlicht.sourceforge.net/forum – Bart Nov 15 '11 at 21:18
@Bart, I've worked with irrlicht in the past on a different machine that didn't have this issue. I had less than helpful (pleasant?) experiences with their forums. – EricR Nov 15 '11 at 21:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.