Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: GLX little problem

  1. #1
    Intern Newbie
    Join Date
    Nov 2008
    Posts
    31

    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?

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    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
  •