Installation guide
x86: Cannot Congure Full-Screen Magnication on
Systems With One Video Card
If your Solaris 10 system has a single physical video card, you cannot congure the system for
full-screen magnication. For such a conguration, you must use a separate conguration le
in which you dene settings for a dummy driver. First, make sure that the Xserver is not
running. Then perform the following steps:
1. Log in to a command-line session.
■
If you are using the GNOME Display Manager, follow these steps:
a. Log in to a session as superuser.
b. At the prompt, type svcadm disable application/gdm2-login .
c. Log in again as superuser.
■
If you are using dtlogin, follow these steps:
a. In the dtlogin window, click Options and select Command Line Login.
b. Log in as superuser.
2. Create a new xorg.conf le.
# /usr/X11/bin/Xorg -configure
The command creates the le xorg.conf.new in the root (/) directory.
3. Copy the new conguration le to the /etc/x11 directory and rename the le xorg.conf.
# cp /xorg.conf.new /etc/X11/xorg.conf
4. Modify the congurations in the le by using the following sample congurations:
■
Add a new monitor section.
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
Sun Java Desktop System
Solaris 10 10/09 Release Notes • October 200998