Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv514
Modified Files:
osd.py
Log Message:
force sdl to x11 when using x11. Sometimes detection fails
Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** osd.py 30 Jul 2003 15:13:01 -0000 1.74
--- osd.py 4 Aug 2003 19:46:35 -0000 1.75
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.75 2003/08/04 19:46:35 dischi
+ # force sdl to x11 when using x11. Sometimes detection fails
+ #
# Revision 1.74 2003/07/30 15:13:01 outlyer
# Add encoding to remove some warnings from Python 2.3. Has no effect on
***************
*** 326,329 ****
--- 329,336 ----
if config.CONF.display == 'dfbmga':
os.environ['SDL_VIDEODRIVER'] = 'directfb'
+
+ # sometimes this fails
+ if config.CONF.display == 'x11':
+ os.environ['SDL_VIDEODRIVER'] = 'x11'
# Initialize the PyGame modules.
-------------------------------------------------------
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