Installation guide

Section "Monitor"
Identifier "monitor_dummy"
ModelName "dummy"
HorizSync 10-200
VertRefresh 20-90
EndSection
Add a new device section.
Section "Device"
BoardName "dummy"
Driver "dummy"
Identifier "device_dummy"
VendorName "dummy"
videoram 10000
EndSection
Note You might need to adjust the videoram value, depending on the screen width,
height, and color depth of your particular graphics card. The value in Kbytes must be
large enough for the intended screen. For example, you can compute the value by using
the formula width * height * bpp/8.
Add a new screen section.
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
Device "device_dummy"
Identifier "screen_dummy"
Monitor "monitor_dummy"
EndSection
Note You might need to adjust the resolution value for your particular system setup.
5. Look for the following line under the ServerLayout section:
Screen 0 "Screen0" 00
6. Insert the following line below the line in the previous step:
Screen 1 "screen_dummy" RightOf "Screen0"
Sun Java Desktop System
Solaris 10 5/08 Release Notes • April 2008100