diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/CMakeLists.txt | 10 | ||||
-rw-r--r-- | doc/html/configure.png | bin | 0 -> 20234 bytes | |||
-rw-r--r-- | doc/html/hi48-app-klcddimmer.png | bin | 0 -> 2620 bytes | |||
-rw-r--r-- | doc/html/klcddimmer-screenshot.png | bin | 0 -> 20979 bytes | |||
-rw-r--r-- | doc/html/klcddimmer.html | 156 |
5 files changed, 166 insertions, 0 deletions
diff --git a/doc/html/CMakeLists.txt b/doc/html/CMakeLists.txt new file mode 100644 index 0000000..cbd26e0 --- /dev/null +++ b/doc/html/CMakeLists.txt @@ -0,0 +1,10 @@ +INSTALL( + + FILES + configure.png + hi48-app-klcddimmer.png + klcddimmer.html + klcddimmer-screenshot.png + + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} +) diff --git a/doc/html/configure.png b/doc/html/configure.png Binary files differnew file mode 100644 index 0000000..c4406e1 --- /dev/null +++ b/doc/html/configure.png diff --git a/doc/html/hi48-app-klcddimmer.png b/doc/html/hi48-app-klcddimmer.png Binary files differnew file mode 100644 index 0000000..41fe9e6 --- /dev/null +++ b/doc/html/hi48-app-klcddimmer.png diff --git a/doc/html/klcddimmer-screenshot.png b/doc/html/klcddimmer-screenshot.png Binary files differnew file mode 100644 index 0000000..9c83012 --- /dev/null +++ b/doc/html/klcddimmer-screenshot.png diff --git a/doc/html/klcddimmer.html b/doc/html/klcddimmer.html new file mode 100644 index 0000000..e7525e6 --- /dev/null +++ b/doc/html/klcddimmer.html @@ -0,0 +1,156 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or +g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> +<head> + <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" /> + <meta content="Lorenzo Bettini" name="author" /> + <title>KLcdDimmer - A KDE Applet to adjust LCD brightness</title> +</head> + + +<body> + + + +<h1><img style="width: 48px; height: 48px;" alt="KLcdDimmer icon" src="hi48-app-klcddimmer.png"> KLcdDimmer</h1> + + + +<h1><small>A KDE Applet to adjust LCD brightness</small></h1> + + + +by <a href="http://www.lorenzobettini.it">Lorenzo +Bettini</a><br> + + + +<br> + + + +<img style="width: 290px; height: 176px;" alt="KLcdDimmer Screenshot" src="klcddimmer-screenshot.png"><br> + + + +<br> + + + +To adjust the brightness simply click with the mouse left +button and use the slider<br> + + + +<br> + + + +Notice that this applet relies on an external program to get/set the +brightness.<br> + + + +<br> + + + +For instance, I've used<br> + + + +<br> + + + +<span style="font-weight: bold;">SmartDimmer</span> <a href="http://www.acc.umu.se/%7Eerikw/program/">http://www.acc.umu.se/~erikw/program/</a><br> + + + +<span style="font-weight: bold;">NVclock</span> <a href="http://www.linuxhardware.org/nvclock/">http://www.linuxhardware.org/nvclock/</a><br> + + + +<br> + + + +but it is supposed to work also with others, since you can configure +the applet. In order to do this, click with the mouse right button and +choose <span style="font-style: italic;">configure</span>:<br> + + + +<br> + + + +<img style="width: 411px; height: 346px;" alt="The configuration dialog" src="configure.png"><br> + + + +<br> + + +You have to set the right command line argument for setting and +getting the brightness (you have to check the documentation of the +program you're using for setting the brightness). If the program +you're using does not support the "get" argument (e.g., nvclock), just +leave that field empty. As for the minimum, maximum and step values, +again, you have to check the documentation of the program (you'll +already find all the correct values for smartdimmer).<br> + + +<br> + + +If you check the "Save the current brightness value", the current value will be saved, and restored when you enter kde again. <br> + + + +<h2>Download (License: GNU GPL)</h2> + + + +KlcdDimmer's Sources can be downloaded from <a href="http://sourceforge.net/projects/klcddimmer">http://sourceforge.net/projects/klcddimmer</a>.<br> +<br> + +You can also find details about new features on my blog, in this area: <a href="http://tronprog.blogspot.com/search/label/klcddimmer">http://tronprog.blogspot.com/search/label/klcddimmer</a>. + +<h2>Installation</h2> + + + +When you run configure, you should pass the KDE root directory as +--prefix (in my system it is /usr). If you don't know about this directory, you can get the right value by running:<br> + +<pre>tde-config --prefix</pre> + + +<p>The steps to perform for the +installation are standard for packages +in source form: once you have unpacked the sources in a directory, `cd' +to the directory containing the package's source code and execute the +following steps: </p> + + + +<pre>./configure --prefix=<your KDE directory><br></pre> + +Or, to automatically get the KDE root directory (notice it is ` and not '): +<pre>./configure --prefix=`tde-config --prefix`<br></pre> + +<p>and then:</p> + +<pre>make<br>make install (as root)</pre> + + + +<p>Then you'll be able to add the applet to the panel, by using your +KDE panel. </p> + + + + +</body> +</html> |