Commit graph

861 commits

Author SHA1 Message Date
inxi-svn 4b24aefa2c fixed small multi card screen res bug, logic for comma placement was slightly wrong 2010-12-10 20:51:31 +00:00
inxi-svn 1196043bd7 added --exclude-types: devfs linprocfs sysfs fdescfs
the debian kfreebsd kernel shows those on -p output
2010-11-01 20:14:45 +00:00
inxi-svn 34876f7f9c added handling for multiple res for multiple screens in special cases with multiple video cards 2010-10-08 06:05:34 +00:00
inxi-svn d2411ce973 bug fix in multiple gpu print out, bug fix in multiple audio card driver print out 2010-10-08 05:37:08 +00:00
inxi-svn 15430ba3ab small fix in distro id to handle incorrectly arch linux /etc/lsb-release file.
Normally we won't fix such things, which are just bugs in the distro, but in this case,
since there's now an overall failsafe, that can be used for all future distros that might
make the same mistake.

But please, tighten up your standards distro, this is a small file, and it's not hard to fill
it out right, is it? Or is it?
2010-09-30 00:46:02 +00:00
inxi-svn 819fb339d8 added a comment 2010-09-29 16:38:37 +00:00
inxi-svn 0c3d35b650 the 4.1.16 bug fix recreated the 1.4.15 bug fix issue, that is now corrected. 2010-09-29 16:36:24 +00:00
inxi-svn 106c4878f1 fixed a bug where if disk has > 9 partions, label would repeat for root for all of them > 9 2010-09-26 21:59:16 +00:00
inxi-svn 2e75681f83 optimized a bit to reduce fs checks 2010-09-16 21:31:23 +00:00
inxi-svn 1de0becffc comment clean up 2010-09-16 21:21:25 +00:00
inxi-svn 8deff8d7f0 reset variable in a loop to avoid error 2010-09-16 21:19:50 +00:00
inxi-svn 6750924de4 fixed a weird arch kernel issue where df -hT reports first column /dev/disk/by-uuid no matter how disk is mounted in reality. 2010-09-16 21:10:33 +00:00
inxi-svn 92628d2f5c added in another ignore fs, devtempfs 2010-09-16 19:00:57 +00:00
inxi-svn 01842d5832 added in out of X, root support for showing X.org version 2010-08-24 21:27:47 +00:00
inxi-svn 3438103c7a added in handling for when the vendor string for xorg is NOT xorg, but something else, like fedora 2010-08-24 20:10:32 +00:00
inxi-svn 3b102a7b43 fixed date, jule-> july 2010-07-26 20:44:41 +00:00
trash80.v2.0 25219ba967 Bugfix to cpu logic 2010-07-24 23:49:55 +00:00
trash80.v2.0 a97f8d6b54 Updated and hopefully simplified the get_cpu<data>. We no longer care what the numbers are, all we do is count unique ids. Now we ignore the id identifier number, since the new i series from Intel either kills a logical processor or ships flawed quad cores as dual or dual HT, maybe even tri-core sometime. The new logic only cares about the number of cores, the number of physical processors, and the number of virtual processors. 2010-07-24 18:04:14 +00:00
inxi-svn 7df3311080 bug fix, -o also requires a loop type fs filter to avoid showing squashfs type partitions 2010-06-11 04:04:40 +00:00
inxi-svn f4d3d7a4e9 Change version:
Bug fix, added in globals B_DCOP / B_QDBUS for pretests of dcop/qdbus. Need to set both because some systems have both.

Bug fix, added squashfs and unionfs to excluded fs types to clean up -p output for partition data
2010-06-11 03:44:19 +00:00
inxi-svn d35ed8b8e2 wrong branch, uploaded now to trunk the qdbus error squelch bug fix. Change version because output is error, now it's nulled. 2010-04-10 03:29:45 +00:00
inxi-svn b63089a6d6 tiny bug fix, change version number because it can cause bad output slightly.
Added 2>/dev/null to qdbus, that tool isn't tested for and  might not be present, and when absent, throws error
2010-04-10 03:26:27 +00:00
inxi-svn 17065c59f7 help typo fix 2010-03-21 05:06:02 +00:00
inxi-svn 32da9c7a7f (change version)
fixed bug in sse output for flags
2010-03-05 22:36:09 +00:00
inxi-svn dc8706cfa7 small issue fix for intel ht dual core, it has bad core ids, so I had to replace smart count with a manual dumb count, that works 2010-03-05 07:22:56 +00:00
inxi-svn 083ef48993 c(change version, bug fixes worked) 2010-02-18 07:01:44 +00:00
inxi-svn c23da95276 tweaks 2010-02-18 06:57:47 +00:00
inxi-svn f419ca2c96 small tweak 2010-02-18 06:53:49 +00:00
inxi-svn 85f2543b31 fixed small issues, added SIO to mobo temp types, filtered out ps from -t c for slower systems 2010-02-18 06:34:23 +00:00
inxi-svn e6f728dbf9 fine tuned output, changed app: to either command: or daemon: , app isn't very accurate since it can be many things. 2010-02-16 23:02:01 +00:00
inxi-svn 585faeee28 bug fix 2010-02-16 22:44:57 +00:00
inxi-svn 3ea4eca9c1 (change version)
small bug fix in -t, gawk has to strip out [,],(,) to avoid compare errors in bash for things like [nfsd] in output
2010-02-16 22:43:23 +00:00
inxi-svn dc4ed951b1 (change version)
a small issue fix, where cpu spike caused by inxi itself gives a bad cpu speed. Solution, put a 0.3 sleep time right before we get the cpu 
data.

Less than 0.3 wasn't s reliable, not sure how much time the kernel needs to slow down cpus again.

user can set config override of this time easily.

Maybe one day inxi will be released with config files in /etc, then this stuff can be documented better in the file.

I found the sleep largely unnoticeable in my tests.
2010-02-15 05:05:47 +00:00
inxi-svn 987eb7abe7 (change version)
cleaned ps functions up a bit, made args more clean. Added in output to let users know why their irc request for > 5 lines is 5, throttled from 
x.
2010-02-14 17:15:44 +00:00
inxi-svn fe066bf62f bug fix, have to reverse sort orders too, sigh... 2010-02-14 03:49:54 +00:00
inxi-svn 211cba3a5f (change version, small bug fix)
fixed small issue, discovered that etch bash/ps does not support the + operator for --sort, only -, eg: +rss fails and -rss works.
2010-02-14 03:44:10 +00:00
inxi-svn d43a83d93d cleaned up some variable misnamings 2010-02-13 06:10:31 +00:00
inxi-svn 05b5cef12c tweaked error message for -t 2010-02-13 05:48:47 +00:00
inxi-svn 664bee7689 (change version)
added filter, only 5 or less allowed in irc client, terminal 20 or less supported.
2010-02-13 05:43:35 +00:00
inxi-svn 929bf70fb9 help menu tweak 2010-02-13 04:47:06 +00:00
inxi-svn 50e07be10b tweaked help menu for -F option, excluded -t noted. 2010-02-13 04:45:48 +00:00
inxi-svn d8a491a3c7 added -t option output to -x on help menu. 2010-02-13 03:43:11 +00:00
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