(Unattended Installation)
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
The [Display] section contains entries for specifying display settings for graphics devices.
If the specified settings are not valid for the graphics device, Setup finds the closest match to the selected settings to configure the device.
Note
- If the monitor plugged into the computer is a Plug and Play device and is capable of displaying a screen resolution of 800x600x16m, the display resolution must be at least 800x600x16m. Setup uses the 640 by 480-pixel screen size only if the monitor is unable to display an 800 by 600-pixel screen.
Answer File Entries for the [Display] Section
Entry | Description |
---|---|
BitsPerPel |
Specifies the valid bits per pixel for the graphics device. |
Vrefresh |
Specifies a valid refresh rate for the graphics device. |
Xresolution |
Specifies a valid x resolution for the graphics device. |
Yresolution |
Specifies a valid y resolution for the graphics device. |
Specifies the valid bits per pixel for the graphics device.
BitsPerPel = valid_bits_per_pixel
[Display]
BitsPerPel = 24
For example, a value of 8 (or 28) implies 256 colors, and a value of 16 (or 216) implies 65,536 colors.
Specifies a valid refresh rate for the graphics device.
VRefresh = valid_refresh_rate
[Display]
VRefresh = 72
Specifies a valid x resolution for the graphics device.
XResolution = valid_x_resolution
[Display]
XResolution = 1024
Specifies a valid y resolution for the graphics device.
YResolution = valid_y_resolution
[Display]
YResolution = 768