Commit graph

569 commits

Author SHA1 Message Date
inxi-svn 336b27e127 fixed error 7 message 2010-02-13 01:39:53 +00:00
inxi-svn 41d501a798 cleaned up error message for -t 2010-02-13 01:35:59 +00:00
inxi-svn bc1795809c bug fix for output of number 2010-02-13 01:27:35 +00:00
inxi-svn 0c5674b4f9 (change version)
New option: -t 
requires extra args c, m, or cm (cpu, memory, or both). Accepts further additional option: 1-20

This will show top cpu processes for default number or user selection, and top memory using processes.

Sample: inxi -t c7
2010-02-13 01:21:29 +00:00
inxi-svn fa26506a22 (change version)
the inevitable bug with method change, updated and restored lost features using /sys/block method
2010-02-07 08:25:27 +00:00
inxi-svn 7f3c89b63c (change version)
updated to handle new /sys/block syntax to get device name for disks. This will require further work to actually make solid, but this fix 
makes 
it work for now.
2010-02-07 07:47:07 +00:00
inxi-svn c90ed16e7b (Change version)
Found another issue, for snd modules, we have to use array item 3, kernel modules loaded, not driver

driver for sound modules is a name, not a module name, and also the reported modules need further processing, - to _ and tolower in case.
2010-02-05 23:21:37 +00:00
inxi-svn c0d50a4a26 (Change Version)
fixed another small bug that made the print for busid use wrong data, forgot to clean , from original array data.
2010-02-05 23:04:02 +00:00
inxi-svn 8ff14cda78 cleaned up small trailing whitespace issue with ports output, put the cleanup where it belongs, in the data get function 2010-02-05 22:42:31 +00:00
inxi-svn a5b42c8fc0 (change version)
fixed a bug that made two networking chips of same company when identical create one single doubled driver output.

Also added in pcibus id output for -x option with networking and audio cards.
2010-02-05 22:33:07 +00:00
inxi-svn c1dff27d83 fixed bug with pardus pisi output, stripping out colors 2010-02-01 18:32:15 +00:00
inxi-svn e7e2a381a9 bug fix for pardus pisi line output, added file missing detection for arch repos 2010-02-01 18:02:37 +00:00
inxi-svn e4f8bacf31 (change version)
Refactored to gawk the arch repo processing in get_repo..
2010-02-01 17:31:46 +00:00
inxi-svn 77763f7386 fixed variable name 2010-02-01 06:33:41 +00:00
inxi-svn a5c6296f6b and some code cleanup 2010-02-01 06:23:44 +00:00
inxi-svn 58d12b30ab and more comments 2010-02-01 06:22:43 +00:00
inxi-svn 0a7cdb5ab7 code cleanup 2010-02-01 06:21:46 +00:00
inxi-svn 95dc7d47db added some comments 2010-02-01 06:20:42 +00:00
inxi-svn 19191c50e8 removed legacy comments 2010-02-01 06:19:17 +00:00
inxi-svn a153f1d3d0 order order... 2010-02-01 06:10:31 +00:00
inxi-svn 21225eda76 forgot to update help menu for -r 2010-02-01 06:09:40 +00:00
inxi-svn c364b89f48 (change version, by the way)
cleaned up wording for arch repos
2010-02-01 05:52:46 +00:00
inxi-svn 5264341430 added arch support for -r option 2010-02-01 05:51:09 +00:00
inxi-svn e253aa3028 after getting user data, added pardus pisi repo listing support for the -r repo list option.
This method will probably work for arch too I'd guess if pacman lists repos in the same way
2010-02-01 02:52:30 +00:00
inxi-svn 53bbf03cea (Change Version)
Optimized to not do repeated tests of tools for functions that are used more than one time.

Added boolean tested flags, and global app path variables to handle this.

this can knock off up to 10 or more type -p app exists type tests for one script execution.
2010-01-29 23:31:20 +00:00
inxi-svn ffd2c631ef code cleanup 2010-01-29 23:07:50 +00:00
inxi-svn b95b6a1962 (Change Version)
Found and fixed 2 real bugs:
1 - driver module version print out was broken for both networking and audio, and audio was not at all working due to improperly formatted 
module names being sent to get module driver version function.

