home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / Rhapsody / system / display / ModeSwitch.1.0.P.README next >
Encoding:
Text File  |  1997-12-12  |  2.8 KB  |  65 lines

  1. ModeSwitch.v1.0.rhapsody-dr1.ppc.tar.gz
  2.  
  3. ModeSwitch.bundle  (PPC)
  4. by
  5. Scott Vail
  6. svail@apple.com
  7. 10/22/1997
  8. -----------------
  9.  
  10. ModeSwitch.bundle is a dynamically loadable bundle for Rhapsody-PPC DR1's
  11. loginwindow application which allows a user to switch to any supported display
  12. mode without first needing to reboot into MacOS.  
  13.  
  14. Once installed and loaded, the bundle will place a new "Display" button on the 
  15. loginwindow.  Pressing the button will pop up a browser window in which the
  16. user can select various display attributes, such as resolution, color-depth,
  17. and refresh rate and then switch to that display mode based on those
  18. parameters selected. 
  19.  
  20. I finished this bundle a little while ago and have been using it in-house for
  21. about four months and it seems to be quite stable, at least on PPC platforms.
  22. I'm making this available to PPC users mainly because there is no painless way
  23. to switch modes on that platform from within Rhapsody.
  24.  
  25. On a side note, this bundle does not modify the NVRAM, so rebooting will revert
  26. the video mode back to it's previous NVRAM setting (however the bundle will
  27. still be there so it's easy to switch back).
  28.  
  29. How to install:
  30. 1. Log in as root user.
  31. 2. Unarchive the ModeSwitch.tar.gz file (gnutar xfvz ModeSwitch.tar.gz).
  32. 3. Enter the ModeSwitch-ppc directory, you'll find an 'install_msb' script, 
  33.    run it (type "./install_msb").
  34. 4. Log out.
  35. 5. Type 'exit' in the username field of the loginwindow and press the
  36.    <return> key.
  37. 6. The loginwindow should roll up and after a few seconds it should reappear
  38.    with a little button labeled 'Display'.
  39.  
  40. How to remove:
  41. 1. Log in as root user.
  42. 2. Type "defaults remove loginwindow LoginUIBundle"
  43. 3. Type "rm -r /usr/lib/NextStep/loginwindow.app/ModeSwitch.bundle"
  44. 4. Log out.
  45. 5. Type 'exit' in the username field of the loginwindow and press the
  46.    <return> key.
  47. 6. The loginwindow should roll up and after a few seconds it should reappear
  48.    without the little "Display" button.
  49.  
  50. ----
  51. Disclaimer:  This is not an Apple product therefore Apple accepts no liability
  52. for its use, duh.  Since I wrote it and am releasing it for general consumption,
  53. my terms and conditions of use are:
  54.  
  55.   1. You use at your own risk (I haven't had any problems, and neither have the
  56.      200 or so other people who are using this bundle on a daily basis, but it
  57.      is technically an alpha quality product running on an alpha quality OS).
  58.   2. This is an unsupported product so don't use this bundle unless you are very
  59.      curious and know how to get yourself out of trouble if things go awry
  60.      (however if you send me email about bugs I'll probably fix them at my
  61.      convenience, but I have a very busy schedule so don't expect too much).
  62.   3. If you need a secure loginwindow, then don't use this bundle (I don't think
  63.      this bundle will actually compromise the security of the loginwindow, but
  64.      if it does, it's not my problem).
  65.