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?