From 0b9a39305949515fdfabf571f4cdbf61678c81d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 24 Jan 2014 14:11:20 -0600 Subject: Finish moving kinfocenter files to kcontrol. This partially resolves bug report 289. --- doc/kinfocenter/CMakeLists.txt | 13 -- doc/kinfocenter/Makefile.am | 6 - doc/kinfocenter/cdinfo/CMakeLists.txt | 12 -- doc/kinfocenter/cdinfo/Makefile.am | 3 - doc/kinfocenter/cdinfo/index.docbook | 51 ----- doc/kinfocenter/devices/CMakeLists.txt | 12 -- doc/kinfocenter/devices/Makefile.am | 3 - doc/kinfocenter/devices/index.docbook | 60 ------ doc/kinfocenter/dma/CMakeLists.txt | 12 -- doc/kinfocenter/dma/Makefile.am | 3 - doc/kinfocenter/dma/index.docbook | 64 ------ doc/kinfocenter/index.docbook | 341 ------------------------------ doc/kinfocenter/interrupts/CMakeLists.txt | 12 -- doc/kinfocenter/interrupts/Makefile.am | 3 - doc/kinfocenter/interrupts/index.docbook | 70 ------ doc/kinfocenter/ioports/CMakeLists.txt | 12 -- doc/kinfocenter/ioports/Makefile.am | 3 - doc/kinfocenter/ioports/index.docbook | 64 ------ doc/kinfocenter/memory/CMakeLists.txt | 12 -- doc/kinfocenter/memory/Makefile.am | 3 - doc/kinfocenter/memory/index.docbook | 108 ---------- doc/kinfocenter/nics/CMakeLists.txt | 12 -- doc/kinfocenter/nics/Makefile.am | 3 - doc/kinfocenter/nics/index.docbook | 45 ---- doc/kinfocenter/opengl/CMakeLists.txt | 12 -- doc/kinfocenter/opengl/Makefile.am | 2 - doc/kinfocenter/opengl/index.docbook | 47 ---- doc/kinfocenter/partitions/CMakeLists.txt | 12 -- doc/kinfocenter/partitions/Makefile.am | 3 - doc/kinfocenter/partitions/index.docbook | 56 ----- doc/kinfocenter/pci/CMakeLists.txt | 12 -- doc/kinfocenter/pci/Makefile.am | 3 - doc/kinfocenter/pci/index.docbook | 57 ----- doc/kinfocenter/pcmcia/CMakeLists.txt | 12 -- doc/kinfocenter/pcmcia/Makefile.am | 3 - doc/kinfocenter/pcmcia/index.docbook | 38 ---- doc/kinfocenter/processor/CMakeLists.txt | 12 -- doc/kinfocenter/processor/Makefile.am | 3 - doc/kinfocenter/processor/index.docbook | 56 ----- doc/kinfocenter/protocols/CMakeLists.txt | 12 -- doc/kinfocenter/protocols/Makefile.am | 3 - doc/kinfocenter/protocols/index.docbook | 39 ---- doc/kinfocenter/samba/CMakeLists.txt | 12 -- doc/kinfocenter/samba/Makefile.am | 4 - doc/kinfocenter/samba/index.docbook | 207 ------------------ doc/kinfocenter/scsi/CMakeLists.txt | 12 -- doc/kinfocenter/scsi/Makefile.am | 3 - doc/kinfocenter/scsi/index.docbook | 56 ----- doc/kinfocenter/sound/CMakeLists.txt | 12 -- doc/kinfocenter/sound/Makefile.am | 3 - doc/kinfocenter/sound/index.docbook | 51 ----- doc/kinfocenter/usb/CMakeLists.txt | 12 -- doc/kinfocenter/usb/Makefile.am | 3 - doc/kinfocenter/usb/index.docbook | 43 ---- doc/kinfocenter/xserver/CMakeLists.txt | 12 -- doc/kinfocenter/xserver/Makefile.am | 3 - doc/kinfocenter/xserver/index.docbook | 56 ----- 57 files changed, 1798 deletions(-) delete mode 100644 doc/kinfocenter/CMakeLists.txt delete mode 100644 doc/kinfocenter/Makefile.am delete mode 100644 doc/kinfocenter/cdinfo/CMakeLists.txt delete mode 100644 doc/kinfocenter/cdinfo/Makefile.am delete mode 100644 doc/kinfocenter/cdinfo/index.docbook delete mode 100644 doc/kinfocenter/devices/CMakeLists.txt delete mode 100644 doc/kinfocenter/devices/Makefile.am delete mode 100644 doc/kinfocenter/devices/index.docbook delete mode 100644 doc/kinfocenter/dma/CMakeLists.txt delete mode 100644 doc/kinfocenter/dma/Makefile.am delete mode 100644 doc/kinfocenter/dma/index.docbook delete mode 100644 doc/kinfocenter/index.docbook delete mode 100644 doc/kinfocenter/interrupts/CMakeLists.txt delete mode 100644 doc/kinfocenter/interrupts/Makefile.am delete mode 100644 doc/kinfocenter/interrupts/index.docbook delete mode 100644 doc/kinfocenter/ioports/CMakeLists.txt delete mode 100644 doc/kinfocenter/ioports/Makefile.am delete mode 100644 doc/kinfocenter/ioports/index.docbook delete mode 100644 doc/kinfocenter/memory/CMakeLists.txt delete mode 100644 doc/kinfocenter/memory/Makefile.am delete mode 100644 doc/kinfocenter/memory/index.docbook delete mode 100644 doc/kinfocenter/nics/CMakeLists.txt delete mode 100644 doc/kinfocenter/nics/Makefile.am delete mode 100644 doc/kinfocenter/nics/index.docbook delete mode 100644 doc/kinfocenter/opengl/CMakeLists.txt delete mode 100644 doc/kinfocenter/opengl/Makefile.am delete mode 100644 doc/kinfocenter/opengl/index.docbook delete mode 100644 doc/kinfocenter/partitions/CMakeLists.txt delete mode 100644 doc/kinfocenter/partitions/Makefile.am delete mode 100644 doc/kinfocenter/partitions/index.docbook delete mode 100644 doc/kinfocenter/pci/CMakeLists.txt delete mode 100644 doc/kinfocenter/pci/Makefile.am delete mode 100644 doc/kinfocenter/pci/index.docbook delete mode 100644 doc/kinfocenter/pcmcia/CMakeLists.txt delete mode 100644 doc/kinfocenter/pcmcia/Makefile.am delete mode 100644 doc/kinfocenter/pcmcia/index.docbook delete mode 100644 doc/kinfocenter/processor/CMakeLists.txt delete mode 100644 doc/kinfocenter/processor/Makefile.am delete mode 100644 doc/kinfocenter/processor/index.docbook delete mode 100644 doc/kinfocenter/protocols/CMakeLists.txt delete mode 100644 doc/kinfocenter/protocols/Makefile.am delete mode 100644 doc/kinfocenter/protocols/index.docbook delete mode 100644 doc/kinfocenter/samba/CMakeLists.txt delete mode 100644 doc/kinfocenter/samba/Makefile.am delete mode 100644 doc/kinfocenter/samba/index.docbook delete mode 100644 doc/kinfocenter/scsi/CMakeLists.txt delete mode 100644 doc/kinfocenter/scsi/Makefile.am delete mode 100644 doc/kinfocenter/scsi/index.docbook delete mode 100644 doc/kinfocenter/sound/CMakeLists.txt delete mode 100644 doc/kinfocenter/sound/Makefile.am delete mode 100644 doc/kinfocenter/sound/index.docbook delete mode 100644 doc/kinfocenter/usb/CMakeLists.txt delete mode 100644 doc/kinfocenter/usb/Makefile.am delete mode 100644 doc/kinfocenter/usb/index.docbook delete mode 100644 doc/kinfocenter/xserver/CMakeLists.txt delete mode 100644 doc/kinfocenter/xserver/Makefile.am delete mode 100644 doc/kinfocenter/xserver/index.docbook (limited to 'doc/kinfocenter') diff --git a/doc/kinfocenter/CMakeLists.txt b/doc/kinfocenter/CMakeLists.txt deleted file mode 100644 index 86c913fc5..000000000 --- a/doc/kinfocenter/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories() -tde_create_handbook( DESTINATION kinfocenter ) diff --git a/doc/kinfocenter/Makefile.am b/doc/kinfocenter/Makefile.am deleted file mode 100644 index 251280f85..000000000 --- a/doc/kinfocenter/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ - -SUBDIRS = $(AUTODIRS) - -KDE_LANG= en -KDE_DOCS = AUTO - diff --git a/doc/kinfocenter/cdinfo/CMakeLists.txt b/doc/kinfocenter/cdinfo/CMakeLists.txt deleted file mode 100644 index b71abcb30..000000000 --- a/doc/kinfocenter/cdinfo/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/cdinfo ) diff --git a/doc/kinfocenter/cdinfo/Makefile.am b/doc/kinfocenter/cdinfo/Makefile.am deleted file mode 100644 index e4070c171..000000000 --- a/doc/kinfocenter/cdinfo/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/cdinfo diff --git a/doc/kinfocenter/cdinfo/index.docbook b/doc/kinfocenter/cdinfo/index.docbook deleted file mode 100644 index 6048e5873..000000000 --- a/doc/kinfocenter/cdinfo/index.docbook +++ /dev/null @@ -1,51 +0,0 @@ - - - -]> - -
-CD-ROM Information/Capabilities - - - - -Jahshan -Bhatti -
jabhatti91@gmail.com
-
- -
- -2006-06-13 -3.00.00 - - -KDE -KControl -cd-rom -capabilities information - -
- - -CD-ROM Information/Capabilities - - -This page displays information about the attached CD-ROM drives and their capabilites, - - - -On &Linux;, this information is read from /proc/sys/dev/cdrom/info, which are only available if -the /proc pseudo-filesystem is -compiled into the kernel. - - - -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/devices/CMakeLists.txt b/doc/kinfocenter/devices/CMakeLists.txt deleted file mode 100644 index 431a528fb..000000000 --- a/doc/kinfocenter/devices/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/devices ) diff --git a/doc/kinfocenter/devices/Makefile.am b/doc/kinfocenter/devices/Makefile.am deleted file mode 100644 index dc255fa48..000000000 --- a/doc/kinfocenter/devices/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/devices diff --git a/doc/kinfocenter/devices/index.docbook b/doc/kinfocenter/devices/index.docbook deleted file mode 100644 index 43eac4de9..000000000 --- a/doc/kinfocenter/devices/index.docbook +++ /dev/null @@ -1,60 +0,0 @@ - - - -]> - -
-Device Information - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -device -system information - - - - -Device Information - - -This page displays information about the available devices, - - - - -The exact information displayed is system-dependent. On some systems, -device information cannot be displayed yet. - - - - -On &Linux;, this information is read from /proc/devices and /proc/misc, which are only available if -the /proc pseudo-filesystem is -compiled into the kernel. Devices are listed by group (Character, Block, -or Miscellaneous). The device major number is listed, followed by an -identifying label. - - - -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/dma/CMakeLists.txt b/doc/kinfocenter/dma/CMakeLists.txt deleted file mode 100644 index 461ab9da5..000000000 --- a/doc/kinfocenter/dma/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/dma ) diff --git a/doc/kinfocenter/dma/Makefile.am b/doc/kinfocenter/dma/Makefile.am deleted file mode 100644 index 0e2aa88e7..000000000 --- a/doc/kinfocenter/dma/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/dma diff --git a/doc/kinfocenter/dma/index.docbook b/doc/kinfocenter/dma/index.docbook deleted file mode 100644 index 415666095..000000000 --- a/doc/kinfocenter/dma/index.docbook +++ /dev/null @@ -1,64 +0,0 @@ - - - -]> - -
-<acronym>DMA</acronym> Channel Information - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -DMA -system information - - - - -<acronym>DMA</acronym> Channel Information - - This page displays information about the DMA -(Direct Memory Access) Channels. A DMA channel is a -direct connection that allows devices to transfer data to and from -memory without going through the processor. Typically, i386-architecture -systems (PC's) have eight DMA -channels (0-7). - - The exact information displayed is system-dependent. On -some systems, DMA Channel information cannot be -displayed yet. - - On &Linux;, this information is read from /proc/dma, which is only available if the -/proc pseudo-filesystem is -compiled into the kernel. - - A list of all currently-registered (ISA bus) -DMA channels that are in use is shown. The first -column shows the DMA channel, and the second column -shows the device which uses that channel. - - -Unused DMA channels are not listed. - - - -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/index.docbook b/doc/kinfocenter/index.docbook deleted file mode 100644 index ceee75297..000000000 --- a/doc/kinfocenter/index.docbook +++ /dev/null @@ -1,341 +0,0 @@ - - - - -]> - - - -The &infocenter; - - - -Michael -McBride -
mpmcbride7@yahoo.com
-
-
- -2002-07-03 -3.10.00 - - -This documentation describes &tde;'s information center. - - - -KDE -kinfocenter -system -information -module - - -
- - -The &infocenter; - - -The &infocenter; (from now on referred to simply as the -information center) provides you with a centralized and convenient -overview of your &tde; and system settings. - - - -The information center is made up of multiple modules. Each module is a -separate application, but the information center organizes all of these -programs into a convenient location. - - - - - -Using The &infocenter; - - -This next section details the use of the information center itself. For -information on individual modules, please see Info -Center Modules - - - -Starting the &infocenter; - - -The &infocenter; can be started 3 ways: - - - - - -By selecting TDE -ButtonSystemInfo -Center from the &tde; Panel. - - - - - -By pressing &Alt;F2. - - - -This will bring up a dialog box. Type -kinfocenter, and click -Run or press Enter. - - - - - -You can type kinfocenter & at any command prompt. - - - - - -All three of these methods are equivalent, and produce the same result. - - - - - -The &infocenter; Screen - - -When you start the information center, you are presented with a window, -which can be divided into 3 functional parts. - - - -Across the top is a menubar. The menubar will provide you with quick -access to most of &infocenter;'s features. The menus are detailed in -The &tde; Info Center -Menus. - - - -Along the left hand side, is a column. This is a where you choose which -module to investigate. You can learn how to navigate through the modules -in the section called Navigating -Modules. - - - -The main panel shows you some system information. - - - - - - - -The &infocenter; Menus - - -This next section gives you a brief description of what each menu item -does. - - - -<guimenu>File</guimenu> Menu - - -The File menu has a single entry. - - - - - - - -&Ctrl;Q - -File -Quit - - - -Closes the info center. - - - - - - - - -<guimenu>Help</guimenu> Menu - -&help.menu.documentation; - - - - - - -Exiting The &tde; Information Center - - -You can exit the info center one of three ways: - - - - - -Select File -Quit from the menu bar. - - - - -Type &Ctrl;Q -on the keyboard. - - - - - -Click on the Close button on the frame surrounding -the info center. - - - - - - - - - - - -The &infocenter; Modules - - -Navigating Modules - - -This is a list of the standard configuration -modules (sorted by category) provided by the &tde; base package. Please note that there -may be many more modules on your system if you have installed additional -software. - - - - -Devices - - -DMA-Channels - - -Interrupts - - -IO-Ports - - -Memory - - -Network Interfaces - - -OpenGL - - -Partitions - - -PCI - - -PCMCIA - - -Processor - - -Protocols - - -Samba Status Information - - -SCSI - - -Sound - - -USB Devices - - -X-Server - - - - - - - - - - -Credits and License - -&infocenter; -Program copyright 1997-2001 The &infocenter; Developers -Contributors: - - -Matthias Hoelzer-Kluepfel -hoelzer@kde.org -Matthias Elter elter@kde.org - - -Documentation copyright 2000 Michael -McBride mpmcbride7@yahoo.com - -Contributors: - - -Paul Campbell paul@taniwha.com -Helge Deller deller@kde.org -Mark Donohoe -Pat Dowler -Duncan Haldane duncan@kde.org -Steffen Hansen stefh@mip.ou.dk. -Matthias Hoelzer-Kluepfel hoelzer@kde.org -Martin Jones mjones@kde.org -Jost Schenck jost@schenck.de -Jonathan Singer jsinger@leeta.net -Thomas Tanghus tanghus@earthling.net -Krishna Tateneni tateneni@pluto.njcc.com> -Ellis Whitehead ewhitehe@uni-freiburg.de - - - - - -&underFDL; -&underGPL; - - -
- diff --git a/doc/kinfocenter/interrupts/CMakeLists.txt b/doc/kinfocenter/interrupts/CMakeLists.txt deleted file mode 100644 index e6dbfb37d..000000000 --- a/doc/kinfocenter/interrupts/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/interrupts ) diff --git a/doc/kinfocenter/interrupts/Makefile.am b/doc/kinfocenter/interrupts/Makefile.am deleted file mode 100644 index 46be8b9ce..000000000 --- a/doc/kinfocenter/interrupts/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/interrupts diff --git a/doc/kinfocenter/interrupts/index.docbook b/doc/kinfocenter/interrupts/index.docbook deleted file mode 100644 index b29611202..000000000 --- a/doc/kinfocenter/interrupts/index.docbook +++ /dev/null @@ -1,70 +0,0 @@ - - - -]> - -
-Interrupt Request (<abbrev>IRQ</abbrev>) Lines - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -IRQ -interrupts -system information - - - - -Interrupt Request (<abbrev>IRQ</abbrev>) Lines in Use - -This page displays information about the Interrupt Request -Lines in use, and the devices that use them. - -An IRQ is a hardware line used in a -PC by (ISA bus) devices like -keyboards, modems, sound cards, &etc;, to send interrupt signals to the -processor to tell it that the device is ready to send or accept data. -Unfortunately, there are only sixteen IRQ's (0-15) -available in the i386 (PC) architecture for sharing among -the various ISA devices. - -Many hardware problems are the result of IRQ -conflicts, when two devices try to use the same IRQ, or -software is misconfigured to use a different IRQ from the -one a device is actually configured for. - -The exact information displayed is system-dependent. On some -systems, IRQ information cannot be displayed - yet. - -On &Linux;, this information is read from -/proc/interrupts, which is only -available if the /proc -pseudo-filesystem is compiled into the kernel. - -The first column, is the IRQ number. The second -column, is the number of interrupts that have been received since the last -reboot. The third column shows the type of interrupt. The fourth, -identifies the device assigned to that interrupt. - -The user cannot modify any settings on this page. - - - -
- diff --git a/doc/kinfocenter/ioports/CMakeLists.txt b/doc/kinfocenter/ioports/CMakeLists.txt deleted file mode 100644 index 87a473a9b..000000000 --- a/doc/kinfocenter/ioports/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/ioports ) diff --git a/doc/kinfocenter/ioports/Makefile.am b/doc/kinfocenter/ioports/Makefile.am deleted file mode 100644 index 56e830b08..000000000 --- a/doc/kinfocenter/ioports/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/ioports diff --git a/doc/kinfocenter/ioports/index.docbook b/doc/kinfocenter/ioports/index.docbook deleted file mode 100644 index 65bcb1f1e..000000000 --- a/doc/kinfocenter/ioports/index.docbook +++ /dev/null @@ -1,64 +0,0 @@ - - - -]> - -
-I/O Port - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - - -2002-02-12 -3.00.00 - - -KDE -KControl -ioports -system information - - - - -Input/Output Port Information - -This page displays information about the I/O ports. - -I/O Ports are memory addresses used by the processor for direct -communication with a device that has sent an -interrupt signal to the processor. - -The exchange of commands or data between the processor and the device -takes place through the I/O port address of the device, which is a - hexadecimal -number. No two devices can share the same I/O port. Many devices use - multiple -I/O port addresses, which are expressed as a range of hexadecimal -numbers. - -The exact information displayed is system-dependent. On some -systems, I/O port information can not yet be displayed. - -On &Linux;, this information is read from /proc/ioports which is only available if -the /proc pseudo-filesystem is -compiled into the kernel. A list of all currently-registered I/O port -regions that are in use is shown. - -The first column is the I/O port (or the range of I/O ports), the -second column identifies the device that uses these I/O ports. - -The user cannot modify any settings on this page. - - -
diff --git a/doc/kinfocenter/memory/CMakeLists.txt b/doc/kinfocenter/memory/CMakeLists.txt deleted file mode 100644 index e463d2465..000000000 --- a/doc/kinfocenter/memory/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/memory ) diff --git a/doc/kinfocenter/memory/Makefile.am b/doc/kinfocenter/memory/Makefile.am deleted file mode 100644 index e9a9e23ef..000000000 --- a/doc/kinfocenter/memory/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/memory diff --git a/doc/kinfocenter/memory/index.docbook b/doc/kinfocenter/memory/index.docbook deleted file mode 100644 index 19d10fc57..000000000 --- a/doc/kinfocenter/memory/index.docbook +++ /dev/null @@ -1,108 +0,0 @@ - - - -]> - -
-Memory Information - - - -&Mike.McBride; - - - - - -2002-02-13 -3.00.00 - - -KDE -KControl -memory -system information - - - - -Memory Information - -This module displays the current memory usage. It is updated -constantly, and can be very useful for pinpointing bottlenecks when certain -applications are executed. - - -Memory Types - -The first thing you must understand, is there are two types of -memory, available to the operating system and the programs -that run within it. - -The first type, is called physical memory. This is the memory located -within the memory chips, within your computer. This is the -RAM (for Random Access Memory) you bought when you -purchased your computer. - -The second type of memory, is called virtual or swap memory. This -block of memory, is actually space on the hard drive. The operating -system reserves a space on the hard drive for swap space. -The operating system can use this virtual memory (or swap space), if it -runs out of physical memory. The reason this is called -swap memory, is the operating system takes some data that -it doesn't think you will want for a while, and saves that to disk in -this reserved space. The operating system then loads the new data you -need right now. It has swapped the not needed data, for -the data you need right now. Virtual or swap memory is not as fast as -physical memory, so operating systems try to keep data (especially often -used data), in the physical memory. - -The total memory, is the combined total of physical memory and -virtual memory. - - - - -Memory Information Module - -This window is divided into a top and bottom section - -The top section shows you the total physical memory, total free - physical memory, shared memory, and buffered memory. - -All four values are represented as the total number of bytes, and - as the number of megabytes (1 megabyte = slightly more than 1,000,000 - bytes) - -The bottom section shows you three graphs: - - -Total Memory (this is the combination of physical and virtual memory). -Physical Memory -Virtual memory, or Swap Space. - - -The green areas are free, and the red areas are used. - -The exact values of each type of memory are not critical, and - they change regularly. When you evaluate this page, look at - trends. - -Does your computer have plenty of free space (green areas)? If - not, you can increase the swap size or increase the physical - memory. - -Also, if your computer seems sluggish: is your physical memory - full, and does the hard drive always seem to be running? This suggests - that you do not have enough physical memory, and your computer is - relying on the slower virtual memory for commonly used data. Increasing - your physical memory will improve the responsiveness of your - computer. - - - - - -
diff --git a/doc/kinfocenter/nics/CMakeLists.txt b/doc/kinfocenter/nics/CMakeLists.txt deleted file mode 100644 index fe31da6a2..000000000 --- a/doc/kinfocenter/nics/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/nics ) diff --git a/doc/kinfocenter/nics/Makefile.am b/doc/kinfocenter/nics/Makefile.am deleted file mode 100644 index 73ab1b332..000000000 --- a/doc/kinfocenter/nics/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/nics diff --git a/doc/kinfocenter/nics/index.docbook b/doc/kinfocenter/nics/index.docbook deleted file mode 100644 index f82552c28..000000000 --- a/doc/kinfocenter/nics/index.docbook +++ /dev/null @@ -1,45 +0,0 @@ - - - -]> - -
-Network Interfaces - - - -&Lauri.Watts; - - - -2002-02-11 -3.00.00 - - -KDE -KControl -Network -Interfaces - - - - - -Network Interfaces - - -This page displays information about the network interfaces -installed in your computer. - - -The exact information displayed is system-dependent. On -some systems, this information can not yet be displayed. - -The user cannot modify any settings on this page. - - - - -
diff --git a/doc/kinfocenter/opengl/CMakeLists.txt b/doc/kinfocenter/opengl/CMakeLists.txt deleted file mode 100644 index 8639752af..000000000 --- a/doc/kinfocenter/opengl/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/opengl ) diff --git a/doc/kinfocenter/opengl/Makefile.am b/doc/kinfocenter/opengl/Makefile.am deleted file mode 100644 index cc8923bc3..000000000 --- a/doc/kinfocenter/opengl/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG= en -KDE_DOCS = kinfocenter/opengl diff --git a/doc/kinfocenter/opengl/index.docbook b/doc/kinfocenter/opengl/index.docbook deleted file mode 100644 index 2c972034a..000000000 --- a/doc/kinfocenter/opengl/index.docbook +++ /dev/null @@ -1,47 +0,0 @@ - - - -]> - -
-<acronym>OpenGL</acronym> - - - -IlyaKorniykok_ilya@ukr.net - - - - - - - - -KDE -KControl -OpenGL -system information - - - - - -OpenGL - -This page displays information about installed OpenGL implementation. -OpenGL (for "Open Graphics Library") is a cross-platform, -hardware independent interface for 3D graphics. - -GLX is the binding for OpenGL to X Window system. - - DRI (Direct Rendering Infrastucture) provides hardware acceleration for OpenGL. -You must have a videocard with 3D accelerator and properly installed driver for this. - - -Read more at the official OpenGL site http://www.opengl.org - - - -
diff --git a/doc/kinfocenter/partitions/CMakeLists.txt b/doc/kinfocenter/partitions/CMakeLists.txt deleted file mode 100644 index 1b92782a3..000000000 --- a/doc/kinfocenter/partitions/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/partitions ) diff --git a/doc/kinfocenter/partitions/Makefile.am b/doc/kinfocenter/partitions/Makefile.am deleted file mode 100644 index 7eab338b4..000000000 --- a/doc/kinfocenter/partitions/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/partitions diff --git a/doc/kinfocenter/partitions/index.docbook b/doc/kinfocenter/partitions/index.docbook deleted file mode 100644 index f3655a8cf..000000000 --- a/doc/kinfocenter/partitions/index.docbook +++ /dev/null @@ -1,56 +0,0 @@ - - - -]> - -
-Partition Information - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -drive partition -system information - - - - -Partition Information - -This page displays information about partitions on your hard -drives. - -The exact information displayed is system-dependent. On -some systems, partition information cannot be displayed -yet. - -On &Linux;, this information is read from /proc/partitions, which is only available -if the /proc pseudo-filesystem is -compiled into the (2.1.x or later) kernel. - -The first two columns are the major and minor numbers -respectively. The third column is the number of blocks (usually 1 -block = 1024 bytes). The fourth column is a label for the -device. - -The user cannot modify any settings on this page. - - - -
- diff --git a/doc/kinfocenter/pci/CMakeLists.txt b/doc/kinfocenter/pci/CMakeLists.txt deleted file mode 100644 index 5d385dcd8..000000000 --- a/doc/kinfocenter/pci/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/pci ) diff --git a/doc/kinfocenter/pci/Makefile.am b/doc/kinfocenter/pci/Makefile.am deleted file mode 100644 index b6702265a..000000000 --- a/doc/kinfocenter/pci/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/pci diff --git a/doc/kinfocenter/pci/index.docbook b/doc/kinfocenter/pci/index.docbook deleted file mode 100644 index 1d4d8b3f9..000000000 --- a/doc/kinfocenter/pci/index.docbook +++ /dev/null @@ -1,57 +0,0 @@ - - - -]> - -
-<acronym>PCI</acronym>-bus and Installed <acronym>PCI</acronym> Cards - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -PCI -system information - - - - - -<acronym>PCI</acronym>-bus and Installed <acronym>PCI</acronym> -Cards - -This page displays information about the -PCI-bus and installed PCI cards, -and other devices that use the Peripheral Component Interconnect -(PCI) bus. - -The exact information displayed is system-dependent. On some -systems, PCI-information can not yet be -displayed. - -On &Linux;, this information is read from /proc/pci which is only available if the -/proc pseudo-filesystem is -compiled into the kernel. A listing of all PCI -devices found during kernel initialization, and their configuration, is -shown. - -Each entry begins with a bus, device and function number. -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/pcmcia/CMakeLists.txt b/doc/kinfocenter/pcmcia/CMakeLists.txt deleted file mode 100644 index 06dbc8042..000000000 --- a/doc/kinfocenter/pcmcia/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/pcmcia ) diff --git a/doc/kinfocenter/pcmcia/Makefile.am b/doc/kinfocenter/pcmcia/Makefile.am deleted file mode 100644 index 23040b3c9..000000000 --- a/doc/kinfocenter/pcmcia/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/pcmcia diff --git a/doc/kinfocenter/pcmcia/index.docbook b/doc/kinfocenter/pcmcia/index.docbook deleted file mode 100644 index 901fdf2e5..000000000 --- a/doc/kinfocenter/pcmcia/index.docbook +++ /dev/null @@ -1,38 +0,0 @@ - - - -]> - -
-<acronym>PCMCIA</acronym> - - - -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -Laptop -PCMCIA - - - - -<acronym>PCMCIA</acronym> - -This module displays information about PCMCIA -Cards - -The exact information is system dependent. On most systems no -information is displayed at all. - - -
diff --git a/doc/kinfocenter/processor/CMakeLists.txt b/doc/kinfocenter/processor/CMakeLists.txt deleted file mode 100644 index ee5d49a1c..000000000 --- a/doc/kinfocenter/processor/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/processor ) diff --git a/doc/kinfocenter/processor/Makefile.am b/doc/kinfocenter/processor/Makefile.am deleted file mode 100644 index 7cdf67a93..000000000 --- a/doc/kinfocenter/processor/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/processor diff --git a/doc/kinfocenter/processor/index.docbook b/doc/kinfocenter/processor/index.docbook deleted file mode 100644 index 3794aca67..000000000 --- a/doc/kinfocenter/processor/index.docbook +++ /dev/null @@ -1,56 +0,0 @@ - - - -]> - -
-Processor Information - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -CPU -processor -system information - - - - -Processor Information - -This page displays information about the system -Central Processing Unit (CPU). - -The exact information displayed is system-dependent. On -some systems, processor information cannot be displayed -yet. - -On &Linux;, this information is read from /proc/cpuinfo, which is only available if -the /proc pseudo-filesystem is -compiled into the kernel. - -The exact contents of the window will depend on the -CPU(s) in your machine, but the window is organized -into two columns. The first column is the parameter, and the second -column is the value of that parameter. - -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/protocols/CMakeLists.txt b/doc/kinfocenter/protocols/CMakeLists.txt deleted file mode 100644 index 66598bfdb..000000000 --- a/doc/kinfocenter/protocols/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/protocols ) diff --git a/doc/kinfocenter/protocols/Makefile.am b/doc/kinfocenter/protocols/Makefile.am deleted file mode 100644 index afc73fa8a..000000000 --- a/doc/kinfocenter/protocols/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/protocols diff --git a/doc/kinfocenter/protocols/index.docbook b/doc/kinfocenter/protocols/index.docbook deleted file mode 100644 index c84aef578..000000000 --- a/doc/kinfocenter/protocols/index.docbook +++ /dev/null @@ -1,39 +0,0 @@ - - - -]> - -
-Protocols - - - -&Lauri.Watts; - - - - -KDE -Protocols -IOSlaves - - - - -Protocols - -On the left of the panel you will see a list of the IOSlaves that -are installed on your system. IOSlaves are how &tde; applications -talk to other computers, other applications, or act on -files. - -Clicking on an IOSlave name will display some help information -about that IOSlave, such as how to use it, and what it does. - -The protocols module is purely informational, you cannot change -any settings here. - - -
\ No newline at end of file diff --git a/doc/kinfocenter/samba/CMakeLists.txt b/doc/kinfocenter/samba/CMakeLists.txt deleted file mode 100644 index d59797e2a..000000000 --- a/doc/kinfocenter/samba/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/samba ) diff --git a/doc/kinfocenter/samba/Makefile.am b/doc/kinfocenter/samba/Makefile.am deleted file mode 100644 index 91de8fa54..000000000 --- a/doc/kinfocenter/samba/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/samba - diff --git a/doc/kinfocenter/samba/index.docbook b/doc/kinfocenter/samba/index.docbook deleted file mode 100644 index 69d7b91b9..000000000 --- a/doc/kinfocenter/samba/index.docbook +++ /dev/null @@ -1,207 +0,0 @@ - - - -]> - -
-Samba Status Information - - -&Alexander.Neundorf; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -Samba -system information - - - - - - -Samba Status Information - -The Samba and NFS Status Monitor is a front end -to the programs smbstatus and -showmount. Smbstatus reports on current Samba -connections, and is part of the suite of Samba tools, which implements -the SMB (Session Message Block) protocol, also called -the NetBIOS or LanManager protocol. - -This protocol can be used to provide printer sharing or drive -sharing services on a network including machines running the various -flavors of &Microsoft; &Windows;. - -showmount is part of the NFS -software package. NFS stands for Network File System -and is the traditional &UNIX; way to share folders over the -network. In this case the output of showmount - is parsed. On some systems showmount is in -/usr/sbin, check if you have -showmount in your PATH. - - -Exports - -On this page you can see a big list which shows the currently -active connections to Samba shares and NFS exports of -your machine. The first column shows you whether the resource is a Samba -(SMB) share or a NFS export. The -second column contains the name of the share, the third the name of the -remote host, which accesses this share. The remaining columns have only -a meaning for Samba-shares. - -The fourth column contains the User ID of the -user, who accesses this share. Note that this does not have to be equal -to the &UNIX; user ID of this user. The same applies -for the next column, which displays the group ID of the -user. - -Each connection to one of your shares is handled by a single -process (smbd), the next column shows the process -ID (pid) of this -smbd. If you kill this process the connected user -will be disconnected. If the remote user works from &Windows;, as soon -as this process is killed a new one will be created, so he will almost -not notice it. - -The last column shows how many files this user has currently open. -Here you see only, how many files he has open just -now, you don't see how many he copied or formerly opened &etc; - - - - -Imports - - Here you see which Samba- and NFS-shares from -other hosts are mounted on your local system. The first column shows -wether it is a Samba- or NFS-share, the second column -displays the name of the share, and the third shows where it is -mounted. - -The mounted NFS-shares you should see on -&Linux; (this has been tested), and it should also work on &Solaris; -(this has not been tested). - - - - -Log - -This page presents the contents of your local samba log file in a -nice way. If you open this page, the list will be empty. You have to -press the Update button, then the samba log file -will be read and the results displayed. Check whether the samba log file -on your system is really at the location as specified in the input -line. If it is somewhere else or if it has another name, correct -it. After changing the file name you have to press -Update again. - -Samba logs its actions according to the log level (see -smb.conf). If loglevel = 1, samba logs only when -somebody connects to your machine and when this connection is closed -again. If log level = 2, it logs also if somebody opens a file and if he -closes the file again. If the log level is higher than 2, yet more -stuff is logged. - -If you are interested in who accesses your machine, and which -files are accessed, you should set the log level to 2 and regularly -create a new samba log file (⪚ set up a cron task -which once a week moves your current samba log file into another -folder or something like that). Otherwise your samba log file may -become very big. - -With the four checkboxes below the big list you can decide, which -events are displayed in the list. You have to press -Update to see the results. If the log level of -your samba is too low, you won't see everything. - -By clicking on the header of one column you can sort the list by -this column. - - - - - -Statistics - -On this page you can filter the contents of the third page for -certain contents. - -Let's say the Event field (not the one in the -list) is set to Connection, -Service/File is set to *, -Host/User is set to *, -Show expanded service info is disabled and -Show expanded host info is disabled. - -If you press Update now, you will see how -often a connection was opened to share * (&ie; to any -share) from host * (&ie; from any host). Now enable -Show expanded host info and press -Update again. Now you will see for every host -which matches the wildcard *, how many connections -were opened by him. - -Now press clear. - -Now set the Event field to File Access and -enable Show expanded service info and press -Update again. - -Now you will see how often every single file was accessed. If you -enable Show expanded host info too, you will see -how often every single user opened each file. - -In the input lines Service/File and -Host/User you can use the wildcards -* and ? in the same way you use -them at the command line. Regular expressions are not -recognized. - -By clicking on the header of a column you can sort the list by -this column. This way you can check out which file was opened most -often, or which user opened the most files or whatever. - - - - - -Section Author - -Module copyright 2000: Michael Glauche and &Alexander.Neundorf; &Alexander.Neundorf.mail; - -Originally written by: Michael Glauche - -Currently maintained by: &Alexander.Neundorf; &Alexander.Neundorf.mail; - - -Contributors -Conversion to kcontrol applet: -&Matthias.Hoelzer-Kluepfel; &Matthias.Hoelzer-Kluepfel.mail; -Use of TDEProcess instead of popen, and more error checking: -&David.Faure; &David.Faure.mail; -Conversion to tdecmodule, added tab pages 2,3,4, bug -fixed: -&Alexander.Neundorf; &Alexander.Neundorf.mail; - - -Documentation copyright 2000 &Alexander.Neundorf; &Alexander.Neundorf.mail; - -Documentation translated to docbook by &Mike.McBride; &Mike.McBride.mail; - - - - - - -
\ No newline at end of file diff --git a/doc/kinfocenter/scsi/CMakeLists.txt b/doc/kinfocenter/scsi/CMakeLists.txt deleted file mode 100644 index 26f891384..000000000 --- a/doc/kinfocenter/scsi/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/scsi) diff --git a/doc/kinfocenter/scsi/Makefile.am b/doc/kinfocenter/scsi/Makefile.am deleted file mode 100644 index 09cdb4e25..000000000 --- a/doc/kinfocenter/scsi/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG = en -KDE_DOCS = kinfocenter/scsi diff --git a/doc/kinfocenter/scsi/index.docbook b/doc/kinfocenter/scsi/index.docbook deleted file mode 100644 index 87ec0934f..000000000 --- a/doc/kinfocenter/scsi/index.docbook +++ /dev/null @@ -1,56 +0,0 @@ - - - -]> - -
-<acronym>SCSI</acronym> Interface Information - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -SCSI -system information - - - - - -<acronym>SCSI</acronym> Interface Information - -This page displays information about Small Computer Systems -Interface (SCSI) Interfaces and the attached -SCSI devices. - -The exact information displayed is system-dependent. On -some systems SCSI information cannot be displayed -yet. - -On &Linux;, this information is read from /proc/scsi/scsi, which is only available -if the /proc pseudo-filesystem is -compiled into the kernel. A listing of all SCSI -devices known to the kernel is shown. - -The devices are sorted numerically by their host, channel, and -ID numbers. - -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/sound/CMakeLists.txt b/doc/kinfocenter/sound/CMakeLists.txt deleted file mode 100644 index dfafb5077..000000000 --- a/doc/kinfocenter/sound/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/sound ) diff --git a/doc/kinfocenter/sound/Makefile.am b/doc/kinfocenter/sound/Makefile.am deleted file mode 100644 index 611f571ca..000000000 --- a/doc/kinfocenter/sound/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/sound diff --git a/doc/kinfocenter/sound/index.docbook b/doc/kinfocenter/sound/index.docbook deleted file mode 100644 index de1fd601d..000000000 --- a/doc/kinfocenter/sound/index.docbook +++ /dev/null @@ -1,51 +0,0 @@ - - - -]> - -
-Soundcard Information - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -soundcard -system information - - - - - -Soundcard Information - -This page displays information about any soundcards installed in the -system. - -The exact information displayed is system-dependent. On some -systems, soundcard information cannot be displayed yet. - -On &Linux;, this information is read either from /dev/sndstat, if present, or from -/proc/sound, which is only -available if the /proc -pseudo-filesystem is compiled into the (2.1.x or later) kernel. - -The user cannot modify any settings on this page. - - - -
diff --git a/doc/kinfocenter/usb/CMakeLists.txt b/doc/kinfocenter/usb/CMakeLists.txt deleted file mode 100644 index 46f483e51..000000000 --- a/doc/kinfocenter/usb/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/usb ) diff --git a/doc/kinfocenter/usb/Makefile.am b/doc/kinfocenter/usb/Makefile.am deleted file mode 100644 index 80cc84914..000000000 --- a/doc/kinfocenter/usb/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/usb diff --git a/doc/kinfocenter/usb/index.docbook b/doc/kinfocenter/usb/index.docbook deleted file mode 100644 index 8936fa796..000000000 --- a/doc/kinfocenter/usb/index.docbook +++ /dev/null @@ -1,43 +0,0 @@ - - - -]> - -
-<acronym>USB</acronym> - - - - - - - - - - - - -2002-02-12 -3.00.00 - - -KControl -USB -System Information - - - - - -<acronym>USB</acronym> - -This module allows you to see the devices attached to your -USB bus(es). - -This module is for information only, you cannot edit any -information you see here. - - -
\ No newline at end of file diff --git a/doc/kinfocenter/xserver/CMakeLists.txt b/doc/kinfocenter/xserver/CMakeLists.txt deleted file mode 100644 index 5636eeba7..000000000 --- a/doc/kinfocenter/xserver/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/xserver ) diff --git a/doc/kinfocenter/xserver/Makefile.am b/doc/kinfocenter/xserver/Makefile.am deleted file mode 100644 index f72dcdbbf..000000000 --- a/doc/kinfocenter/xserver/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/xserver diff --git a/doc/kinfocenter/xserver/index.docbook b/doc/kinfocenter/xserver/index.docbook deleted file mode 100644 index a56e47fb3..000000000 --- a/doc/kinfocenter/xserver/index.docbook +++ /dev/null @@ -1,56 +0,0 @@ - - - -]> - -
-X Server Information - - - -&Mike.McBride; - - - - - -2002-02-12 -3.00.00 - - -KDE -KControl -X server -system information - - - - -X Server Information - -This screen is useful for getting specific information about your -X server and the current session of X. - -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 submenu related to the -label. Clicking on a minus sign in front of a label hides the -submenu. - -The right hand side of the window contains the individual -values for each of the parameters on the left. - -The information presented will vary depending on your -setup. - -Some setups may not be able to determine some or all of the -parameters. - -You can not change any values from this menu. It is for -information only. - - -
-- cgit v1.2.1