~roadmr/ubuntu/precise/checkbox/0.13.5

« back to all changes in this revision

Viewing changes to build/share/checkbox/jobs/video.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-15 13:05:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101215130520-2h8velbip6ioancs
Tags: 0.10.3ubuntu1
Hack to work around internals of ConfigParser in python2.7. LP: #689140.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: resolution
 
3
requires:
 
4
 device.category == 'VIDEO'
 
5
command: resolution_test
 
6
description:
 
7
 This display is using the following resolution:
 
8
 .
 
9
 $output
 
10
 .
 
11
 Is this acceptable for your display?
 
12
 
 
13
plugin: shell
 
14
name: minimum_resolution_desktop
 
15
requires:
 
16
 device.category == 'VIDEO'
 
17
 package.name == 'ubuntu-desktop'
 
18
command: resolution_test --horizontal 1024 --vertical 768
 
19
description:
 
20
 Ensure the current resolution meets or exceeds the recommended minimum
 
21
 resolution (1024 x 768). See here for details:
 
22
 .
 
23
 https://help.ubuntu.com/community/Installation/SystemRequirements
 
24
 
 
25
plugin: shell
 
26
name: minimum_resolution_netbook
 
27
requires:
 
28
 device.category == 'VIDEO'
 
29
 package.name == 'ubuntu-netbook'
 
30
command: resolution_test --horizontal 1024 --vertical 600
 
31
description:
 
32
 Ensure the current resolution meets or exceeds the recommended minimum
 
33
 resolution (1024 x 600). See here for details:
 
34
 .
 
35
 https://help.ubuntu.com/community/Installation/SystemRequirements
 
36
 
 
37
plugin: manual
 
38
name: display
 
39
requires: package.name == 'xorg' and package.name == 'python-gst0.10'
 
40
command: gst_pipeline_test -t 2 'videotestsrc ! ffmpegcolorspace ! gconfvideosink'
 
41
description:
 
42
 Click the Test button to display a video test.
 
43
 .
 
44
 Do you see color bars and static?
 
45
 
 
46
plugin: manual
 
47
name: xrandr_detect_modes
 
48
requires: package.name == 'xorg'
 
49
command: xrandr
 
50
description:
 
51
 The following screens and video modes have been detected on your system:
 
52
 .
 
53
 $output
 
54
 .
 
55
 Is this correct?
 
56
 
 
57
plugin: manual
 
58
name: xrandr_cycle
 
59
requires: package.name == 'xorg'
 
60
depends: xrandr_detect_modes
 
61
command: xrandr_cycle
 
62
description:
 
63
 Click Test to cycle through the detected video modes for your system.
 
64
 .
 
65
 Did the screen appear to be working for each mode?
 
66
 
 
67
plugin: shell
 
68
name: compiz_check
 
69
command: run_compiz_check | ansi_parser
 
70
description:
 
71
 Check that the hardware is able to run compiz.
 
72
 
 
73
plugin: manual
 
74
name: glxgears
 
75
requires: package.name == 'mesa-utils'
 
76
command: glxgears
 
77
description:
 
78
 Click Test to execute glxgears to ensure that minimal 3d graphics support is in place.
 
79
 .
 
80
 Did the 3d animation appear?
 
81
 
 
82
plugin: manual
 
83
name: video-vga
 
84
description:
 
85
 If your system does not have a VGA port, please skip this test.
 
86
 .
 
87
 Connect a display (if not already connected) to the VGA port on your system. Is the image displayed correctly?
 
88
 
 
89
plugin: manual
 
90
name: video-dvi
 
91
description:
 
92
 If your system does not have a DVI port, please skip this test.
 
93
 .
 
94
 Connect a display (if not already connected) to the DVI port on your system. Is the image displayed correctly?
 
95
 
 
96
plugin: manual
 
97
name: video-displayport
 
98
description:
 
99
 If your system does not have DisplayPort, please skip this test.
 
100
 .
 
101
 Connect a display (if not already connected) to the DisplayPort on your system. Is the image displayed correctly?
 
102
 
 
103
plugin: manual
 
104
name: video-hdmi
 
105
description:
 
106
 If your system does not have a HDMI port, please skip this test.
 
107
 .
 
108
 Connect a display (if not already connected) to the HDMI port on your system. Is the image displayed correctly?
 
109
 .
 
110
 
 
111
plugin: manual
 
112
name: video-svideo
 
113
description:
 
114
 If your system does not have a S-VIDEO port, please skip this test.
 
115
 .
 
116
 Connect a display (if not already connected) to the S-VIDEO port on your system. Is the image displayed correctly?
 
117
 
 
118
plugin: manual
 
119
name: video-rca
 
120
description:
 
121
 If your system does not have a RCA port, please skip this test.
 
122
 .
 
123
 Connect a display (if not already connected) to the RCA port on your system. Is the image displayed correctly?