
// Sysinfo is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// Sysinfo is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU Library General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


1) GENERAL INFO:

	Sysinfo version: 0.6.1
	Simple GTK program that shows some UNIX/Linux system information:
	
	- General information: Kernel version, Distribution release, Hostname/domainname, some important software versions.
	- CPU information: Name/vendor, Frequency, L2 Cache, model/family/stepping.
	- Memory information: Total, Free, Cached, Active/inactive, Swap.
	- IDE information: Disks CD/DVD-roms, Model, Capacity, Cache.
	- Filesystem information: Filesystem disk space usage(mounted partitions).
	- Hardware information: Motherboard chipset, IDE interface, VGA contoller, Multimedia controllers(sound cards), Ethernet cards.
	- USB information: USB controllers.
	- NVIDIA information: Graphic card model, AGP rate, Fast writes/SBA, Driver version. (accelerated linux driver needed)
	- Other information: Sound card details, Input devices, Screen resolution. 
	
	Known to work on: FedoraCore, RedHat, Mandrake, Debian, Gentoo. (i386)
	It should work on: Suse, Slackware, Yellow Dog, Sun JDK, Solaris/Sparc.
	If it works on other distribution, please send feedback.



2) REQUIREMENTS:

	Implementation: c++/gtkmm/glade
	
	- gcc (g++)
	- gtk2 & gtk2-devel
	- gtkmm & gtkmm-devel (version 2.6 or more)
	- libglademm & libglademm-devel



3) INSTALLATION:

	Read INSTALL file.
	
	
	
4) KNOWN ISSUES

	- When CD/DVD device is in busy(read or burn) state, program takes more time to start up.
	(because it can't read capacity/cache info immediately)
	
	- You need to have Nvidia graphics driver installed to display Nvidia graphic card info.
	(to get this driver go to -> http://www.nvidia.com/linux)
	
	- Filesystem info can show only 8 rows of mounted partitions and only devices from /dev/ are shown.
	


5) AUTHOR:

	Nil Gradisnik - ghaefb
	


6) CONTACT:

	Project page: http://sysinfo.r8.org

	E-mail: ghaefb@gmail.com


//ghaefb
