|
You need to specify the mode for the Windows Driver to
use. This can be either a decimal RISC OS mode number (for RISC OS 2 and
3 machines), or a Risc PC style mode specifier (for RISC OS 3.5 or later)
of the form x640y480c16.
Note that, unlike the RISC OS Display Manager, spaces aren’t allowed,
and currently neither are the optional eigen and refresh values. Here are
the strings used to represent the different colour depths:
BitsPerPixel |
Palette |
Colours |
String |
4 |
Fixed |
16 |
c16 |
8 |
Fixed |
256 |
c256 |
8 |
Definable |
256 |
c256p |
16 |
Fixed |
32 thousand |
c32K |
32 |
Fixed |
16 million |
c16M |
for example:
denotes a 640x480 display in 16 million colours
On pre-Risc PC Acorn computers you just specify a mode number. If you
have extra hardware (such as a colour card) fitted then you can specify
the extra modes supplied by this hardware.
Some example modes:
Modes |
Resolution |
Colours |
Memory needed |
Memory recommended |
12 |
640x256 |
16 |
80K |
256K |
15 |
640x256 |
256 |
160K |
256K |
27 |
640x480 |
16 |
150K |
256K |
28 |
640x480 |
256 |
300K |
400K |
|