Changes between Version 10 and Version 11 of ScreensaverEnhancements
- Timestamp:
- Mar 6, 2009, 3:05:16 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScreensaverEnhancements
v10 v11 20 20 On Windows, the default graphics app must be named ''boinscr.exe'' and located in the BOINC executable directory (the same directory which contains ''boinc.exe''). 21 21 On the Mac, it must be named ''boincscr'' and located in the directory ''/Library/Application Support/BOINC Data/''. 22 Additional support files needed by the default graphics app, such as logos and fonts, should be in the same directory. 23 24 The default graphics app will usually be called with the command-line argument ''--fullscreen'', which may be ignored. 22 Additional support files needed by the default graphics app, such as logos and fonts, should be in the same directory. 25 23 26 24 27 However, it must respond to either of two possible additional command-line arguments:25 The default graphics app will usually be called with the command-line argument ''--fullscreen'', which may be ignored. However, it must respond to either of two possible additional command-line arguments: 28 26 * ''--retry_connect'' means that if the default graphics app is unable to connect to the BOINC Client via RPC, it should continue running and retry periodically. 29 * ''--test'' mans that it should try to connect to BOINC Client via RPC once, then exit immediately whether or not it succeeded. It should not open a window or draw anything to the screen. This is used by the BOINC Manager to test whether the RPC is blocked by a local software firewall; if so, most firewalls will then display a dialog so the user can approve it.27 * ''--test'' mans that it should try to connect to the BOINC Client via RPC once, then exit immediately whether or not it succeeded. It should not open a window or draw anything to the screen. This is used by the BOINC Manager to test whether the RPC is blocked by a local software firewall; if so, most firewalls will then display a dialog so the user can approve it. 30 28 * When neither the ''--retry_connect'' or ''--test'' argument is passed, the default graphics app must return immediately with an error code of -107 if it can't connect to the BOINC Client via RPC. 31 29 … … 43 41 }}} 44 42 45 This would say to run "boincsr.exe" for an10 minutes (600 seconds),43 This would say to run "boincsr.exe" for 10 minutes (600 seconds), 46 44 then run science app graphics (if any are available) for 30 minutes, changing among science apps every 10 minutes (if multiple tasks are running), 47 45 then repeat the entire sequence.