2 - runlevel show was broken, was using a bad path. Fixed, and also made runlevels show now for -F/-xI output

Updated top comment header to correctly show true script Depends and true Recommends. Recommends section now also lists which options require 
which applications, and I updated/corrected the debian package names for each application.

Redid the recommended app testing also, now the app is only tested for locally in the get data function when it is requested.

Cleaned up some other irregular code methods.

Might be one more fix to get it more consistent.
2010-01-29 23:05:11 +00:00
inxi-svn 61c3cd7ced (change version)
Added in support for unmounted lvm type syntax in unmounted partitions function, /dev/dm-1, I forgot about that possibiliity.

Fixed/patched hfs detection based on a file -s sample data chunk. Added hfsj, which I assume is hfs+, who knows for sure.
2010-01-14 20:46:59 +00:00
inxi-svn 658921da9a added file system type for unmounted fs, if available. Uses file -s, can add it to sudoers if you want to run it as regular user. 2010-01-09 19:20:40 +00:00
inxi-svn c8a9ebec8d and some more cleanup 2010-01-09 05:00:55 +00:00
inxi-svn f02f760794 and some more variable ordering 2010-01-09 04:57:00 +00:00
inxi-svn d61404ff3f some more variable cleanup and syncing 2010-01-09 04:54:17 +00:00
inxi-svn d48147d79d some code cleanup and variable naming fixes 2010-01-09 04:49:55 +00:00
inxi-svn 80a3db7925 and put the functions in alphabetical order, all done now. 2010-01-09 04:19:15 +00:00
inxi-svn 7f76e53bec added in some logging data 2010-01-09 04:17:22 +00:00
inxi-svn bfa54a8ef5 (change version)
new feature and option: -o
shows unmounted local partitions, with uuid and label if present. Does not show with -F to avoid excessive output
2010-01-09 04:05:21 +00:00
inxi-svn aa746b3221 (change version)
found and fixed bug in awk, the test ! i in array is not supported, you have to use only: i in array

annoying, but that's life.
2010-01-08 00:51:34 +00:00
inxi-svn 8eb4d3d470 (change version)
fixed fan speed output for fringe cases, also fixed possible overwrite of fan speeds.
the fan output isn't perfect though, but it will do for now.
2010-01-07 23:59:16 +00:00
inxi-svn 829aa64b70 added up to 99 fans, that way it will never max out 2009-12-25 23:05:09 +00:00
inxi-svn 5064bc762c improved total count of fans supported for sensors output 2009-12-25 23:04:05 +00:00
inxi-svn 62b865293b (Change version)
fixed aux fan glitch in output. This was a bug, aux was simply left unhandled in some cases for fan output
2009-12-25 22:55:34 +00:00
inxi-svn 81365d855f (change version)
found a bug, inxi is using gawk before the depends check, this creates bad output in ubuntu/mint unless it has gawk.

Fixed by moving tests to after dependency checks.
2009-11-18 01:54:28 +00:00
inxi-svn 182c622d46 bug fix for multiple gpu output 2009-11-16 22:46:52 +00:00
inxi-svn 9ebba813c9 cleanup 2009-11-16 19:26:07 +00:00
inxi-svn 5531e3603f cleanup 2009-11-16 19:18:35 +00:00
inxi-svn 18704b8841 cleanup 2009-11-16 19:17:42 +00:00
inxi-svn 7809deb5e6 cleanup 2009-11-16 19:15:47 +00:00
inxi-svn f85419e8a8 (change version nu)
Added nvidia only gpu temp output for multiple gpus. If > 1 gpu screen is detected, it will output the gpu temp data for each 
discovered screen.

For 1 gpu with nvidia, it will show screen nu if you use the -x option, or with -F

This is an nvidia proprietary driver feature only.
2009-11-16 19:03:29 +00:00
inxi-svn 945ffef2b5 small tweak to logic of partitions 2009-10-14 23:09:30 +00:00
inxi-svn 1a2b56ac3e (change version)
bug fix works for dev version for partition information. Updated version number.
2009-10-14 22:56:26 +00:00