In message <[EMAIL PROTECTED]>
        [EMAIL PROTECTED] wrote:

> I compiled mythtv with --enable-opengl-vsync
>
> How do I validate that it is actually using opengl vsync?

Look at the log messages.

> Does the following have anything to do with it?
>
> mythfrontend -v playback >log.txt
>
> nVidiaVideoSync: Could not open device /dev/nvidia0, No such device or address
> DRMVideoSync: VBlank ioctl did not work, unimplemented in this driver?
> Using audio as timebase
> Video timing method: RTC

You probably haven't enabled it in the database - there's probably an
option in the frontend somewhere, or you can do it with:

  update settings set data = 1 where value = 'UseOpenGLVSync';

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to