Author: duncan
Date: Thu Nov 30 21:40:05 2006
New Revision: 8682
Modified:
branches/rel-1/freevo/freevo_config.py
Log:
[ 1600255 ] Disable joystick by default
Change applied
Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py (original)
+++ branches/rel-1/freevo/freevo_config.py Thu Nov 30 21:40:05 2006
@@ -1314,9 +1314,9 @@
MPLAYER_NICE = -20
if CONF.display in ( 'directfb', 'dfbmga' ):
- MPLAYER_ARGS_DEF = ('-autosync 100 -nolirc -autoq 100 -fs ')
+ MPLAYER_ARGS_DEF = ('-autosync 100 -nolirc -nojoystick -autoq 100 -fs ')
else:
- MPLAYER_ARGS_DEF = (('-autosync 100 -nolirc -autoq 100 -screenw %s '
+ MPLAYER_ARGS_DEF = (('-autosync 100 -nolirc -nojoystick -autoq 100
-screenw %s '
+ '-screenh %s -fs') % (CONF.width, CONF.height))
-------------------------------------------------------------------------
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