mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
New version, new man. Fixes, a few changes, enhancements.
Fixes: 1. Removed /dev/zram type data from swap partitions, since that's ram, it's not a partition, obviously. 2. More alternate IPMI syntax found, that's clearly going to take a while to have most syntaxes handled. 3. Small lm-sensors adjustment, fringe cases might scramble up hwmon and gpu temps, this is now handled. Enhancements: 1. Added disk vendors, udinfo. 2. Exciting! New Architecture: MIPS! First datasets, confirmed working. This led to more abstracting of the previously ARM specific logic to be for SOC in general. 3. Related to 2, added in fallback busybox cases for partition data without fs. 4. Added window managers, xmonad, ratpoison, 9dm, gala (for Pantheon), notion, windowlab 5. Added Pantheon desktop detection. Note, unable to find a way to get version number. 6. IMPI sensors: added in psu fans, dimm temp. 7. New -Cxxx option: cpu boost (aka turbo), state enabled / disabled, only shows if system has that option. Changes: 1. Made toolkit for -S be -xx instead of -x, only Trinity/KDE and XFCE have that data.
This commit is contained in:
parent
19ad57b60c
commit
94b1315b91
13
inxi.1
13
inxi.1
|
@ -1,4 +1,4 @@
|
|||
.TH INXI 1 "2018\-07\-12" inxi "inxi manual"
|
||||
.TH INXI 1 "2018\-07\-16" inxi "inxi manual"
|
||||
.SH NAME
|
||||
inxi \- Command line system information script for console and IRC
|
||||
.SH SYNOPSIS
|
||||
|
@ -282,7 +282,7 @@ Show distro repository data. Currently supported repo types:
|
|||
\fBAPK\fR (Alpine Linux + derived versions)
|
||||
|
||||
\fBAPT\fR (Debian, Ubuntu + derived versions, as well as RPM based
|
||||
APT distros like PCLinuxOS or Alt-Linux))
|
||||
APT distros like PCLinuxOS or Alt-Linux)
|
||||
|
||||
\fBEOPKG\fR (Solus)
|
||||
|
||||
|
@ -578,8 +578,6 @@ bitmap (if present). Resync line, shows blocks synced/total blocks.
|
|||
\- Adds basic voltages: 12v, 5v, 3.3v, vbat (\fBipmi\fR, \fBlm-sensors\fR if present).
|
||||
.TP
|
||||
.B \-x \-S\fR
|
||||
\- Adds desktop toolkit (\fBtk\fR), if available (Xfce/KDE/Trinity only).
|
||||
|
||||
\- Adds Kernel gcc version.
|
||||
|
||||
\- Adds to \fBDistro:\fR \fBbase:\fR if detected. System base will only be seen on
|
||||
|
@ -696,6 +694,8 @@ Not all window managers are supported. Some desktops support using more than one
|
|||
window manager, so this can be useful to see what window manager is actually running.
|
||||
If none found, shows nothing. Uses a less accurate fallback tool \fBwmctrl\fR
|
||||
if \fBps\fR tests fail to find data.
|
||||
|
||||
\- Adds desktop toolkit (\fBtk\fR), if available (Xfce/KDE/Trinity).
|
||||
.TP
|
||||
.B \-xx \-\-slots\fR
|
||||
\- Adds slot length.
|
||||
|
@ -705,7 +705,6 @@ if \fBps\fR tests fail to find data.
|
|||
.TP
|
||||
.B \-xx \-w\fR,\fB \-W\fR
|
||||
\- Adds wind chill, heat index, and dew point if any of these are available.
|
||||
|
||||
.TP
|
||||
.B \-xxx \-A\fR
|
||||
\- Adds (if available and/or relevant) \fBvendor:\fR item, which shows
|
||||
|
@ -720,6 +719,10 @@ data is simply not available as of 2018\-04\-03), location (only available from
|
|||
|
||||
\- Adds attached device \fBrechargeable: [yes|no]\fR information.
|
||||
.TP
|
||||
.B \-xxx \-C\fR
|
||||
\- Adds \fBboost: [enabled|disabled]\fR if detected, aka \fBturbo\fR. Not all CPUs
|
||||
have this feature.
|
||||
.TP
|
||||
.B \-xxx \-D\fR
|
||||
\- Adds disk firmware revision number (if available).
|
||||
|
||||
|
|
|
@ -1,3 +1,39 @@
|
|||
=====================================================================================
|
||||
Version: 3.0.18
|
||||
Patch Version: 00
|
||||
Script Date: 2018-07-16
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, new man. Fixes, a few changes, enhancements.
|
||||
|
||||
Fixes:
|
||||
1. Removed /dev/zram type data from swap partitions, since that's ram, it's
|
||||
not a partition, obviously.
|
||||
2. More alternate IPMI syntax found, that's clearly going to take a while to have
|
||||
most syntaxes handled.
|
||||
3. Small lm-sensors adjustment, fringe cases might scramble up hwmon and gpu
|
||||
temps, this is now handled.
|
||||
|
||||
Enhancements:
|
||||
1. Added disk vendors, udinfo.
|
||||
2. Exciting! New Architecture: MIPS! First datasets, confirmed working. This led to
|
||||
more abstracting of the previously ARM specific logic to be for SOC in general.
|
||||
3. Related to 2, added in fallback busybox cases for partition data without fs.
|
||||
4. Added window managers, xmonad, ratpoison, 9dm, gala (for Pantheon), notion,
|
||||
windowlab
|
||||
5. Added Pantheon desktop detection. Note, unable to find a way to get version
|
||||
number.
|
||||
6. IMPI sensors: added in psu fans, dimm temp.
|
||||
7. New -Cxxx option: cpu boost (aka turbo), state enabled / disabled, only shows
|
||||
if system has that option.
|
||||
|
||||
Changes:
|
||||
1. Made toolkit for -S be -xx instead of -x, only Trinity/KDE and XFCE have that
|
||||
data.
|
||||
-----------------------------------
|
||||
-- Harald Hope - Mon, 16 Jul 2018 17:31:30 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 3.0.17
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue