diff options
Diffstat (limited to 'doc/kcontrol/xserver')
-rw-r--r-- | doc/kcontrol/xserver/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcontrol/xserver/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/xserver/index.docbook | 56 |
3 files changed, 71 insertions, 0 deletions
diff --git a/doc/kcontrol/xserver/CMakeLists.txt b/doc/kcontrol/xserver/CMakeLists.txt new file mode 100644 index 000000000..e33cbe3ea --- /dev/null +++ b/doc/kcontrol/xserver/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/xserver ) diff --git a/doc/kcontrol/xserver/Makefile.am b/doc/kcontrol/xserver/Makefile.am new file mode 100644 index 000000000..9d915d89f --- /dev/null +++ b/doc/kcontrol/xserver/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/xserver diff --git a/doc/kcontrol/xserver/index.docbook b/doc/kcontrol/xserver/index.docbook new file mode 100644 index 000000000..a56e47fb3 --- /dev/null +++ b/doc/kcontrol/xserver/index.docbook @@ -0,0 +1,56 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" +"dtd/kdex.dtd" [ +<!ENTITY % addindex "IGNORE"> +<!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;" id="xserver"> +<title>X Server Information</title> +<articleinfo> + +<authorgroup> +<author>&Mike.McBride;</author> + +<!-- TRANS:ROLES_OF_TRANSLATORS --> + +</authorgroup> + +<date>2002-02-12</date> +<releaseinfo>3.00.00</releaseinfo> + +<keywordset> +<keyword>KDE</keyword> +<keyword>KControl</keyword> +<keyword>X server</keyword> +<keyword>system information</keyword> +</keywordset> +</articleinfo> + +<sect1> +<title>X Server Information</title> + +<para>This screen is useful for getting specific information about your +X server and the current session of X.</para> + +<para>When you open this module, you are presented with some +information. The left hand side of the window is organized into a +tree. Some of the elements have a plus sign in front of the label. +Clicking this sign opens a <quote>submenu</quote> related to the +label. Clicking on a minus sign in front of a label hides the +submenu.</para> + +<para>The right hand side of the window contains the individual +values for each of the parameters on the left.</para> + +<para>The information presented will vary depending on your +setup.</para> + +<note><para>Some setups may not be able to determine some or all of the +parameters.</para></note> + +<para>You can not change any values from this menu. It is for +information only.</para> + +</sect1> +</article> |