Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv29706

Modified Files:
        freevo_config.py 
Log Message:
added dga support and STOP_OSD_WHEN_PLAYING to shutdown down osd

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.228
retrieving revision 1.229
diff -C2 -d -r1.228 -r1.229
*** freevo_config.py    16 Aug 2003 12:26:17 -0000      1.228
--- freevo_config.py    20 Aug 2003 19:01:15 -0000      1.229
***************
*** 610,614 ****
--- 610,620 ----
      OSD_SDL_EXEC_AFTER_CLOSE='./contrib/fbcon/mgafb restore'
  
+ # Stop the osd before playing a movie with xine or mplayer. Some output
+ # devices need this. After playback, the osd will be restored
+ STOP_OSD_WHEN_PLAYING = 0
  
+ if CONF.display in ( 'dfbmga', 'dxr3', 'dga' ):
+     STOP_OSD_WHEN_PLAYING = 1
+     
  # ======================================================================
  # Remote control section




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to