Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv17460

Modified Files:
        tvtime.py 
Log Message:
Looks I did in fact break x11 output, but it was only for a few seconds,
so no one should be upset :) Mapped config of 'x11' to 'xv' and 'dfbmga'
to 'directfb' since that's what tvtime uses.


Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tvtime.py   9 Jun 2003 16:42:13 -0000       1.6
--- tvtime.py   9 Jun 2003 17:04:28 -0000       1.7
***************
*** 10,13 ****
--- 10,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/06/09 17:04:28  outlyer
+ # Looks I did in fact break x11 output, but it was only for a few seconds,
+ # so no one should be upset :) Mapped config of 'x11' to 'xv' and 'dfbmga'
+ # to 'directfb' since that's what tvtime uses.
+ #
  # Revision 1.6  2003/06/09 16:42:13  outlyer
  # Don't shut down the display if using mga since it breaks the framebuffer
***************
*** 197,201 ****
              # Most of these options are only available in tvtime ver >= 0.9.8
  
!             command = 'tvtime -D %s -k -I %s -n %s -d %s -f %s -c %s' % 
(config.CONF.display,
                                                                     w,
                                                                     s_norm,
--- 202,213 ----
              # Most of these options are only available in tvtime ver >= 0.9.8
  
!             if config.CONF.display == 'x11':
!                 outputplugin = 'Xv'
!             if config.CONF.display == 'mga':
!                 outputplugin = 'mga'
!             if config.CONF.display == 'dfbmga':
!                 outputplugin = 'directfb'
! 
!             command = 'tvtime -D %s -k -I %s -n %s -d %s -f %s -c %s' % 
(outputplugin,
                                                                     w,
                                                                     s_norm,




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to