-
GLX little problem
I use xlib and glx to create an opengl program. I redraw the window every 1 second. when I have a window in regular size I don't have any problem, but when I go to full screen mode with XRRSetScrennConfigAndRate(); My first draw happen but every second draw(redraw) doesn't happen?
**But when I enable opengl antialiasing in my nvidia X server setting it work true? What's the reson?
-
Super Moderator
OpenGL Lord
Re: GLX little problem
do swapbuffers correctly ? do you use double buffer drawing (you should) ?
try disable composite desktop manager such as compiz : do it change something ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules