Alternatively, the microserver can be started with a fixed
set of hardware devices. Using the -hw command
line option, you can specify one or more devices to use.
The specification for a device is a shortcut version of the
path and driver name. For example, to load the Matrox
Millennium driver, you would use -hw
pci/mga2064w , and to load the X11 driver, you
would use -hw misc/x11 .
You can specify additional flags per hardware device,
these include:
-res : Resolution. (for example,
-res 640x480 .) There is no need
to tune color depth, as Y will always make use of the
deepest available color depth for a given resolution.
-pos : Hardware Position. This
gives the position in absolute coordinates of this
driver's "view." You can assign multiple devices to
the same position, in case you want to look at what
you're doing on two different screens. (for example,
-pos 1000,1000 .)
|