~cgregan/checkbox/audio_dolby

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/graphics.txt.in

"A user-verified test to confirm the maximum resolution seen by xrandr is indeed the maximum supported by the hardware.

It does not explicitly test that this resolution is good because the cycle-resolutions test will cycle through this one and have it tested. [r=zkrynicki][bug=1268576][author=roadmr]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 .
86
86
 https://help.ubuntu.com/community/Installation/SystemRequirements
87
87
 
 
88
plugin: user-verify
 
89
name: graphics/maximum_resolution
 
90
requires:
 
91
 device.category == 'VIDEO'
 
92
 package.name == 'zenity'
 
93
command: zenity --info --text "Maximum resolution: $(xrandr -q |grep -A 1 "connected\( primary\)* [0-9]" |tail -1 |awk '{print $1}')"
 
94
estimated_duration: 10
 
95
_description:
 
96
 PURPOSE:
 
97
     This test will verify the display is operating at its maximum supported resolution 
 
98
 STEPS:
 
99
     1. Consult the system's specifications and locate the screen's maximum supported resolution.
 
100
     2. Click on Test to display the maximum resolution that can be used by Ubuntu on the current display.
 
101
 VERIFICATION:
 
102
     Is this the display's maximum resolution?
 
103
 
88
104
name: graphics/modes
89
105
plugin: shell
90
106
command: graphics_modes_info