3
requires: display.vga == 'supported'
6
This test will check your VGA port. Skip if your system does not have a VGA port.
8
1. Connect a display (if not already connected) to the VGA port on your system
10
Was the desktop displayed correctly on both screens?
14
requires: display.dvi == 'supported'
17
This test will check your DVI port. Skip if your system does not have a DVI port
19
1. Connect a display (if not already connected) to the DVI port on your system
21
Was the desktop displayed correctly on both screens?
24
name: monitor/displayport
25
requires: display.dp == 'supported'
28
This test will check your DisplayPort port. Skip if your system does not have a DisplayPort port
30
1. Connect a display (if not already connected) to the DisplayPort port on your system
32
Was the desktop displayed correctly on both screens?
36
requires: display.hdmi == 'supported'
39
This test will check your HDMI port. Skip if your system does not have a HDMI port
41
1. Connect a display (if not already connected) to the HDMI port on your system
43
Was the desktop displayed correctly on both screens?
47
requires: display.svideo == 'supported'
50
This test will check your S-VIDEO port. Skip if your system does not have a S-VIDEO port
52
1. Connect a display (if not already connected) to the S-VIDEO port on your system
54
Was the desktop displayed correctly on both screens?
58
requires: display.rca == 'supported'
61
This test will check your RCA port. Skip if your system does not have a RCA port
63
1. Connect a display (if not already connected) to the RCA port on your system
65
Was the desktop displayed correctly on both screens?
68
name: monitor/multi-head
69
requires: dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower']
72
This test verifies that multi-monitor output works on your desktop system. This is NOT the same test as the external monitor tests you would run on your laptop. If your video card does not support multiple monitors, please skip this test. You will need two monitors to perform this test.
74
1. If your second monitor is not already connected, connect it now
75
2. Open the "Displays" tool (open the dash and search for "Displays")
76
3. Configure your output to provide one desktop across both monitors
77
4. Open any application and drag it from one monitor to the next.
79
Was the stretched desktop displayed correctly across both screens?
82
name: monitor/powersaving
83
command: xset dpms force off
86
This test will check your monitor power saving capabilities
88
1. Click "Test" to try the power saving capabilities of your monitor
89
2. Press any key or move the mouse to recover
91
Did the monitor go blank and turn on again?
94
name: monitor/dim_brightness
96
command: brightness_test
99
This test will test changes to screen brightness
101
1. Click "Test" to try to dim the screen.
102
2. Check if the screen was dimmed approximately to half of the maximum brightness.
103
3. The screen will go back to the original brightness in 2 seconds.
105
Was your screen dimmed approximately to half of the maximum brightness?