2005-05-20 00:48:52 +00:00
|
|
|
<?php
|
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("The BOINC screensaver");
|
|
|
|
echo "
|
2005-07-07 20:32:28 +00:00
|
|
|
The BOINC client software on Windows and Mac OS X includes a screensaver program,
|
2005-11-19 09:31:01 +00:00
|
|
|
which you can select as your screensaver.
|
|
|
|
<p>
|
|
|
|
On Windows:
|
|
|
|
<ul>
|
|
|
|
<li>Right-click on the desktop.
|
2005-11-19 09:54:40 +00:00
|
|
|
<li>Click <b>Properties</b>, select <b>Screen Saver</b>, select <b>BOINC</b>.
|
2005-11-19 09:31:01 +00:00
|
|
|
</ul>
|
|
|
|
On Mac OS X:
|
|
|
|
<ul>
|
2005-11-19 09:54:40 +00:00
|
|
|
<li>Under the Apple menu, select <b>System Preferences</b>.
|
|
|
|
<li>Click on <b>Desktop & Screen Saver</b>.
|
|
|
|
<li>Select <b>BOINCSaver</b> from the list of Screen Savers.
|
2005-11-19 09:31:01 +00:00
|
|
|
</ul>
|
2005-07-07 20:32:28 +00:00
|
|
|
<p>
|
|
|
|
NOTE: BOINC runs even if you don't use the screensaver.
|
|
|
|
<p>
|
2005-05-20 00:48:52 +00:00
|
|
|
When active, the screensaver does the following:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li> If a graphics-capable application is running,
|
|
|
|
the screensaver causes that application to
|
|
|
|
provide full-screen graphics.
|
|
|
|
If more than one is running (e.g. on a multiprocessor)
|
|
|
|
the screensaver cycles between them every few minutes.
|
|
|
|
|
|
|
|
<li> If applications are running but non are graphics-capable,
|
|
|
|
the screensaver shows the names of the applications
|
2005-11-19 09:31:01 +00:00
|
|
|
and their fraction done for the current work unit.
|
2005-05-20 00:48:52 +00:00
|
|
|
|
|
|
|
<li> If the core client is running but no applications are running,
|
|
|
|
the screensaver shows that.
|
|
|
|
|
|
|
|
<li> If the core client is not running,
|
|
|
|
the screensaver shows that.
|
|
|
|
</ul>
|
|
|
|
<p>
|
2005-11-19 09:31:01 +00:00
|
|
|
Normally, if you press a key or move the mouse
|
2005-05-20 00:48:52 +00:00
|
|
|
while the screensaver is active,
|
|
|
|
the screensaver will exit.
|
|
|
|
Some BOINC applications handle keyboard/mouse input.
|
|
|
|
If you hold down the control key,
|
|
|
|
any additional input will be passed to the application,
|
|
|
|
and your computer will remain in screensaver mode.
|
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|