sys-info 1.5.2

Miscellaneous tools
Message
Author
User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: inxi :: a full featured system information script

#16 Post by tazoc »

rokytnji wrote:Just a report in Racy 5.2.2 if you need it. I just installed version 0.9.

I usually use H2's and Trash's inxi script instead in my Puppy installs.
Thank you rokytnji. :) Didn't know about inxi; here's my first attempt:

Code: Select all

bash-4.1# cd /usr/local/bin && wget -Nc smxi.org/inxi && chmod +x inxi
bash-4.1# inxi 
CPU~Dual core AMD Athlon 7750 (-MCP-) clocked at 1350.000 Mhz Kernel~3.0.3 x86_64 Up~4:34 Mem~1749.2/3707.5MB HDD~640.1GB(54.1% used) Procs~208 Client~Shell inxi~1.8.14  
<root> /usr/local/bin
bash-4.1# inxi -Fz
System:    Host: Mariner7 Kernel: 3.0.3 x86_64 (64 bit) Desktop: N/A Distro: Lighthouse64 5.14.2-B4 514.2
Machine:   Mobo: ASUSTeK model: M3A78-EM version: Rev X.0x Bios: American Megatrends version: 2003 date: 10/12/2009
CPU:       Dual core AMD Athlon 7750 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 sse4a svm) 
           Clock Speeds: 1: 1350.00 MHz 2: 1350.00 MHz
Graphics:  Card: ATI Radeon HD 3200 Graphics X.org: 1.9.5 driver: fglrx tty size: 107x23 Advanced Data: N/A for root 
Audio:     Card-1: ATI RS780 Azalia controller driver: HDA Intel Sound: ALSA ver: 1.0.24
           Card-2: ATI SBx00 Azalia (Intel HDA) driver: HDA Intel
Network:   Card-1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver: r8169 
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Realtek RTL8187 Wireless Adapter driver: rtl8187 
           IF: wlan0 state: down mac: <filter>
Drives:    HDD Total Size: 640.1GB (54.1% used) 1: id: /dev/sda model: WDC_WD6401AALS size: 640.1GB 
Partition: ID: swap-1 size: 4.29GB used: 0.04GB (1%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   None detected - is lm-sensors installed and configured?
Info:      Processes: 208 Uptime: 4:38 Memory: 1704.6/3707.5MB Client: Shell inxi: 1.8.14 
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#17 Post by rokytnji »

Try

Code: Select all

inxi --recommends
to find out how to get a more complete readout. Here is my Semplice Debian Unstable install inxi report.

Code: Select all

harry@biker:~$ inxi -Fxz
System:    Host: biker Kernel: 3.2.0-3-486 i686 (32 bit, gcc: 4.6.3) Desktop: Openbox 3.5.0 Distro: Semplice 2.0.4 emily
Machine:   System: IBM product: 679421U
           Mobo: IBM model: IBM Bios: IBM version: 20KT46AUS date: 06/04/2004
CPU:       Single core Intel Pentium 4 CPU (-UP-) cache: 256 KB flags: (sse sse2) bmips: 3588.63 clocked at 1794.317 MHz 
Graphics:  Card: NVIDIA NV6 [Vanta/Vanta LT] bus-ID: 01:00.0 
           X.Org: 1.12.3.902 drivers: nouveau (unloaded: fbdev,vesa) Resolution: 1024x768@85.0hz 
           GLX Renderer: Mesa DRI nv05 x86/MMX/SSE2 GLX Version: 1.2 Mesa 8.0.4 Direct Rendering: Yes
Audio:     Card: Intel 82801BA/BAM AC'97 Audio Controller driver: snd_intel8x0 ports: 1c00 1840 bus-ID: 00:1f.5
           Sound: Advanced Linux Sound Architecture ver: 1.0.24
Network:   Card: Intel 82801BA/BAM/CA/CAM Ethernet Controller driver: e100 ver: 3.5.24-k2-NAPI port: 2000 bus-ID: 02:08.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 100.1GB (-) 1: id: /dev/sda model: SAMSUNG_SV6003H size: 60.1GB 
           2: id: /dev/sdb model: IC35L040AVVA07 size: 40.0GB 
Partition: ID: / size: 27G used: 3.1G (12%) fs: ext3 
Sensors:   System Temperatures: cpu: 32.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 97 Uptime: 6:46 Memory: 378.4/1136.6MB Runlevel: 2 Gcc sys: 4.7.1 Client: Shell inxi: 1.8.14 
This box triple boots MacPup 529, AntiX 12, and Semplice 2.0.4. It is one of my motorcycle shop pl,ay around boxes for my customers. Trips them out when they don't hear the Wiindows welcome sound but a Harley starting up sound instead,

http://antix.freeforums.org/custom-icew ... t2404.html

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Sys-Info and Report-Video 1.4

#18 Post by tazoc »

Sys-Info and Report-Video 1.4 released

Change log

report-video -q | --quiet for silent report generation, (same option available in sys-info.)

report-video -d | --driver to just output driver to CL and exit. (I use this in Lighthouse64 to avoid duplication of driver detection code with other apps that report the driver.)

Code: Select all

sh-4.1# report-video --driver
fglrx
sh-4.1# 
-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

Installed on Macpup 529 frugal

#19 Post by rokytnji »

Code: Select all

  Report Video 1.4 - Tue 2 Oct 2012 on macpup 529 - Linux 3.2.18 i686
   
  Chip description:
    0.0 VGA compatible controller: NVIDIA Corporation NV6 [Vanta/Vanta LT] (rev 15)  
    oem: NVidia
    product: Riva TNT Chip Rev B1
   
  X Server: Xorg  Driver used: nouveau
  X.Org version: 1.11.3
    dimensions:    1280x1024 pixels (338x270 millimeters)
    depth of root window:    24 planes 
Tested OK on MacPUP 529. Quad booter Desktop with Antix,Semplice,Vector Linux 7 Gold STD, and Frugal Macpup 529.
Attachments
sys-info-121002.gz
sys-info IBM M41 Desktop
(12.16 KiB) Downloaded 522 times

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

sys-info 1.4.2 released

#20 Post by tazoc »

Bugfix: escape codes sometimes appeared in report-video section of sys-info output

-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#21 Post by rokytnji »

M&A Companion Netbook running Precise Puppy 5.4 off of external 8gig SD flash drive (frugal install with unetbootin and grub4dos to boot). My internal 30gig 4200 rpm zif pata ide drive is dying (clicking).

Installed 1.4.2 pet. PupSysinfo button grayed/faded out in gui but runs from command line in terminal ok.

Code: Select all

Report Video 1.4 - Tue 30 Oct 2012 on Precise Puppy 5.4 - Linux 3.2.29 i686
 
Chip description:
  2.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)  
  oem: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
  product: Intel(r) 82945GM Chipset Family Graphics Controller Hardware Version 0.0
 
