Commit graph

1012 commits

Author SHA1 Message Date
inxi-svn fb3d53c7df fixed spacing issues on man page for -c, don't start lines with the \fB, that creates a different spacing than .B
Now I know.
2012-06-26 00:35:51 +00:00
inxi-svn 87d6d1024c fixed text glitch in man page, had cm or cm, should be cm or mc, new tarball 2012-06-26 00:26:04 +00:00
inxi-svn ff46929dff forgot to update man page date 2012-06-26 00:03:17 +00:00
inxi-svn 561247de00 typo fix 2012-06-25 23:59:26 +00:00
inxi-svn cc7a979269 debugged, final tarball for this round. 2012-06-25 23:58:29 +00:00
inxi-svn 3367734d20 bug fix 2012-06-25 23:55:02 +00:00
inxi-svn bd55bd0c11 bug fix, new tarball 2012-06-25 23:52:07 +00:00
inxi-svn 0ec99ebc47 tweaked it a bit, updated man page to note that -U installs/updates man, new tarball. 2012-06-25 23:49:21 +00:00
inxi-svn e9c2c3882a inxi -U will now install the man file too, but only if /usr/share/man/man8 directory exists.
And if user is logged in as root. The -U procedure for inxi itself will run independently of that.

On completion of inxi download/update, if successful, will do the man page update/install.

And that's that.
2012-06-25 23:35:24 +00:00
inxi-svn 88217d7c74 tiny change in help menu for -t, new tarball, I think that's close to it now. 2012-06-24 22:25:13 +00:00
inxi-svn 3a526c99ec fixed the -t option line to be more clear 2012-06-24 22:23:55 +00:00
inxi-svn 0b3974471a new tarball, edited man a bit more 2012-06-24 22:18:16 +00:00
inxi-svn aeba8ceb3b fixed man typo, new tarball 2012-06-24 22:14:49 +00:00
inxi-svn fa2c8a4617 new tarball, added colors to man page to make it more readable and consistent, mostly highlighting options and commands. 2012-06-24 21:58:46 +00:00
inxi-svn e616482324 a few tweaks, no real changes 2012-06-24 21:16:22 +00:00
inxi-svn 5a9b3c8256 adjusted date to be more universal in man page, and I think that will do it for now. New tarball. 2012-06-24 21:14:15 +00:00
inxi-svn 4082761f58 fine tuning of man page, new tarball 2012-06-24 21:12:43 +00:00
inxi-svn f2b3478856 fixed glitch in man page, new tarball too 2012-06-24 21:07:39 +00:00
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