Commit graph

994 commits

Author SHA1 Message Date
inxi-svn 770dfbb468 updated a bit on the man page to make it like other ones. Only changed the top header section.
New tarball has that one.
2012-06-24 20:59:18 +00:00
inxi-svn c05fd8d332 added i3 wm to desktop detection, new tarball as well. Version bump since this is a real change. 2012-06-24 20:34:14 +00:00
inxi-svn fb69777002 Added more dm, ldm, tint2. Added kicker to extra de info.
Biggest change, totally reworked the man page, now it's much more complete and has a lot more information.

Includes how to run in IRC clients, how to create konversation shortcut for /inxi type start.

Ok, that's it, probably will refine the desktop extra information and maybe add a dm or two more.

Also added in startx detection for when no dm was detected, thanks JavaAtom for that one.
2012-06-24 20:04:46 +00:00
inxi-svn c6af37371d fixed little issue, now only shows exact string search for desktop extra info 2012-06-24 08:41:29 +00:00
inxi-svn f83ab4df38 forgot to fill in a word 2012-06-24 08:37:19 +00:00
inxi-svn 4d219d23a5 by special Mint request, adding shell/panel type extra extra extra output to desktop, this is so easy to do
I decided to just add an -xxx option, for extra extra extra data, no output if nothing detected.

No big support issues, and Mint has used inxi by default for a while, so I think it's fine to add this for them.
2012-06-24 08:30:14 +00:00
inxi-svn ce04297c0f small tweak added, if by some weird chance there's more than one dm, shows all of them, in comma separated list.
This might help debug certain odd issues where a user might not know this is the case, or forgot, or something else weird.
2012-06-24 07:45:22 +00:00
inxi-svn 3821e2a16e new -xx feature for -S, shows display manager running if in X. Supports currently the following:
entrance gdm gdm3 kdm kdm-trinity lightdm lxdm mdm nodm slim wdm xdm

there's been a relative flood of new display managers, and a few more are probably coming, so
it's actually a somewhat useful thing to have this option.

This is also going to close issue 30, which is not going to be further handled due to ratrace
of trying to support various software packages running on the systems.

Also updated man page for that -xx item.
2012-06-24 07:03:39 +00:00
inxi-svn 6e4f112e82 New inxi version, new tarball.
Added support for razor-desktop in desktop id section. Tiny change, but there it is.
2012-05-27 19:12:55 +00:00
inxi-svn cdaa47b016 Made a few subtle text adjustments, no version number change, these are purely cosmetic adjustments.
Made new tarball as well for maintainers.
2012-05-17 06:21:33 +00:00
inxi-svn 911fe425dc moved man pages to trunk, easier that way 2012-05-16 01:30:00 +00:00
inxi-svn 4bdb6b0621 By suggestion and good sense, -R has been modified. New tarball as well.
Now RAID works like this:

-b - if no /proc/mdstat, or if no devices found and module is running, show nothing, otherwise show short form as before
-F - if no proc/mdstat, show nothing, if no devices but mdstat and if -xx, show all lines, otherwise show normal
-R - show all messages and missing file/module information so users, particularly sys admins, know right away module
is running even if no devices.
-v 6 and less, like -F. -v 7, like -R run, ie, show all messages.

this gets rid of unneeded line output given that only if you have md_mod running will you have any data for /proc/mdstat
and that module is only running if you have mdraid installed. 

Also redid the no data messages for no module state and no devices state to better reflect what is actually happening.

Good adjustment and good cleanup of unneeded output while tightening the actual usability of the specific messages received.
2012-05-15 01:51:58 +00:00
inxi-svn e7323c0512 Cleaned up man page formatting, so there's also a new inxi.tar.gz full tarball file. 2012-05-13 17:29:35 +00:00
inxi-svn 7c9ac0c690 new version of man pages, updated, with more information, bug reporting info, config file links and info, homepage section, to look more like a regular man page. 2012-05-12 03:44:07 +00:00
inxi-svn eee6f3e83e added link in comments to raid info 2012-05-11 21:59:04 +00:00
inxi-svn b345b8b44f removed debugger data, whoops! 2012-05-11 18:48:14 +00:00
inxi-svn 31bf0858c1 removed patch number from 1.8.2 2012-05-11 18:47:17 +00:00
inxi-svn 53c1943a82 fixed small issue, turns out sometimes for raid devices, the [2/2] [UU] type data is simply not present.
That is now handled explicitly, version 1.8.2
2012-05-11 18:46:54 +00:00
inxi-svn 5af065c955 tiny glitch, fixed missing separator in raid 2012-05-11 18:33:42 +00:00
inxi-svn 7641bd1ca6 small tweak, made hardcoded /proc/mdstat use global path variable. 2012-05-11 17:46:31 +00:00
inxi-svn 62e0e35b79 help tweak, fixed -b and -v2 descriptions to note that they are close but not identical 2012-05-11 17:33:35 +00:00
inxi-svn 654694cd16 removed RAID line from -b output if either no /proc/mdstat file or if no raid devices detected. -b should always
be as short and non verbose as possible. Also noted in --help that -b does not show hard drive names, just totals.
2012-05-11 17:30:17 +00:00
inxi-svn 20cd60a6ad updated man pages to reflect new -R, with some other fixes to man files. 2012-05-11 16:56:20 +00:00
inxi-svn 6ecaee1046 tweak 2012-05-11 06:44:31 +00:00
inxi-svn 217e14414e final tweak to missing mdstat file output 2012-05-11 06:44:02 +00:00
inxi-svn b26c4ec1e7 cleanup 2012-05-11 06:25:51 +00:00
inxi-svn 9837f9cbec adjusted the missing mdstat file method to be right. 2012-05-11 06:23:52 +00:00
inxi-svn f744c6ffbe added a protection against no /proc/mdstat might be needed on old systems, we'll see. 2012-05-11 06:21:32 +00:00
inxi-svn 65aa044f30 New feature, updated to inxi 1.8.0, -R for RAID output.
Includes 4 levels, -b shows basic only, -R shows primary info, device id, components, state, and report on drives 

