File: help_general.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 (30 lines) | stat: -rw-r--r-- 1,280 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
    <head>
        <title>ddcui Overview</title>
    </head>
<body>
    <h3>ddcui</h3>
    <p>
    <strong>ddcui</strong> communicates with a monitor's Virtual Control Panel using the DDC/CI protocol.
    It allows for reading and changing monitor settings such as brightness, color, and input source,
    and for querying read-only values such as power on hours.  It is a graphical user interface for 
	<strong>ddcutil</strong>
    <!-- <a href="https://www.ddcutil.com">ddcutil</a>.  -->

    <!-- More detailed documentation can be found  <a href="https://www.ddcutil.com/ddci_main">here</a>.  -->
    <p>
    Topics: 
    <ul>
        <li><a href="qrc:/docs/help_limitations.html">Limitations</a></li>
        <li><a href="qrc:/docs/help_menu_bar.html">   Menu Bar   </a></li>
        <li><a href="qrc:/docs/help_toolbar.html">    Toolbar    </a></li>
        <li>Options dialogs:</li>
        <ul>
            <li><a href="qrc:/docs/help_feature_selection.html">Feature Selection</a></li>
            <li><a href="qrc:/docs/help_nc_values.html">Non-Continuous Feature Values</a></li>
            <li><a href="qrc:/docs/help_ui_options.html">User Interface</a></li>
        </ul>
    </ul>
</body>
</html>