showing no window in Ubuntu

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
happilylazy
Posts: 53
Joined: Sun Aug 31, 2008 3:16 pm
Location: Split, Croatia

showing no window in Ubuntu

Post by happilylazy »

Hi. Here's one quickie.
Why when i run (windowed) with EDT_SOFTWARE mode i get a nice window with x in the top and everything, and when i switch to EDT_OPENGL the window disappears?
It has the game running but no window, no caption, and upon exiting the picture lags on screen until I refresh manually.
What now??? =_=''
sp00n
Posts: 114
Joined: Wed Sep 13, 2006 9:39 am

Post by sp00n »

What model of videocard do you use? Do you instal a right drivers for it (it needs for correct OpenGL working, especialy if you use ATI)
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

You have to disable Compiz.
"Whoops..."
happilylazy
Posts: 53
Joined: Sun Aug 31, 2008 3:16 pm
Location: Split, Croatia

Post by happilylazy »

OK, I installed blender and it is broken too, so I think it's drivers or OpenGL error.

My video card is:
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrate
d Graphics Controller (rev 10)

Sucky, I know but it should be running OpenGL OK.
I'm running Ubuntu with standard modules
Qt 4 OpenGL module
freeglut3-dev
glutg3-dev

But what about drivers, can you help fix these?
What now??? =_=''
happilylazy
Posts: 53
Joined: Sun Aug 31, 2008 3:16 pm
Location: Split, Croatia

Post by happilylazy »

randomMesh wrote:You have to disable Compiz.
Whoa, how did you know.
It works!

But as I programmer I am I have to ask what causes clash between Compiz and OpenGL. How to make them work together.
Yey another problem to solve.
What now??? =_=''
Post Reply