Multi-display

From MorphOS Library

Revision as of 13:37, 15 November 2019 by JPV (talk | contribs)

Basics

MorphOS has limited support for multi-display setups. On the hardware side there's multi-head support for selected Radeon R3xx/R4xx cards and configurations, including PowerBook5,x and PowerMac G5 setups. It's also possible to use multiple separate graphics cards in certain setups.

On the software side, in users' perspective, multi-display setups rely on the screens concept, which is inherited from AmigaOS. Separate screens can be configured to be opened on separate displays/monitors. The Ambient desktop will always be on its own screen and it can't be stretched over several screens, it's displayed on one monitor only, but you can open other programs on other monitors quite freely and decide which program is displayed on which monitor.

There also isn't a system provided way to move the mouse pointer to another screen by moving it over the screen borders, but it must be done by cycling the screens just like when using multiple screens on a single monitor setup.

Configuring

When booting a multi-display setup first time, the Ambient screen opens on the biggest or first display it finds. The other display(s) should show a mirrored image of the Ambient screen, but it may fail depending on monitor specifications.

Which screen is displayed on which monitor can be configured from the Screens preferences in the MorphOS system settings. There you can edit existing screens or create whole new screens.

To change the monitor a screen is displayed on, double-click the corresponding entry in the screens list and the Edit Screen window should open.

GettingStarted MorphOS Preferences Screens.png

The mode list shows all available screenmodes on the computer, and these can be selected for the screen we are editing. Mode names start with the graphics cards' name. On single-display setups all modes have the same name, but on multi-display setups the mode names reveal on which monitor the mode will be shown. On multi-head setups (single card/chipset, but several outputs), names only differ by the number added at the end of the names.

Multi-display modes.png

Examples

Configuring Ambient on the Internal Display on PowerBooks

For example, on PowerBook5,9 modes for the internal display have the name Radeon9700Mob and modes for the external monitor have the name Radeon9700Mob.1. To set the Ambient screen to the internal display, you'd select the Radeon9700Mob 24bit 1680 x 1050 mode when editing the Ambient screen settings. Available resolutions differ between PowerBook models, but you should always select a mode that is equal to the native resolution of your display.

Configuring a Program to Use the Other Display

All MUI (the native GUI toolkit of MorphOS) programs can be configured to use a screen on any monitor. With non-MUI programs (legacy 68k programs mainly) it depends on if a program has a separate setting for the screenmode.

Here's a tutorial how to configure a MUI program to use its own screen: Making_OWB_to_Use_Its_Own_Screen. Just remember to select a screenmode on the wanted monitor in this case.

Using Several Programs on a Single External Screen

If you want to keep things tidy by only having one screen per monitor, you can create a single external screen to accompany your Ambient screen, and spread regularly used programs between them.

To create the screen, click New in the Screens preferences. Fill the Name and Title fields, for example, with External and External Monitor texts. Select a screenmode that has different kind of mode name than your Ambient screen has (ending to .1, for instance). Click Ok, and Save or Use to get the screen available on the system.

Multi-display external setup.png

Now you can move (MUI) programs to that screen by selecting Jump to Screen -> External from the window popup gadget. If you don't see the gadget, check the Windows page in the MUI settings to enable it. The next screenshots show how to move a shell window to the external screen.

Multi-display external jump.png Multi-display external screen.png

Programs can also be set to use the external screen permanently, you don't have to make them jump around all the time after reboots. Open program's own MUI settings by clicking the window popup gadget and select MUI Settings..., or by selecting the Settings -> MUI... pull-down menu option when program's window is active. Activate the Screen page and select External from the list.

Multi-display mui settings.png

Program windows can be saved to fixed positions on the screen by selecting the Snapshot option from the window popup gadget.

Here's an example screenshot with several networking related programs snapshotted on fixed positions on the external screen.

Multi-display netscreen.png

Usage