-Rx shows more, and triggers a second info line per device with more raid info.

-Rxx also adds more information, and triggers system raid support info and unmounted raid devices line.

-F uses -R now.

And that's that, enough raid stuff for a lifetime.
2012-05-11 06:01:17 +00:00
inxi-svn 4fa7edd006 updated man pages, removed temporarily raid function 2012-05-10 05:15:35 +00:00
inxi-svn c4c30f9645 updated man files, aus9 is working hard!!! thank him, not me. 2012-05-08 23:50:20 +00:00
inxi-svn 482930ff07 fixed typo in -v 5 help item. 2012-05-08 23:46:59 +00:00
inxi-svn ecc00dabc9 updated man files for inxi. 2012-05-08 00:27:14 +00:00
inxi-svn 02579b3a16 Added man pages, including the gz part. No idea why I forgot to do this, this is by aus9 by the way.
So there's the man pages, needs some work, but at least it's something.
2012-05-06 23:38:13 +00:00
inxi-svn bd72fdf2c6 new -xx feature, by request, -D shows serial number of hdd as well. Also fixed the drive output to be more clearly labeled with
data type names, as with the rest of the outputs.
2012-04-26 23:51:55 +00:00
inxi-svn f85208ecbc small bug fix, only affects gentoo/sabayon konvi version number detection. Path change needed as alternate. 2012-04-26 20:25:04 +00:00
inxi-svn fe958e912b trying a fix for konvi version for sabayon, they changed paths 2012-04-26 20:17:25 +00:00
inxi-svn d37c485f87 added /proc/mdstat output to disk data collector function. 2012-04-26 18:16:39 +00:00
inxi-svn cdb03510b4 adding in validation since user set ip addresses can be wrong. It's always something, sigh... 2012-04-16 20:29:13 +00:00
inxi-svn de5ccd8a1c added feature where a different ip page can be added by whoever.
That would need to be set in the inxi override config file. The page must show only
one line of output, and that last item on that line must be the ip address.

Ok, that's it, not a big deal, but some people may prefer a non smxi ip address page
for whatever reason, so have at it. Or not.
2012-04-16 18:06:13 +00:00
inxi-svn 7dc1634887 language tweak, getting there 2012-03-26 22:33:18 +00:00
inxi-svn 2ffdda3578 language tweak 2012-03-26 22:29:30 +00:00
inxi-svn 02348a009f language tweak to -M output 2012-03-26 22:28:58 +00:00
inxi-svn 673c4d4585 language tweak 2012-03-26 22:22:42 +00:00
inxi-svn f94a67dca6 language tweak 2012-03-26 22:22:19 +00:00
inxi-svn ef8f431ec4 fixed for older systems, -M with dmidecode can be empty, so error messages should also show that. 2012-03-26 22:17:27 +00:00
inxi-svn e64687d88f user patch, added support, as root user, for dmidecode in -M data.
This helps users of older systems get system machine data.
2012-03-26 21:41:53 +00:00
inxi-svn fcd3ccaf4c updated recommends for arch, xprop has changed to xorg-xprop 2012-03-26 20:32:27 +00:00
inxi-svn 9d8da0627f bug fix, some intel cpus give core id as 0 for each core, thus creating a situation where
inxi thinks it's a single core cpu, no matter if it's multicpu or multicore.

Using the: cpu cores
value to double check, as a fallback. This seems to work, ie, if cpu cores is listed as 1
but processor count * cpu count is > 1, then clearly the intel reporting bug is in play.

Note that this is NOT an inxi bug, but is a bug in how some intel cpus create their
cpuinfo data, but since intel is a major player, it's worth handling that issue.
2012-02-21 20:14:15 +00:00
inxi-svn bd15318705 fixed a logging bug, won't have any impact on users. 2012-02-13 05:27:36 +00:00