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/kcontrol/cdinfo/CMakeLists.txt | 12 ++ doc/kcontrol/cdinfo/Makefile.am | 3 + doc/kcontrol/cdinfo/index.docbook | 51 ++++++++ doc/kcontrol/devices/CMakeLists.txt | 12 ++ doc/kcontrol/devices/Makefile.am | 3 + doc/kcontrol/devices/index.docbook | 60 ++++++++++ doc/kcontrol/dma/CMakeLists.txt | 12 ++ doc/kcontrol/dma/Makefile.am | 3 + doc/kcontrol/dma/index.docbook | 64 ++++++++++ doc/kcontrol/interrupts/CMakeLists.txt | 12 ++ doc/kcontrol/interrupts/Makefile.am | 3 + doc/kcontrol/interrupts/index.docbook | 70 +++++++++++ doc/kcontrol/ioports/CMakeLists.txt | 12 ++ doc/kcontrol/ioports/Makefile.am | 3 + doc/kcontrol/ioports/index.docbook | 64 ++++++++++ doc/kcontrol/memory/CMakeLists.txt | 12 ++ doc/kcontrol/memory/Makefile.am | 3 + doc/kcontrol/memory/index.docbook | 108 +++++++++++++++++ doc/kcontrol/nics/CMakeLists.txt | 12 ++ doc/kcontrol/nics/Makefile.am | 3 + doc/kcontrol/nics/index.docbook | 45 +++++++ doc/kcontrol/opengl/CMakeLists.txt | 12 ++ doc/kcontrol/opengl/Makefile.am | 2 + doc/kcontrol/opengl/index.docbook | 47 ++++++++ doc/kcontrol/partitions/CMakeLists.txt | 12 ++ doc/kcontrol/partitions/Makefile.am | 3 + doc/kcontrol/partitions/index.docbook | 56 +++++++++ doc/kcontrol/pci/CMakeLists.txt | 12 ++ doc/kcontrol/pci/Makefile.am | 3 + doc/kcontrol/pci/index.docbook | 57 +++++++++ doc/kcontrol/pcmcia/CMakeLists.txt | 12 ++ doc/kcontrol/pcmcia/Makefile.am | 3 + doc/kcontrol/pcmcia/index.docbook | 38 ++++++ doc/kcontrol/processor/CMakeLists.txt | 12 ++ doc/kcontrol/processor/Makefile.am | 3 + doc/kcontrol/processor/index.docbook | 56 +++++++++ doc/kcontrol/protocols/CMakeLists.txt | 12 ++ doc/kcontrol/protocols/Makefile.am | 3 + doc/kcontrol/protocols/index.docbook | 39 +++++++ doc/kcontrol/samba/CMakeLists.txt | 12 ++ doc/kcontrol/samba/Makefile.am | 4 + doc/kcontrol/samba/index.docbook | 207 +++++++++++++++++++++++++++++++++ doc/kcontrol/scsi/CMakeLists.txt | 12 ++ doc/kcontrol/scsi/Makefile.am | 3 + doc/kcontrol/scsi/index.docbook | 56 +++++++++ doc/kcontrol/sound/CMakeLists.txt | 12 ++ doc/kcontrol/sound/Makefile.am | 3 + doc/kcontrol/sound/index.docbook | 51 ++++++++ doc/kcontrol/usb/CMakeLists.txt | 12 ++ doc/kcontrol/usb/Makefile.am | 3 + doc/kcontrol/usb/index.docbook | 43 +++++++ doc/kcontrol/xserver/CMakeLists.txt | 12 ++ doc/kcontrol/xserver/Makefile.am | 3 + doc/kcontrol/xserver/index.docbook | 56 +++++++++ 54 files changed, 1438 insertions(+) create mode 100644 doc/kcontrol/cdinfo/CMakeLists.txt create mode 100644 doc/kcontrol/cdinfo/Makefile.am create mode 100644 doc/kcontrol/cdinfo/index.docbook create mode 100644 doc/kcontrol/devices/CMakeLists.txt create mode 100644 doc/kcontrol/devices/Makefile.am create mode 100644 doc/kcontrol/devices/index.docbook create mode 100644 doc/kcontrol/dma/CMakeLists.txt create mode 100644 doc/kcontrol/dma/Makefile.am create mode 100644 doc/kcontrol/dma/index.docbook create mode 100644 doc/kcontrol/interrupts/CMakeLists.txt create mode 100644 doc/kcontrol/interrupts/Makefile.am create mode 100644 doc/kcontrol/interrupts/index.docbook create mode 100644 doc/kcontrol/ioports/CMakeLists.txt create mode 100644 doc/kcontrol/ioports/Makefile.am create mode 100644 doc/kcontrol/ioports/index.docbook create mode 100644 doc/kcontrol/memory/CMakeLists.txt create mode 100644 doc/kcontrol/memory/Makefile.am create mode 100644 doc/kcontrol/memory/index.docbook create mode 100644 doc/kcontrol/nics/CMakeLists.txt create mode 100644 doc/kcontrol/nics/Makefile.am create mode 100644 doc/kcontrol/nics/index.docbook create mode 100644 doc/kcontrol/opengl/CMakeLists.txt create mode 100644 doc/kcontrol/opengl/Makefile.am create mode 100644 doc/kcontrol/opengl/index.docbook create mode 100644 doc/kcontrol/partitions/CMakeLists.txt create mode 100644 doc/kcontrol/partitions/Makefile.am create mode 100644 doc/kcontrol/partitions/index.docbook create mode 100644 doc/kcontrol/pci/CMakeLists.txt create mode 100644 doc/kcontrol/pci/Makefile.am create mode 100644 doc/kcontrol/pci/index.docbook create mode 100644 doc/kcontrol/pcmcia/CMakeLists.txt create mode 100644 doc/kcontrol/pcmcia/Makefile.am create mode 100644 doc/kcontrol/pcmcia/index.docbook create mode 100644 doc/kcontrol/processor/CMakeLists.txt create mode 100644 doc/kcontrol/processor/Makefile.am create mode 100644 doc/kcontrol/processor/index.docbook create mode 100644 doc/kcontrol/protocols/CMakeLists.txt create mode 100644 doc/kcontrol/protocols/Makefile.am create mode 100644 doc/kcontrol/protocols/index.docbook create mode 100644 doc/kcontrol/samba/CMakeLists.txt create mode 100644 doc/kcontrol/samba/Makefile.am create mode 100644 doc/kcontrol/samba/index.docbook create mode 100644 doc/kcontrol/scsi/CMakeLists.txt create mode 100644 doc/kcontrol/scsi/Makefile.am create mode 100644 doc/kcontrol/scsi/index.docbook create mode 100644 doc/kcontrol/sound/CMakeLists.txt create mode 100644 doc/kcontrol/sound/Makefile.am create mode 100644 doc/kcontrol/sound/index.docbook create mode 100644 doc/kcontrol/usb/CMakeLists.txt create mode 100644 doc/kcontrol/usb/Makefile.am create mode 100644 doc/kcontrol/usb/index.docbook create mode 100644 doc/kcontrol/xserver/CMakeLists.txt create mode 100644 doc/kcontrol/xserver/Makefile.am create mode 100644 doc/kcontrol/xserver/index.docbook (limited to 'doc/kcontrol') diff --git a/doc/kcontrol/cdinfo/CMakeLists.txt b/doc/kcontrol/cdinfo/CMakeLists.txt new file mode 100644 index 000000000..e4cfd45b9 --- /dev/null +++ b/doc/kcontrol/cdinfo/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/cdinfo ) diff --git a/doc/kcontrol/cdinfo/Makefile.am b/doc/kcontrol/cdinfo/Makefile.am new file mode 100644 index 000000000..318cb35a6 --- /dev/null +++ b/doc/kcontrol/cdinfo/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/cdinfo diff --git a/doc/kcontrol/cdinfo/index.docbook b/doc/kcontrol/cdinfo/index.docbook new file mode 100644 index 000000000..6048e5873 --- /dev/null +++ b/doc/kcontrol/cdinfo/index.docbook @@ -0,0 +1,51 @@ + + + +]> + +
+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/kcontrol/devices/CMakeLists.txt b/doc/kcontrol/devices/CMakeLists.txt new file mode 100644 index 000000000..5a747385e --- /dev/null +++ b/doc/kcontrol/devices/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/devices ) diff --git a/doc/kcontrol/devices/Makefile.am b/doc/kcontrol/devices/Makefile.am new file mode 100644 index 000000000..f2449c0e0 --- /dev/null +++ b/doc/kcontrol/devices/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/devices diff --git a/doc/kcontrol/devices/index.docbook b/doc/kcontrol/devices/index.docbook new file mode 100644 index 000000000..43eac4de9 --- /dev/null +++ b/doc/kcontrol/devices/index.docbook @@ -0,0 +1,60 @@ + + + +]> + +
+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/kcontrol/dma/CMakeLists.txt b/doc/kcontrol/dma/CMakeLists.txt new file mode 100644 index 000000000..2c3752d1c --- /dev/null +++ b/doc/kcontrol/dma/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/dma ) diff --git a/doc/kcontrol/dma/Makefile.am b/doc/kcontrol/dma/Makefile.am new file mode 100644 index 000000000..f8fd8f8e9 --- /dev/null +++ b/doc/kcontrol/dma/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/dma diff --git a/doc/kcontrol/dma/index.docbook b/doc/kcontrol/dma/index.docbook new file mode 100644 index 000000000..415666095 --- /dev/null +++ b/doc/kcontrol/dma/index.docbook @@ -0,0 +1,64 @@ + + + +]> + +
+<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/kcontrol/interrupts/CMakeLists.txt b/doc/kcontrol/interrupts/CMakeLists.txt new file mode 100644 index 000000000..67690437f --- /dev/null +++ b/doc/kcontrol/interrupts/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/interrupts ) diff --git a/doc/kcontrol/interrupts/Makefile.am b/doc/kcontrol/interrupts/Makefile.am new file mode 100644 index 000000000..5d81a10cd --- /dev/null +++ b/doc/kcontrol/interrupts/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/interrupts diff --git a/doc/kcontrol/interrupts/index.docbook b/doc/kcontrol/interrupts/index.docbook new file mode 100644 index 000000000..b29611202 --- /dev/null +++ b/doc/kcontrol/interrupts/index.docbook @@ -0,0 +1,70 @@ + + + +]> + +
+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/kcontrol/ioports/CMakeLists.txt b/doc/kcontrol/ioports/CMakeLists.txt new file mode 100644 index 000000000..c8ca4ced6 --- /dev/null +++ b/doc/kcontrol/ioports/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/ioports ) diff --git a/doc/kcontrol/ioports/Makefile.am b/doc/kcontrol/ioports/Makefile.am new file mode 100644 index 000000000..e5f86f7b3 --- /dev/null +++ b/doc/kcontrol/ioports/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/ioports diff --git a/doc/kcontrol/ioports/index.docbook b/doc/kcontrol/ioports/index.docbook new file mode 100644 index 000000000..65bcb1f1e --- /dev/null +++ b/doc/kcontrol/ioports/index.docbook @@ -0,0 +1,64 @@ + + + +]> + +
+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/kcontrol/memory/CMakeLists.txt b/doc/kcontrol/memory/CMakeLists.txt new file mode 100644 index 000000000..7b37cffb2 --- /dev/null +++ b/doc/kcontrol/memory/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/memory ) diff --git a/doc/kcontrol/memory/Makefile.am b/doc/kcontrol/memory/Makefile.am new file mode 100644 index 000000000..c63989f33 --- /dev/null +++ b/doc/kcontrol/memory/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/memory diff --git a/doc/kcontrol/memory/index.docbook b/doc/kcontrol/memory/index.docbook new file mode 100644 index 000000000..19d10fc57 --- /dev/null +++ b/doc/kcontrol/memory/index.docbook @@ -0,0 +1,108 @@ + + + +]> + +
+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/kcontrol/nics/CMakeLists.txt b/doc/kcontrol/nics/CMakeLists.txt new file mode 100644 index 000000000..e30c40bf9 --- /dev/null +++ b/doc/kcontrol/nics/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/nics ) diff --git a/doc/kcontrol/nics/Makefile.am b/doc/kcontrol/nics/Makefile.am new file mode 100644 index 000000000..eb1c37098 --- /dev/null +++ b/doc/kcontrol/nics/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/nics diff --git a/doc/kcontrol/nics/index.docbook b/doc/kcontrol/nics/index.docbook new file mode 100644 index 000000000..f82552c28 --- /dev/null +++ b/doc/kcontrol/nics/index.docbook @@ -0,0 +1,45 @@ + + + +]> + +
+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/kcontrol/opengl/CMakeLists.txt b/doc/kcontrol/opengl/CMakeLists.txt new file mode 100644 index 000000000..aac8e4360 --- /dev/null +++ b/doc/kcontrol/opengl/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/opengl ) diff --git a/doc/kcontrol/opengl/Makefile.am b/doc/kcontrol/opengl/Makefile.am new file mode 100644 index 000000000..70f023492 --- /dev/null +++ b/doc/kcontrol/opengl/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG= en +KDE_DOCS = kcontrol/opengl diff --git a/doc/kcontrol/opengl/index.docbook b/doc/kcontrol/opengl/index.docbook new file mode 100644 index 000000000..2c972034a --- /dev/null +++ b/doc/kcontrol/opengl/index.docbook @@ -0,0 +1,47 @@ + + + +]> + +
+<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/kcontrol/partitions/CMakeLists.txt b/doc/kcontrol/partitions/CMakeLists.txt new file mode 100644 index 000000000..a436214de --- /dev/null +++ b/doc/kcontrol/partitions/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/partitions ) diff --git a/doc/kcontrol/partitions/Makefile.am b/doc/kcontrol/partitions/Makefile.am new file mode 100644 index 000000000..fb019e7ee --- /dev/null +++ b/doc/kcontrol/partitions/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/partitions diff --git a/doc/kcontrol/partitions/index.docbook b/doc/kcontrol/partitions/index.docbook new file mode 100644 index 000000000..f3655a8cf --- /dev/null +++ b/doc/kcontrol/partitions/index.docbook @@ -0,0 +1,56 @@ + + + +]> + +
+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/kcontrol/pci/CMakeLists.txt b/doc/kcontrol/pci/CMakeLists.txt new file mode 100644 index 000000000..abe1d7856 --- /dev/null +++ b/doc/kcontrol/pci/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/pci ) diff --git a/doc/kcontrol/pci/Makefile.am b/doc/kcontrol/pci/Makefile.am new file mode 100644 index 000000000..45f7b2968 --- /dev/null +++ b/doc/kcontrol/pci/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/pci diff --git a/doc/kcontrol/pci/index.docbook b/doc/kcontrol/pci/index.docbook new file mode 100644 index 000000000..1d4d8b3f9 --- /dev/null +++ b/doc/kcontrol/pci/index.docbook @@ -0,0 +1,57 @@ + + + +]> + +
+<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/kcontrol/pcmcia/CMakeLists.txt b/doc/kcontrol/pcmcia/CMakeLists.txt new file mode 100644 index 000000000..c956d5b11 --- /dev/null +++ b/doc/kcontrol/pcmcia/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/pcmcia ) diff --git a/doc/kcontrol/pcmcia/Makefile.am b/doc/kcontrol/pcmcia/Makefile.am new file mode 100644 index 000000000..b13b11f46 --- /dev/null +++ b/doc/kcontrol/pcmcia/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/pcmcia diff --git a/doc/kcontrol/pcmcia/index.docbook b/doc/kcontrol/pcmcia/index.docbook new file mode 100644 index 000000000..901fdf2e5 --- /dev/null +++ b/doc/kcontrol/pcmcia/index.docbook @@ -0,0 +1,38 @@ + + + +]> + +
+<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/kcontrol/processor/CMakeLists.txt b/doc/kcontrol/processor/CMakeLists.txt new file mode 100644 index 000000000..25f3ff798 --- /dev/null +++ b/doc/kcontrol/processor/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/processor ) diff --git a/doc/kcontrol/processor/Makefile.am b/doc/kcontrol/processor/Makefile.am new file mode 100644 index 000000000..d42fb2991 --- /dev/null +++ b/doc/kcontrol/processor/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/processor diff --git a/doc/kcontrol/processor/index.docbook b/doc/kcontrol/processor/index.docbook new file mode 100644 index 000000000..3794aca67 --- /dev/null +++ b/doc/kcontrol/processor/index.docbook @@ -0,0 +1,56 @@ + + + +]> + +
+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/kcontrol/protocols/CMakeLists.txt b/doc/kcontrol/protocols/CMakeLists.txt new file mode 100644 index 000000000..51032628c --- /dev/null +++ b/doc/kcontrol/protocols/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/protocols ) diff --git a/doc/kcontrol/protocols/Makefile.am b/doc/kcontrol/protocols/Makefile.am new file mode 100644 index 000000000..f46684563 --- /dev/null +++ b/doc/kcontrol/protocols/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/protocols diff --git a/doc/kcontrol/protocols/index.docbook b/doc/kcontrol/protocols/index.docbook new file mode 100644 index 000000000..c84aef578 --- /dev/null +++ b/doc/kcontrol/protocols/index.docbook @@ -0,0 +1,39 @@ + + + +]> + +
+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/kcontrol/samba/CMakeLists.txt b/doc/kcontrol/samba/CMakeLists.txt new file mode 100644 index 000000000..568062e6c --- /dev/null +++ b/doc/kcontrol/samba/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/samba ) diff --git a/doc/kcontrol/samba/Makefile.am b/doc/kcontrol/samba/Makefile.am new file mode 100644 index 000000000..126a8b41b --- /dev/null +++ b/doc/kcontrol/samba/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/samba + diff --git a/doc/kcontrol/samba/index.docbook b/doc/kcontrol/samba/index.docbook new file mode 100644 index 000000000..69d7b91b9 --- /dev/null +++ b/doc/kcontrol/samba/index.docbook @@ -0,0 +1,207 @@ + + + +]> + +
+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/kcontrol/scsi/CMakeLists.txt b/doc/kcontrol/scsi/CMakeLists.txt new file mode 100644 index 000000000..1ecefb528 --- /dev/null +++ b/doc/kcontrol/scsi/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/scsi) diff --git a/doc/kcontrol/scsi/Makefile.am b/doc/kcontrol/scsi/Makefile.am new file mode 100644 index 000000000..4a0b433e5 --- /dev/null +++ b/doc/kcontrol/scsi/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG = en +KDE_DOCS = kcontrol/scsi diff --git a/doc/kcontrol/scsi/index.docbook b/doc/kcontrol/scsi/index.docbook new file mode 100644 index 000000000..87ec0934f --- /dev/null +++ b/doc/kcontrol/scsi/index.docbook @@ -0,0 +1,56 @@ + + + +]> + +
+<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/kcontrol/sound/CMakeLists.txt b/doc/kcontrol/sound/CMakeLists.txt new file mode 100644 index 000000000..18f11a032 --- /dev/null +++ b/doc/kcontrol/sound/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/sound ) diff --git a/doc/kcontrol/sound/Makefile.am b/doc/kcontrol/sound/Makefile.am new file mode 100644 index 000000000..a1a9b851c --- /dev/null +++ b/doc/kcontrol/sound/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/sound diff --git a/doc/kcontrol/sound/index.docbook b/doc/kcontrol/sound/index.docbook new file mode 100644 index 000000000..de1fd601d --- /dev/null +++ b/doc/kcontrol/sound/index.docbook @@ -0,0 +1,51 @@ + + + +]> + +
+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/kcontrol/usb/CMakeLists.txt b/doc/kcontrol/usb/CMakeLists.txt new file mode 100644 index 000000000..7be562cd5 --- /dev/null +++ b/doc/kcontrol/usb/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/usb ) diff --git a/doc/kcontrol/usb/Makefile.am b/doc/kcontrol/usb/Makefile.am new file mode 100644 index 000000000..2d7f2a44c --- /dev/null +++ b/doc/kcontrol/usb/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/usb diff --git a/doc/kcontrol/usb/index.docbook b/doc/kcontrol/usb/index.docbook new file mode 100644 index 000000000..8936fa796 --- /dev/null +++ b/doc/kcontrol/usb/index.docbook @@ -0,0 +1,43 @@ + + + +]> + +
+<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/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 @@ + + + +]> + +
+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