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

Modified Files:
        freevo_config.py 
Log Message:
o add dvd events
o set better overscan for dxr3
o make noia the default skin


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.213
retrieving revision 1.214
diff -C2 -d -r1.213 -r1.214
*** freevo_config.py    18 Jul 2003 16:40:01 -0000      1.213
--- freevo_config.py    27 Jul 2003 19:14:30 -0000      1.214
***************
*** 219,222 ****
--- 219,223 ----
      'tv'      : TV_EVENTS,
      'video'   : VIDEO_EVENTS,
+     'dvd'     : DVD_EVENTS,
      'audio'   : AUDIO_EVENTS,
      'games'   : GAMES_EVENTS,
***************
*** 533,537 ****
  # XML file for the skin
  #
! SKIN_XML_FILE = 'blue_round1'
  
  #
--- 534,538 ----
  # XML file for the skin
  #
! SKIN_XML_FILE = 'noia'
  
  #
***************
*** 567,574 ****
      OVERSCAN_Y = 20
  
! if CONF.display == 'dfbmga' or CONF.display == 'dxr3':
      OVERSCAN_X = 50
      OVERSCAN_Y = 50
  
  # Exec a script on the osd close.
  OSD_SDL_EXEC_AFTER_CLOSE = ""
--- 568,579 ----
      OVERSCAN_Y = 20
  
! if CONF.display == 'dfbmga':
      OVERSCAN_X = 50
      OVERSCAN_Y = 50
  
+ if CONF.display == 'dxr3':
+     OVERSCAN_X = 65
+     OVERSCAN_Y = 45
+     
  # Exec a script on the osd close.
  OSD_SDL_EXEC_AFTER_CLOSE = ""




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to