File: help_actions_menu.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 (21 lines) | stat: -rw-r--r-- 984 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
    <head>
        <title>ddcui - Actions Menu</title>
    </head>

    <h3>Actions Menu</h3>
    <body>
        The <strong>Actions</strong> menu has the following actions:
        <ul> 
           <li><strong>Redetect Displays</strong> - Use if a monitor is connected or disconnected.</li>
           <li><strong>Rescan Feature Values</strong> - The values shown in the <strong>Features</strong> view can become out of 
           sync with a monitor's actual values. For example, the user can change values using the monitor's On Screen Display, or 
           another program can change the values.  This action causes feature values to be reread from the monitor. </li>
           <li>
             <strong>Execution Statistics</strong> Report execution statistics, corresponding to those 
               of <strong>ddcutil</strong> option <em>--stats</em>.
           </li>
        </ul>
    </body>
</html>