HP c3750 hp workstations - hp-ux 11.x graphics administration guide - Page 56

Monitor, Screen

Page 56 highlights

configuring X Windows on HP-UX (other graphics cards) sample XF86Config file Option "Protocol" "PS/2" EndSection # # There may be multiple Monitor sections. The purpose of this section is # is to specify the range of operation of a monitor. For a Monitor to be # in use the Identifier must match the Monitor line in an active Screen. # HorizSync and VertRefresh are required fields. See the GAG for more # options that may be set. # Section "Monitor" Identifier "Monitor 0" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 75.0 # DPMS is not enabled by default. Uncomment the following line to # enable it. #Option EndSection "DPMS" "on" # # There may be multiple Device sections. This section is used to specify # parameters for the graphics device. The Identifier string must match # the Device string in the active Screen section for this device to be # in use. See GAG for more options that may be set for this particular device. # Section "Device" Identifier "Console" Devicefile "/dev/gvid" EndSection # # There may be multiple Screen sections. The Identifier string must match # the Device string in the active ServerLayout section for the Screen to # be active. # Section "Screen" Identifier "Screen 0" Device "Console" Monitor "Monitor 0" # # Set the default depth. # DefaultDepth 24 # # The subsection associates a buffer depth with a screen size. # SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection 54 Chapter 3

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89

configuring X Windows on HP-UX (other graphics cards)
sample XF86Config file
Chapter 3
54
Option
"Protocol" "PS/2"
EndSection
#
# There may be multiple Monitor sections. The purpose of this section is
# is to specify the range of operation of a monitor. For a Monitor to be
# in use the Identifier must match the Monitor line in an active Screen.
# HorizSync and VertRefresh are required fields. See the GAG for more
# options that may be set.
#
Section "Monitor"
Identifier
"Monitor 0"
HorizSync
30.0 - 110.0
VertRefresh
50.0 - 75.0
# DPMS is not enabled by default. Uncomment the following line to
# enable it.
#Option
"DPMS"
"on"
EndSection
#
# There may be multiple Device sections. This section is used to specify
# parameters for the graphics device. The Identifier string must match
# the Device string in the active Screen section for this device to be
# in use. See GAG for more options that may be set for this particular device.
#
Section "Device"
Identifier
"Console"
Devicefile
"/dev/gvid"
EndSection
#
# There may be multiple Screen sections. The Identifier string must match
# the Device string in the active ServerLayout section for the Screen to
# be active.
#
Section "Screen"
Identifier "Screen 0"
Device
"Console"
Monitor
"Monitor 0"
#
# Set the default depth.
#
DefaultDepth
24
#
# The subsection associates a buffer depth with a screen size.
#
SubSection "Display"
Depth
24
Modes
"1280x1024"
EndSubSection
EndSection