Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "Configuring Workbench and AmigaOS"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
AmigaOS and the Workbench comes with a suite of program preferences to adjust Sound, Graphics, Text, Display, Font settings and more.
 
AmigaOS and the Workbench comes with a suite of program preferences to adjust Sound, Graphics, Text, Display, Font settings and more.
   
  +
== Configuring through the User-startup ==
   
  +
The user-startup is a simple AmigaDOS script containing commands that will be executed everytime AmigaOS starts.
Here are the preferences programs that are available in AmigaOS 4.x:
 
  +
It is optional but it is always used by the user as it is an easy way to add custom settings to the system.
   
  +
The [[UserDoc:System_Scripts#startup-sequence|startup-sequence]] is so critical for the correct starting of the operating system that it is recommended to never modify it. Instead, users can edit the [[UserDoc:System_Scripts#user-startup|user-startup]] to start their own programs or set their own settings.
   
  +
As an example, if you want to create an assign each time you boot AmigaOS, just add the following line to your user-startup:
[[amigaos41ahi|AHI]] (Audio Hardware Interface) - Allows for control over the audio functions of your Amiga
 
   
  +
''Assign myassign: Disk:mydirectory''
[[amigaos41amigainput|AmigaInput]] - Setup for gamepads and joysticks
 
   
  +
== Configuring through the Devs:... ==
[[amigaos41asl|ASL]] - Allows for control over file requesters
 
   
  +
== The Save/Use/Test concept==
[[amigaos41compatibility|Compatibility]] - Manages the 68K Just-in-time compiler settings
 
   
  +
[[File:Save-use-test-cancel.png|frame|Buttons at the bottom of the preferences programs]]
[[amigaos41console|Console]] - Controls the settings for the Amiga Shell
 
  +
In AmigaOS you can modify some settings and test them '''without''' storing the modifications on disk. This is very handy because you can modify a lot of settings but you can always go back very easily to your saved configuration. You don't need to keep a list of all the changes you do and there is no fear you break something.
  +
When you want to cancel all your tests, just restart the system and you automatically restore the previous (correct) settings.
  +
This way it's up to the user to decide when the settings will be saved. The operating system will never store modifications by itself.
   
  +
To reflect this mechanism all preferences programs have the following 4 buttons (if possible):
[[amigaos41deficons|DefIcons]] - Interface to allow behavour of default icons
 
   
  +
* Save
[[amigaos41dos|DOS]] - Manages DOS settings
 
  +
This will save on disk the current settings so they will become permanent. The preferences program will also close.
   
  +
* Use
[[amigaos41font|Font]] - Controls Font selection for Workbench, Screens, and Windows
 
  +
When you click this button, the current settings will be applied on the system but ''not saved'' on disk. The preferences program will also close.
   
  +
* Test
[[amigaos41gui|GUI]] - Used to control the look and feel of various elements of the AmigaOS 4 interface
 
  +
This button will apply the current settings but the program will stay open. This way you can immediately see the result of your settings and you can modify them again and do another test.
   
  +
* Cancel
[[amigaos41input|Input]] - Controls the settings for the keyboard and mouse
 
  +
This will cancel any modification you did since the program was opened. Changes will be reverted and the program will close.
   
  +
== Preferences==
[[amigaos41internet|Internet]] - Contains settings for the computer's network connections
 
   
  +
[[Workbench/Prefs|Prefs]] - List of all the preferences programs you can use to configure AmigaOS
[[amigaos41locale|Locale]] - Sets the user's preferred languages
 
 
[[amigaos41notifications|Notifications]] - Controls the behaviour of Ringhio, the AmigaOS 4.1 pop-up notification system
 
 
[[amigaos41palette|Palette]] - Allows the user to adjust certain colours used for some on-screen elements
 
 
[[amigaos41Picasso96Mode|Picasso96Mode]] - Advanced controls for creating and modifying graphics modes
 
 
[[amigaos41pointer|Pointer]] - Allows editing of the mouse pointer's image
 
 
[[amigaos41popupmenu|PopupMenu]] - Settings controlling the look and behaviour of the system's pop-up menus
 
 
[[amigaos41printer|Printer]] -
 
 
[[amigaos41printergfx|PrinterGfx]] -
 
 
[[amigaos41printerps|PrinterPS]] -
 
 
[[amigaos41screenblanker|ScreenBlanker]] - Preferences for the system's screen saver / screen blanker
 
 
[[amigaos41screenmode|ScreenMode]] - Settings for screen resolution and colour depth
 
 
[[amigaos41screens|Screens]] - Allows the setting up and control of custom screens for applications
 
 
[[amigaos41serial|Serial]] - Sets the default settings for the serial port
 
 
[[amigaos41time|Time]] - Allows the user to set the system's time and date
 
 
[[amigaos41timezone|Timezone]] - Allows the user to set their current timezone and Daylight Saving Time preferences
 
 
[[amigaos41uboot|UBoot]] - Advanced settings concerning the computer's initial booting system
 
 
[[amigaos41usb|USB]] - Contains USB preferences and information
 
 
[[amigaos41wbpattern|WBPattern]] - Settings for the background of the Workbench screen and directory windows
 
 
[[amigaos41wbstartup|WBStartup]] - Controls which programs are launched when Workbench starts
 
 
[[amigaos41workbench|Workbench]] - Settings which control certain aspects of the Workbench's behaviour
 

Latest revision as of 23:01, 3 November 2014

AmigaOS and the Workbench comes with a suite of program preferences to adjust Sound, Graphics, Text, Display, Font settings and more.

Configuring through the User-startup

The user-startup is a simple AmigaDOS script containing commands that will be executed everytime AmigaOS starts. It is optional but it is always used by the user as it is an easy way to add custom settings to the system.

The startup-sequence is so critical for the correct starting of the operating system that it is recommended to never modify it. Instead, users can edit the user-startup to start their own programs or set their own settings.

As an example, if you want to create an assign each time you boot AmigaOS, just add the following line to your user-startup:

Assign myassign: Disk:mydirectory

Configuring through the Devs:...

The Save/Use/Test concept

Buttons at the bottom of the preferences programs

In AmigaOS you can modify some settings and test them without storing the modifications on disk. This is very handy because you can modify a lot of settings but you can always go back very easily to your saved configuration. You don't need to keep a list of all the changes you do and there is no fear you break something. When you want to cancel all your tests, just restart the system and you automatically restore the previous (correct) settings. This way it's up to the user to decide when the settings will be saved. The operating system will never store modifications by itself.

To reflect this mechanism all preferences programs have the following 4 buttons (if possible):

  • Save

This will save on disk the current settings so they will become permanent. The preferences program will also close.

  • Use

When you click this button, the current settings will be applied on the system but not saved on disk. The preferences program will also close.

  • Test

This button will apply the current settings but the program will stay open. This way you can immediately see the result of your settings and you can modify them again and do another test.

  • Cancel

This will cancel any modification you did since the program was opened. Changes will be reverted and the program will close.

Preferences

Prefs - List of all the preferences programs you can use to configure AmigaOS