diff --git a/checkin_notes b/checkin_notes index dd12adba67..8981f6b1d8 100755 --- a/checkin_notes +++ b/checkin_notes @@ -13762,3 +13762,11 @@ Charlie 18 Nov 2005 client/ acct_setup.C + +Charlie 19 Nov 2005 + Updated information for Mac clients on web site. + + doc/ + bare_core.php + mac_advanced.php + screensaver.php diff --git a/doc/bare_core.php b/doc/bare_core.php index 112de5138b..8182dfdbcf 100644 --- a/doc/bare_core.php +++ b/doc/bare_core.php @@ -17,6 +17,7 @@ if your browser has not done it for you.
     boinc_client -attach_project http://setiathome.berkeley.edu df0d93e384a2700f70e0bc45a1b2c96c
     
+
  • (substitute the actual name of the core client for boinc_client in the above example.)

    Instructions on running the core client (command-line options, etc.) are @@ -25,20 +26,6 @@ Instructions on running the core client (command-line options, etc.) are You'll probably want to arrange to run the executable each time your machine boots or you log on. Some examples follow. - -

    Automatic startup on Mac OS X

    -

    -

    Automatic startup on Unix

    Users have contributed scripts for automatic @@ -59,6 +46,48 @@ startup of BOINC on various versions of Unix:

  • An init script for running BOINC under SuSE Linux (9.2 and 9.3) +

    Automatic startup on Mac OS X

    +

    +

    + +

    Special cautions for Mac OS X

    +

    +Normally, you should not install the separate command client if you are running the BOINC Manager. +The BOINCManager.app bundle contains an embedded copy of the core client. The installer adds the +BOINC Manager to the installing user's list of Login Items so it launches automatically whenever that user logs in. +To have BOINC Manager run automatically when other users log in, you can manually add the BOINC Manager to each user's Login Items. +For details, see here. +

    +On Mac OS X, the core client executable is named boinc. +

    +If you wish to run the embedded core client without launching the Manager, a typical command is: +

    +    /Applications/BOINCManager.app/Contents/resources/boinc -redirectio -dir /Library/Application\\ Support/BOINC\\ Data/
    +    
    +Normally, quitting the BOINC Manager also quits the embedded core client. But if you launch the core client (as in the above example) +before launching the BOINC Manager, then it will continue to run even after the user quits the Manager. +

    +If you must mix the stand-alone core client and the BOINC Manager on the same Mac OS X system, be careful of the following: +

    +If you want BOINC to operate on a separate set of data for each user on a Mac OS X system, then the stand-alone core client may be appropriate. +But to avoid permission problems, make sure that users who have their own core client don't run the BOINC Manager. + "; page_tail(); ?> diff --git a/doc/mac_advanced.php b/doc/mac_advanced.php index c77444429c..06553337a0 100644 --- a/doc/mac_advanced.php +++ b/doc/mac_advanced.php @@ -5,13 +5,17 @@ echo " "; page_tail(); diff --git a/doc/screensaver.php b/doc/screensaver.php index 2b6928652a..659056570b 100644 --- a/doc/screensaver.php +++ b/doc/screensaver.php @@ -3,9 +3,19 @@ require_once("docutil.php"); page_head("The BOINC screensaver"); echo " The BOINC client software on Windows and Mac OS X includes a screensaver program, -which you can select as your screensaver -(on Windows, right-click on the desktop, -click Properties, select Screen Saver, select BOINC). +which you can select as your screensaver. +

    +On Windows: +

    +On Mac OS X: +

    NOTE: BOINC runs even if you don't use the screensaver.

    @@ -20,7 +30,7 @@ the screensaver cycles between them every few minutes.

  • If applications are running but non are graphics-capable, the screensaver shows the names of the applications -and their fraction done. +and their fraction done for the current work unit.
  • If the core client is running but no applications are running, the screensaver shows that. @@ -29,7 +39,7 @@ the screensaver shows that. the screensaver shows that.

    -Normally, if you press a key or mouse the mouse +Normally, if you press a key or move the mouse while the screensaver is active, the screensaver will exit. Some BOINC applications handle keyboard/mouse input.