File: help_feature_selection.html

package info (click to toggle)
ddcui 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,136 kB
  • sloc: cpp: 10,333; ansic: 6,581; xml: 42; makefile: 6
file content (53 lines) | stat: -rw-r--r-- 2,566 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
    <head>
        <title>ddcui - Feature Selection</title>
    </head>
    <body>
        <h3>Feature Selection</h3>
        The <strong>Feture Selection</strong> dialog controls the features shown in the <strong>Features</strong> view.  Features are specified as a group,
        and further refined by filters on the group. 
        <h4>Feature Groups</h4> 
        <ul>
            <li>
                <strong>MCCS</strong> - All features defined in the MCCS specification for the VCP version reported by the monitor.
                Includes features in the manufacturer specific range (xe0..xff)
            </li>
            <li><strong>Capabilities</strong> - All features listed in the capabilities string.
            </li>
            <li>
                <strong>Scan</strong> - Examine all possible feature codes, except those known to be read-only or of type <em>Table</em>
            </li>
            <li>
                <strong>Manufacturer</strong> - Examine feature codes in the range reserved for use by manufacturers (xe0..xff)
            </li>
            <li>
                <strong>Color</strong> - Color related feature codes.
            </li>
            <li><strong>Custom</strong> - A list of 2 byte feature codes, separated by blanks and/or commas. Each feature must contain 2 hexadecimal characters, 
                optionally preceded by 'x' or followed by 'h'.  The hex digits, prefix, and suffix are case-insensifive.
            </li>
        </ul>
        <h4>Feature Filters</h4>
        <br>
        The features selected can further be refined by filters.  Not all filters apply to every group.
        <ul>
            <li>
                <strong>Include all features in the capabilities string</strong>
                - Add all features in the capabilities string to those in the group.
            <li>
                <strong>Exclude features not in the capabilities string</strong> 
                - Include only features in the group that are also found in the capabilities string
            </li>
            <li>
                <strong>Show Unsupported Features</strong> - Include features in the group that are reported as unsupported.
            </li>
            <!--
            <li>
                <strong>Include Table type features</strong> 
                - Cannot be checked.  <strong>ddcui</strong>strong> does not support features of type <em>Table</em>. 
            </li>
            -->
        </ul>
    </body>
</html>