From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kinfocenter/Makefile.am | 6 + doc/kinfocenter/cdinfo/Makefile.am | 3 + doc/kinfocenter/cdinfo/index.docbook | 51 +++++ doc/kinfocenter/devices/Makefile.am | 3 + doc/kinfocenter/devices/index.docbook | 60 ++++++ doc/kinfocenter/dma/Makefile.am | 3 + doc/kinfocenter/dma/index.docbook | 64 ++++++ doc/kinfocenter/index.docbook | 341 +++++++++++++++++++++++++++++++ doc/kinfocenter/interrupts/Makefile.am | 3 + doc/kinfocenter/interrupts/index.docbook | 70 +++++++ doc/kinfocenter/ioports/Makefile.am | 3 + doc/kinfocenter/ioports/index.docbook | 64 ++++++ doc/kinfocenter/memory/Makefile.am | 3 + doc/kinfocenter/memory/index.docbook | 108 ++++++++++ doc/kinfocenter/nics/Makefile.am | 3 + doc/kinfocenter/nics/index.docbook | 45 ++++ doc/kinfocenter/opengl/Makefile.am | 2 + doc/kinfocenter/opengl/index.docbook | 47 +++++ doc/kinfocenter/partitions/Makefile.am | 3 + doc/kinfocenter/partitions/index.docbook | 56 +++++ doc/kinfocenter/pci/Makefile.am | 3 + doc/kinfocenter/pci/index.docbook | 57 ++++++ doc/kinfocenter/pcmcia/Makefile.am | 3 + doc/kinfocenter/pcmcia/index.docbook | 38 ++++ doc/kinfocenter/processor/Makefile.am | 3 + doc/kinfocenter/processor/index.docbook | 56 +++++ doc/kinfocenter/protocols/Makefile.am | 3 + doc/kinfocenter/protocols/index.docbook | 39 ++++ doc/kinfocenter/samba/Makefile.am | 4 + doc/kinfocenter/samba/index.docbook | 207 +++++++++++++++++++ doc/kinfocenter/scsi/Makefile.am | 3 + doc/kinfocenter/scsi/index.docbook | 56 +++++ doc/kinfocenter/sound/Makefile.am | 3 + doc/kinfocenter/sound/index.docbook | 51 +++++ doc/kinfocenter/usb/Makefile.am | 3 + doc/kinfocenter/usb/index.docbook | 43 ++++ doc/kinfocenter/xserver/Makefile.am | 3 + doc/kinfocenter/xserver/index.docbook | 56 +++++ 38 files changed, 1569 insertions(+) create mode 100644 doc/kinfocenter/Makefile.am create mode 100644 doc/kinfocenter/cdinfo/Makefile.am create mode 100644 doc/kinfocenter/cdinfo/index.docbook create mode 100644 doc/kinfocenter/devices/Makefile.am create mode 100644 doc/kinfocenter/devices/index.docbook create mode 100644 doc/kinfocenter/dma/Makefile.am create mode 100644 doc/kinfocenter/dma/index.docbook create mode 100644 doc/kinfocenter/index.docbook create mode 100644 doc/kinfocenter/interrupts/Makefile.am create mode 100644 doc/kinfocenter/interrupts/index.docbook create mode 100644 doc/kinfocenter/ioports/Makefile.am create mode 100644 doc/kinfocenter/ioports/index.docbook create mode 100644 doc/kinfocenter/memory/Makefile.am create mode 100644 doc/kinfocenter/memory/index.docbook create mode 100644 doc/kinfocenter/nics/Makefile.am create mode 100644 doc/kinfocenter/nics/index.docbook create mode 100644 doc/kinfocenter/opengl/Makefile.am create mode 100644 doc/kinfocenter/opengl/index.docbook create mode 100644 doc/kinfocenter/partitions/Makefile.am create mode 100644 doc/kinfocenter/partitions/index.docbook create mode 100644 doc/kinfocenter/pci/Makefile.am create mode 100644 doc/kinfocenter/pci/index.docbook create mode 100644 doc/kinfocenter/pcmcia/Makefile.am create mode 100644 doc/kinfocenter/pcmcia/index.docbook create mode 100644 doc/kinfocenter/processor/Makefile.am create mode 100644 doc/kinfocenter/processor/index.docbook create mode 100644 doc/kinfocenter/protocols/Makefile.am create mode 100644 doc/kinfocenter/protocols/index.docbook create mode 100644 doc/kinfocenter/samba/Makefile.am create mode 100644 doc/kinfocenter/samba/index.docbook create mode 100644 doc/kinfocenter/scsi/Makefile.am create mode 100644 doc/kinfocenter/scsi/index.docbook create mode 100644 doc/kinfocenter/sound/Makefile.am create mode 100644 doc/kinfocenter/sound/index.docbook create mode 100644 doc/kinfocenter/usb/Makefile.am create mode 100644 doc/kinfocenter/usb/index.docbook create mode 100644 doc/kinfocenter/xserver/Makefile.am create mode 100644 doc/kinfocenter/xserver/index.docbook (limited to 'doc/kinfocenter') diff --git a/doc/kinfocenter/Makefile.am b/doc/kinfocenter/Makefile.am new file mode 100644 index 000000000..251280f85 --- /dev/null +++ b/doc/kinfocenter/Makefile.am @@ -0,0 +1,6 @@ + +SUBDIRS = $(AUTODIRS) + +KDE_LANG= en +KDE_DOCS = AUTO + diff --git a/doc/kinfocenter/cdinfo/Makefile.am b/doc/kinfocenter/cdinfo/Makefile.am new file mode 100644 index 000000000..e4070c171 --- /dev/null +++ b/doc/kinfocenter/cdinfo/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/cdinfo diff --git a/doc/kinfocenter/cdinfo/index.docbook b/doc/kinfocenter/cdinfo/index.docbook new file mode 100644 index 000000000..6048e5873 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/devices/Makefile.am b/doc/kinfocenter/devices/Makefile.am new file mode 100644 index 000000000..dc255fa48 --- /dev/null +++ b/doc/kinfocenter/devices/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/devices diff --git a/doc/kinfocenter/devices/index.docbook b/doc/kinfocenter/devices/index.docbook new file mode 100644 index 000000000..43eac4de9 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/dma/Makefile.am b/doc/kinfocenter/dma/Makefile.am new file mode 100644 index 000000000..0e2aa88e7 --- /dev/null +++ b/doc/kinfocenter/dma/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/dma diff --git a/doc/kinfocenter/dma/index.docbook b/doc/kinfocenter/dma/index.docbook new file mode 100644 index 000000000..75fb55c75 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/index.docbook b/doc/kinfocenter/index.docbook new file mode 100644 index 000000000..a62ca655d --- /dev/null +++ b/doc/kinfocenter/index.docbook @@ -0,0 +1,341 @@ + + + + +]> + + + +The &infocenter; + + + +Michael +McBride +
mpmcbride7@yahoo.com
+
+
+ +2002-07-03 +3.10.00 + + +This documentation describes &kde;'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 &kde; 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 K +ButtonSystemInfo +Center from the &kde; 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 &kde; 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 &kde; 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 &kde; 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/Makefile.am b/doc/kinfocenter/interrupts/Makefile.am new file mode 100644 index 000000000..46be8b9ce --- /dev/null +++ b/doc/kinfocenter/interrupts/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/interrupts diff --git a/doc/kinfocenter/interrupts/index.docbook b/doc/kinfocenter/interrupts/index.docbook new file mode 100644 index 000000000..b29611202 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/ioports/Makefile.am b/doc/kinfocenter/ioports/Makefile.am new file mode 100644 index 000000000..56e830b08 --- /dev/null +++ b/doc/kinfocenter/ioports/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/ioports diff --git a/doc/kinfocenter/ioports/index.docbook b/doc/kinfocenter/ioports/index.docbook new file mode 100644 index 000000000..fa662feba --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/memory/Makefile.am b/doc/kinfocenter/memory/Makefile.am new file mode 100644 index 000000000..e9a9e23ef --- /dev/null +++ b/doc/kinfocenter/memory/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/memory diff --git a/doc/kinfocenter/memory/index.docbook b/doc/kinfocenter/memory/index.docbook new file mode 100644 index 000000000..19d10fc57 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/nics/Makefile.am b/doc/kinfocenter/nics/Makefile.am new file mode 100644 index 000000000..73ab1b332 --- /dev/null +++ b/doc/kinfocenter/nics/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/nics diff --git a/doc/kinfocenter/nics/index.docbook b/doc/kinfocenter/nics/index.docbook new file mode 100644 index 000000000..f82552c28 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/opengl/Makefile.am b/doc/kinfocenter/opengl/Makefile.am new file mode 100644 index 000000000..cc8923bc3 --- /dev/null +++ b/doc/kinfocenter/opengl/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG= en +KDE_DOCS = kinfocenter/opengl diff --git a/doc/kinfocenter/opengl/index.docbook b/doc/kinfocenter/opengl/index.docbook new file mode 100644 index 000000000..62af34008 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/partitions/Makefile.am b/doc/kinfocenter/partitions/Makefile.am new file mode 100644 index 000000000..7eab338b4 --- /dev/null +++ b/doc/kinfocenter/partitions/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/partitions diff --git a/doc/kinfocenter/partitions/index.docbook b/doc/kinfocenter/partitions/index.docbook new file mode 100644 index 000000000..f3655a8cf --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/pci/Makefile.am b/doc/kinfocenter/pci/Makefile.am new file mode 100644 index 000000000..b6702265a --- /dev/null +++ b/doc/kinfocenter/pci/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/pci diff --git a/doc/kinfocenter/pci/index.docbook b/doc/kinfocenter/pci/index.docbook new file mode 100644 index 000000000..1d4d8b3f9 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/pcmcia/Makefile.am b/doc/kinfocenter/pcmcia/Makefile.am new file mode 100644 index 000000000..23040b3c9 --- /dev/null +++ b/doc/kinfocenter/pcmcia/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/pcmcia diff --git a/doc/kinfocenter/pcmcia/index.docbook b/doc/kinfocenter/pcmcia/index.docbook new file mode 100644 index 000000000..901fdf2e5 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/processor/Makefile.am b/doc/kinfocenter/processor/Makefile.am new file mode 100644 index 000000000..7cdf67a93 --- /dev/null +++ b/doc/kinfocenter/processor/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/processor diff --git a/doc/kinfocenter/processor/index.docbook b/doc/kinfocenter/processor/index.docbook new file mode 100644 index 000000000..3794aca67 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/protocols/Makefile.am b/doc/kinfocenter/protocols/Makefile.am new file mode 100644 index 000000000..afc73fa8a --- /dev/null +++ b/doc/kinfocenter/protocols/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/protocols diff --git a/doc/kinfocenter/protocols/index.docbook b/doc/kinfocenter/protocols/index.docbook new file mode 100644 index 000000000..a5a37658b --- /dev/null +++ b/doc/kinfocenter/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 &kde; 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/Makefile.am b/doc/kinfocenter/samba/Makefile.am new file mode 100644 index 000000000..91de8fa54 --- /dev/null +++ b/doc/kinfocenter/samba/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/samba + diff --git a/doc/kinfocenter/samba/index.docbook b/doc/kinfocenter/samba/index.docbook new file mode 100644 index 000000000..37b14c48c --- /dev/null +++ b/doc/kinfocenter/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 KProcess instead of popen, and more error checking: +&David.Faure; &David.Faure.mail; +Conversion to kcmodule, 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/Makefile.am b/doc/kinfocenter/scsi/Makefile.am new file mode 100644 index 000000000..09cdb4e25 --- /dev/null +++ b/doc/kinfocenter/scsi/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG = en +KDE_DOCS = kinfocenter/scsi diff --git a/doc/kinfocenter/scsi/index.docbook b/doc/kinfocenter/scsi/index.docbook new file mode 100644 index 000000000..87ec0934f --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/sound/Makefile.am b/doc/kinfocenter/sound/Makefile.am new file mode 100644 index 000000000..611f571ca --- /dev/null +++ b/doc/kinfocenter/sound/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/sound diff --git a/doc/kinfocenter/sound/index.docbook b/doc/kinfocenter/sound/index.docbook new file mode 100644 index 000000000..de1fd601d --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/usb/Makefile.am b/doc/kinfocenter/usb/Makefile.am new file mode 100644 index 000000000..80cc84914 --- /dev/null +++ b/doc/kinfocenter/usb/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/usb diff --git a/doc/kinfocenter/usb/index.docbook b/doc/kinfocenter/usb/index.docbook new file mode 100644 index 000000000..8936fa796 --- /dev/null +++ b/doc/kinfocenter/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/kinfocenter/xserver/Makefile.am b/doc/kinfocenter/xserver/Makefile.am new file mode 100644 index 000000000..f72dcdbbf --- /dev/null +++ b/doc/kinfocenter/xserver/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/xserver diff --git a/doc/kinfocenter/xserver/index.docbook b/doc/kinfocenter/xserver/index.docbook new file mode 100644 index 000000000..a56e47fb3 --- /dev/null +++ b/doc/kinfocenter/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.3