Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fuss:amiga [2019/10/08 19:19] – [Create a (Workbench) Boot Disk] officefuss:amiga [2020/12/12 15:45] – [Getting Public Screens to Work on Picasso96] office
Line 298: Line 298:
 The easiest fix is to simply disable the "Joystick-Check" feature of BlitzBlank from BlitzBlankPrefs. The easiest fix is to simply disable the "Joystick-Check" feature of BlitzBlank from BlitzBlankPrefs.
  
 +====== Complete MUI Repack with GlowIcons ======
 +
 +The following file contains a Magic User Interface (MUI) distribution with all the available plugins for MUI bundled in.
 +
 +  * {{fuss:mui38repack.lha}}
 +
 +To use this package, simply replace the old MUI folder with the folder from this bundle and make sure that the ''S:startup-sequence'' file contains the MUI section:
 +<code dos>
 +;BEGIN MUI
 +if exists "Sys:System/MUI"
 +   assign MUI: "Sys:System/MUI"
 +   if exists MUI:Libs
 +      assign add LIBS: MUI:Libs
 +   endif
 +   if exists MUI:Locale
 +      assign add LOCALE: MUI:Locale
 +   endif
 +   version >nil: exec.library 39
 +   if not warn
 +      if exists MUI:Docs
 +         if exists HELP:dummy ; do not remove
 +         endif                ; this entry!
 +         assign add HELP: MUI:Docs
 +      endif
 +   endif
 +endif
 +;END MUI
 +</code>
 +
 +The top-level directory contains a directory named 020+ wherein lies a patch created by RedSkull @ Digital Corruption that patches muimaster.library for 020 or better processors.
 +
 +The ''Libs/'' sub-directory contains the libraries:
 +  * date.library
 +  * imagepool.library
 +  * mysticview.library
 +  * vlab.library
 +
 +that are not part of the standard MUI distribution and are supporting libraries for the various MUI classes that have been bundled. Since the standard MUI assign (from the snippet in the "Installing" section extends the ''LIBS:'' directory with ''MUI:Libs/'' then moving these libraries is not necessary and they can be left where they are.
 +
 +The ''Libs/'' as well as the ''Libs/mui'' sub-directories contain duplicated files for various processors. This bundle by default uses the standard ''000'' files but in case you benefit from a 020 or better processor, feel free to use a file manager and replace the corresponding files by their counterparts. For instance, for a 020 CPU or better, the ''Libs/mui/ImageDB.mcc'' file would be replaced by ''Libs/mui/ImageDB_68020.mcc''.
 +
 +====== Getting Public Screens to Work on Picasso96 ======
 +
 +When using RTG graphics with Picasso96, depending on the configuration, the public screens may not work at all such that any program that needs to render onto a separate public screen other than the Workbench screen will be simply inaccessible.
 +
 +{{fuss:fuss_amiga_picasso96_public_screens.png?512}}
 +
 +To get public screens working properly on Picasso96 when using RTG graphics, the monitor file has to be edited and the following Picasso96 tooltypes set:
 +
 +  * ''DisplayChain=YES'' - this allows the Amiga signal to be passed through,
 +  * ''FakeNativeModes=YES'' - this allows software that uses public screens to render properly
 +
 +Even though certain programs may experience issues with screen promotion, an utility such as ModePro will allow the user to promote public screens without the use of the fake native modes built into Picasso96.
 ====== Index ====== ====== Index ======
  
 {{indexmenu>fuss/amiga}} {{indexmenu>fuss/amiga}}

fuss/amiga.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.