From 00af0dfbf87c62e25b5050102b7bd8df2ddcc1d0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 1 Feb 2014 18:56:29 -0600 Subject: [PATCH] Nominal updates to gamma help handbook, update docbook doctype declarations, update TQLabel in Monitor Gamma module. --- doc/kdvi/index.docbook | 3 +- doc/kgamma/index.docbook | 77 +++++++++++-------------------------- kgamma/kcmkgamma/kgamma.cpp | 2 +- 3 files changed, 24 insertions(+), 58 deletions(-) diff --git a/doc/kdvi/index.docbook b/doc/kdvi/index.docbook index 8cf71005..7db82ecf 100644 --- a/doc/kdvi/index.docbook +++ b/doc/kdvi/index.docbook @@ -1,6 +1,5 @@ - diff --git a/doc/kgamma/index.docbook b/doc/kgamma/index.docbook index 4609b4be..64129c09 100644 --- a/doc/kgamma/index.docbook +++ b/doc/kgamma/index.docbook @@ -1,6 +1,5 @@ -KGamma'> @@ -12,17 +11,15 @@ -The KGamma Handbook +The Monitor Gamma Handbook Michael v.Ostheim - -
ostheimm@users.berlios.de
-
+&tde-authors;
@@ -30,6 +27,10 @@ 2001, 2002, 2003 Michael v.Ostheim + +&tde-copyright-date; +&tde-team; + &FDLNotice; @@ -42,7 +43,7 @@ -KDE +TDE KGamma Monitor Calibration @@ -54,36 +55,35 @@ Introduction -This document describes &kgamma; version 1.0.2 (KDE 3.2) -&kgamma; is a tool for monitor gamma correction. With proper gamma -settings, your display (websites, images, etc.) will look the same on your +This document describes how to correct display monitor gamma. +With proper gamma settings, your display (websites, images, etc.) will look the same on your monitor as on other monitors. -&kgamma; allows you to alter the monitor's gamma correction of -XFree86. But that's not all to do. For good results you have to set the +This tool allows you to alter the monitor's gamma correction of. +But that's not all to do. For good results you have to set the correct brightness, contrast and color balance of your monitor. This may be difficult and you have to repeat every step several times. For perfect results you need really good (and expensive) hardware. -This are system settings, please do not use &kgamma; to manipulate your +These are system settings, please do not use this tool to manipulate your image files. -Using KGamma +Using the Test Images Setting Gamma Correction Use the four sliders to define the gamma correction either as a single -value, or separately for the red, green and blue components. The XFree86 +value, or separately for the red, green and blue components. The X-Server default setting for gamma is 1.00 (Mac 1.80, WinXX 2.20). The test images help you to find proper settings. To store the gamma settings system wide, enable the option 'Store -settings to XF86Config'. The system settings will be restored at next XFree86 +settings to XF86Config'. The system settings will be restored at next X-Server startup. You need root access to use this option. Use this if you want to correct the gamma settings for all users and graphical environments on this machine. -To store the gamma settings to your personal KDE configuration, do not -enable that option. The user settings will be restored at next KDE startup and +To store the gamma settings to your personal &tde; configuration, do not +enable that option. The user settings will be restored at next &tde; startup and replace temporary the system gamma settings. The system settings are not removed by -that and will be restored at next XFree86 startup. +that and will be restored at next X-Server startup. On multi head systems, select the screen you want to alter with the combo box. This will also work with xinerama enabled. If you want to set all screens to the same gamma values, enable the 'Sync screens' option. On systems with only @@ -109,11 +109,11 @@ one screen this option will take no effect. -If you can't see all of the 20 sections, use your monitors contrast settings -or the "Gamma" slider of &kgamma; to correct this. If black is not pure black, +If you don't see all of the 20 sections, use your monitor's contrast settings +or the "Gamma" slider to correct this. If black is not pure black, try to darken the monitor, if white is not pure white, try to lighten it. If you see any colors in the gray tones alter the color balance settings of -your monitor or the "Red", "Green" and "Blue" slider of &kgamma;. +your monitor or the "Red", "Green" and "Blue" slider. @@ -198,37 +198,4 @@ Documentation copyright 2001, 2002, 2003 Michael v.Ostheim ostheimm@users &underGPL; - -Installation - -&kgamma;'s home site is -http://kgamma.berlios.de/index2.php - - - -Compilation and Installation - - -In order to compile and install &kgamma; on your system, type the following in the base -folder of the &kgamma; distribution: - -% ./configure -% make -% make install - - - - - - -&documentation.index;
- diff --git a/kgamma/kcmkgamma/kgamma.cpp b/kgamma/kcmkgamma/kgamma.cpp index 2d77e1f6..ecbb8fe4 100644 --- a/kgamma/kcmkgamma/kgamma.cpp +++ b/kgamma/kcmkgamma/kgamma.cpp @@ -255,7 +255,7 @@ void KGamma::setupUI() { //Options TQHBox *options = new TQHBox(this); - xf86cfgbox = new TQCheckBox( i18n("Save settings to XF86Config"), options ); + xf86cfgbox = new TQCheckBox( i18n("Save settings to X-Server Config"), options ); connect(xf86cfgbox, TQT_SIGNAL(clicked()), TQT_SLOT(changeConfig())); syncbox = new TQCheckBox( i18n("Sync screens"), options );