I am a beginner in irrlicht world and I use Linux/Debian to write and test my first code in c++ with Irrlicht engine. But I have encountered a small problem in my machine with Linux. If I execute all example and I choose OpenGL, window is showed without border - see this image:
If I select Software Rederer in Linux or I use Windows XP with OpenGL/DirectX I have not this problem. I not understand if this problem is in irrlicht driver or in openGL driver in my machine.
Somebody can you help me and explain me this mistery? Thank you!
Edit:
I add another graphics issue: in terrain scene I see texture with strange light, if I use software driver I see all correctly.
Last edited by Hopeless on Sun Apr 04, 2010 2:29 pm, edited 1 time in total.
Thank you RandomMesh. Now border is visible correctly
Now I have the problem in texture in terrain. Problem is visible here:
At top is visible terrain showed from Linux machine with OpenGL. At bottom it's showed corrected texture with Linux and software mode or Windows with Direct3D/OpenGL device.
I see also these messages when I call linux/opengl version:
What card are you using? Just show us the whole output, could help. Ubuntu used some broken Intel drivers some time ago, it looks as if you only have one texture layer (no detail map).
Thank you Hibryd for reply. You are right: output show only one layer (If I remove from code detail layer, I see the same texture in terrain).
I found another strange problem. If in scene I add only the terrain (without Skybox or other mesh object) I see detailed texture in terrain. If I add only one object (sky or mesh), terrain not show detailed texture. (This problem not present in Windows OS on with Linux with software driver).
Is there some work around for resolve this bug?
Thank you (and excuse me for my poor english )
(In my test I use ATI with open source driver - closed driver not works in my pc).