X Server: Xorg  Driver used: intel

X.Org version: 1.11.3
  dimensions:    1024x600 pixels (270x158 millimeters)
  depth of root window:    24 planes 

Attachments
sys-info-121030.gz
Generated on Precise 5.4
(10.99 KiB) Downloaded 720 times

User avatar
tom75
Posts: 1
Joined: Thu 17 Jan 2013, 03:43

copy of a system info file for reference.

#22 Post by tom75 »

Attached is a copy of a Sys-Info configuration data file and a copy of my regular system information file for reference. Created using sys-info-1.4.2-noarch.pet
(summary only below)

Code: Select all

Report Video 1.4 - Wed 16 Jan 2013 on Precise Puppy 5.4.3 - Linux 3.2.29 i686
 
  Chip description:
    2.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)  
    oem: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS
    product: Intel(r)Cantiga Graphics Controller Hardware Version 0.0
   
  X Server: Xorg  Driver used: intel
  X.Org version: 1.11.3
    dimensions:    1280x800 pixels (338x211 millimeters)
    depth of root window:    24 planes 
And the Normal system Information (summary only below)

Code: Select all

Processor	2x Intel(R) Pentium(R) Dual CPU T3200 @ 2.00GHz
Memory	2980MB (1217MB used)

Display - Resolution	1280x800 pixels
OpenGL Renderer	Mesa DRI Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
X11 Vendor	The X.Org Foundation
Multimedia - Audio Adapter	HDA-Intel - HDA Intel
Attachments
hardinfo_130116.tar.gz
Generated on Precise Puppy 5.4.3 - Linux 3.2.29 i686, with a laptop: Toshiba Satellite L305-S5894 Intel Pentium T3200, 3GB SDRAM
(11.93 KiB) Downloaded 460 times
sys-info-130116.gz
Generated on Precise Puppy 5.4.3 - Linux 3.2.29 i686, with a laptop: Toshiba Satellite L305-S5894 Intel Pentium T3200, 3GB SDRAM
(7.53 KiB) Downloaded 435 times

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

sys-info 1.5.1 released

#23 Post by tazoc »

Change log
sys-info, video-info 1.5.1 Renamed report-video to video-info to avoid overwriting BarryK's report-video.

Instead of --center, use gtkdialog property window-position=1, for smooth dialog re-size, thanks to Thunor and Radky.

Requirements
Xorg (included in most Pups)

PupControl or PupSysInfo by Radky is suggested but not required, (if not, PupSysInfo button is grayed-out.)

-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#24 Post by don570 »

Barry Kauler has a new localised version of report-video
available on WOOF.

http://bkhome.org/fossil/woof2.cgi/info/445ca3627b

I am writing an app called report-system which is essentially
my version of report-video renamed.

_________________________________________________

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

sys-info 1.5.2 released

#25 Post by tazoc »

Sys-info 1.5.2 Bugfixed pinstall.sh for Woof build, thanks to 01micko.
Improved driver detection in VirtualBox guest.

-TaZoC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

Post Reply