This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/monitor.txt is in plainbox-provider-checkbox 0.3-2.

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
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
plugin: manual
name: monitor/vga
requires: display.vga == 'supported'
description:
 PURPOSE:
     This test will check your VGA port.
 STEPS:
     Skip this test if your system does not have a VGA port.
     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.
 STEPS:
     Skip this test if your system does not have a DVI port.
     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.
 STEPS:
     Skip this test if your system does not have a DisplayPort port.
     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.
 STEPS:
     Skip this test if your system does not have a HDMI port.
     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.
 STEPS:
     Skip this test if your system does not have a S-VIDEO port.
     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.
 STEPS:
     Skip this test if your system does not have a RCA port.
     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/multi-head
requires: dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower']
description:
 PURPOSE:
     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.  You will need two monitors to perform this test.
 STEPS:
     Skip this test if your video card does not support multiple monitors.
     1. If your second monitor is not already connected, connect it now
     2. Open the "Displays" tool (open the dash and search for "Displays")
     3. Configure your output to provide one desktop across both monitors
     4. Open any application and drag it from one monitor to the next.
 VERIFICATION:
     Was the stretched desktop displayed correctly across both screens?

plugin: user-interact-verify
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 monitor go blank and turn on again?

plugin: user-interact-verify
name: monitor/dim_brightness
user: root
command: brightness_test
description:
 PURPOSE:
     This test will test changes to screen brightness
 STEPS:
     1. Click "Test" to try to dim the screen.
     2. Check if the screen was dimmed approximately to half of the maximum brightness.
     3. The screen will go back to the original brightness in 2 seconds.
 VERIFICATION:
     Was your screen dimmed approximately to half of the maximum brightness?