Author: tack
Date: Tue Dec 26 14:55:55 2006
New Revision: 2288

Modified:
   trunk/popcorn/src/backends/xine/config.cxml

Log:
Default vsync to False because it is not bug-free on all cards.  (Works great
on GF440MX but has problems with GF6200.  It's a driver problem and nvidia has
acknowledged it's a bug.)


Modified: trunk/popcorn/src/backends/xine/config.cxml
==============================================================================
--- trunk/popcorn/src/backends/xine/config.cxml (original)
+++ trunk/popcorn/src/backends/xine/config.cxml Tue Dec 26 14:55:55 2006
@@ -17,7 +17,7 @@
             </desc>
         </var>
     </group>
-    <var name="vsync" default="True">
+    <var name="vsync" default="False">
         <desc lang="en">Enable vsync via OpenGL (applies only to X11 
visuals)</desc>
     </var>
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to