PDA

View Full Version : Single program


zusuma
October 24th, 2007, 07:28 PM
I have a simple source in C++ that work in Metacity. It is a simple code, it draw a rentangle in a Window.

When a run the program in compiz-fussion or in beryl the windows is corrupted and don't show a rectangle.

How can i build a single opengl program that work in compiz-fussion?

Thank, sorry for my English.

adamk
October 24th, 2007, 08:42 PM
OpenGL applications do not work properly with the open source intel or radeon drivers (or fglrx) if you are using compiz with AIGLX. If it's a fullscreen opengl application, you try try enabling the "unredirect fullscreen windows" but that's about it. It's really up to the driver developers to allow direct rendering to redirected windows.

Adam

zusuma
October 25th, 2007, 04:59 PM
I think that the problem was in my code, becose same time it work and others don't work.

Thank you.