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: Synchronize buffer swap with VSYNC

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2000
    Location
    New Jersey, USA
    Posts
    23

    Synchronize buffer swap with VSYNC

    Dear fellows,

    can I synchronize buffer swapping with refresh rate/vsync on XFree86 4 in Linux? If so, how do I do?

    Specific HW/SW, RedHat 6.2, XFree86 4.0.0, nVidia OpenGL driver 0.9-3, Absolute Multimedia GeForce 2 (32 MB).

    / plg

  2. #2

    Re: Synchronize buffer swap with VSYNC

    Originally posted by plg:
    can I synchronize buffer swapping with refresh rate/vsync on XFree86 4 in Linux? If so, how do I do?
    Short answer: I don't know.

    Long answer: I believe swap control under Windows is done w/ a wgl extension, so the place to look for such functionality under Linux would be in the GLX extensions.

    I've got a very similar setup to you and just tried to query the GLX extension string - it returned NULL. So either I did it wrong, or no extensions are exported yet by the NVIDIA driver. I was planning on playing around with the latest G400 and V3 DRI drivers this weekend, so maybe that will shed some light on things.

    Cheers,
    Mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •