!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!                 MorphOS Public Beta Version                  !!!
!!!             Copyright Ralph Schmidt, Frank Mariak            !!!
!!!                           2000                               !!!
!!!                                                              !!!
!!!            Backup your HDs before you do anything            !!!
!!!    Beta means...*NOT* finished...*MAY* have obvious Bugs     !!!
!!!       It`s meant for experienced developers and users        !!!
!!!                                                              !!!
!!!  Don`t make prejudgements about the finished product`s       !!!
!!!  stability.                                                  !!!
!!!                                                              !!!
!!!  If something doesn`t work the way you think it should work  !!!
!!!  please *NOTIFY* us through email or through bugforms at     !!!
!!!                                                              !!!
!!!                       www.morphos.de                         !!!
!!!                                                              !!!
!!!   It makes no sense to post bugs to usenet as we may         !!!
!!!   miss them, may cause misperceptions to normal users and    !!!
!!!   may cause unnecessary mud slinging and flame wars.         !!!
!!!                                                              !!!
!!!   And a last word....                                        !!!
!!!   This product is very complex. It has to emulate the 68k,   !!!
!!!   provide a new PPC/68k interface, several native drivers    !!!
!!!   and has to handle all kinds of unknown hardware and        !!!
!!!   software which may have all kinds of sideeffects, may      !!!
!!!   contain hidden bugs and we aren`t perfect either.          !!!
!!!   So don`t expect miracles about handling all your prefered  !!!
!!!   hardware and software combinations.                        !!!
!!!                                                              !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

o AmigaExtensions

  o Datatypes
    This dir contains ppc versions of the CyberGraphics datatypes.
    please copy datatypes/#? to sys:classes/datatypes.

    MorphOS's libhandler loads .library/.device with an .elf
    extension before it loads the non ".elf" "68k" version.

  o Apps

    contains a lhappc.elf...you can name it like you want.
    You may add a higher priority path for ppc binaries under
    MorphOS to avoid a conflict with 68k lha.


o CyberGraphX 5

  First you must make sure that you installed CGX4.2 pre7

  Now it gets a bit more complicated as you must change the startup-sequence.

  ###########################################################################################

  C:List >NIL: SYS:Devs/Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "Devs:Monitors/%s"

  ->

  c:version >NIL: MorphOS
  if WARN 
	C:List >NIL: SYS:Devs/Monitors/~(#?.info|VGAOnly|#?.elf) TO T:M LFORMAT "Devs:Monitors/%s"
  else
	if EXISTS DEVS:Monitors/CGXAGA
		devs:Monitors/CGXAGA
	endif
	C:List >NIL: SYS:Devs/Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "Devs:Monitors/%s"
  endif

  Then copy

  cybergfxppc/libs/#? to libs:
  cybergfxppc/devs/#? to devs:

  and strip out the drivers you have no need for.

o MorphOS

  make a MorphOS dir somewhere and decompress the archive to
  the directory. You can config everything you want by the
  startup *script* which calls qstartup/startup
  Read <qstartup/startup.doc>

