diff options
author | M.Dinslage <daedra1980@gmail.com> | 2016-09-17 14:06:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-17 14:06:46 +0700 |
commit | 9798deae76d116ee64b11af94153200d342dfa3e (patch) | |
tree | 4a32617e4da7de8aacae888009e194352d6bda47 /libraries/libxnvctrl/README | |
parent | 8045aefdaac2ae8c92b5201e07763a7e17077dde (diff) | |
download | slackbuilds-9798deae76d116ee64b11af94153200d342dfa3e.tar.gz |
libraries/libxnvctrl: Added (NVIDIA NV-CONTROL X extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libxnvctrl/README')
-rw-r--r-- | libraries/libxnvctrl/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libxnvctrl/README b/libraries/libxnvctrl/README new file mode 100644 index 0000000000..cebea14fad --- /dev/null +++ b/libraries/libxnvctrl/README @@ -0,0 +1,5 @@ +The NV-CONTROL X extension provides a mechanism for X clients to query and set +configuration parameters of the NVIDIA X driver. State set by the NV-CONTROL X +extension is assumed to be persistent only for the current server generation. +This can be useful for programs such as conky, mate-sensors-applet, and +xfce4-sensors-plugin to allow for realtime monitoring of your NVIDIA cards temperature, fan speed, memory, etc. |