This file is indexed.

/usr/share/checkbox/jobs/monitor.txt is in checkbox 0.13.7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
plugin: manual
name: monitor/vga
requires: display.vga == 'supported'
description:
 PURPOSE:
     This test will check your VGA port. Skip if your system does not have a VGA port.
 STEPS:
     1. Connect a display (if not already connected) to the VGA port on your system
 VERIFICATION:
     Was the desktop displayed correctly on both screens?

plugin: manual
name: monitor/dvi
requires: display.dvi == 'supported'
description:
 PURPOSE:
     This test will check your DVI port. Skip if your system does not have a DVI port
 STEPS:
     1. Connect a display (if not already connected) to the DVI port on your system
 VERIFICATION:
     Was the desktop displayed correctly on both screens?

plugin: manual
name: monitor/displayport
requires: display.dp == 'supported'
description:
 PURPOSE:
     This test will check your DisplayPort port. Skip if your system does not have a DisplayPort port
 STEPS:
     1. Connect a display (if not already connected) to the DisplayPort port on your system
 VERIFICATION:
     Was the desktop displayed correctly on both screens?

plugin: manual
name: monitor/hdmi
requires: display.hdmi == 'supported'
description:
 PURPOSE:
     This test will check your HDMI port. Skip if your system does not have a HDMI port
 STEPS:
     1. Connect a display (if not already connected) to the HDMI port on your system
 VERIFICATION:
     Was the desktop displayed correctly on both screens?

plugin: manual
name: monitor/svideo
requires: display.svideo == 'supported'
description:
 PURPOSE:
     This test will check your S-VIDEO port. Skip if your system does not have a S-VIDEO port
 STEPS:
     1. Connect a display (if not already connected) to the S-VIDEO port on your system
 VERIFICATION:
     Was the desktop displayed correctly on both screens?

plugin: manual
name: monitor/rca
requires: display.rca == 'supported'
description:
 PURPOSE:
     This test will check your RCA port. Skip if your system does not have a RCA port
 STEPS:
     1. Connect a display (if not already connected) to the RCA port on your system
 VERIFICATION:
     Was the desktop displayed correctly on both screens?

plugin: manual
name: monitor/powersaving
command: xset dpms force off
description:
 PURPOSE:
     This test will check your monitor power saving capabilities
 STEPS:
     1. Click "Test" to try the power saving capabilities of your monitor
     2. Press any key or move the mouse to recover
 VERIFICATION:
     Did the the monitor go blank and turn on again?