Compaq Vectra XU 5/1XX Przewodnik Instalacji Strona 56

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 100
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 55
This command creates the xorg.conf.new le in the root (/) directory.
3. Copy the new conguration le to the /etc/x11 directory and rename the le xorg.conf.
# cp /xorg.conf.new /etc/X11/xorg.conf
4. Modify the le by adding the following sample congurations:
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
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 noted in the previous step:
Screen 1 "screen_dummy" RightOf "Screen0"
Java Desktop System Issues
Oracle Solaris 10 1/13 Release Notes March 201356
Przeglądanie stron 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 99 100

Komentarze do niniejszej Instrukcji

Brak uwag