Commit graph

1085 commits

Author SHA1 Message Date
inxi-svn 6a6f3f770e patches to I 2011-07-06 00:59:51 +00:00
inxi-svn 0c45a0a325 tweak to spacing 2011-07-06 00:57:34 +00:00
inxi-svn 3806ce7200 tweak 2011-07-06 00:49:39 +00:00
inxi-svn 77084b0e63 moved client to second line if needed 2011-07-06 00:47:33 +00:00
inxi-svn 4d8033ec86 adding new -x and -xx, gcc version installed, and with -xx, all detected gcc versions. This goes on the -I output line.
This might be changed a bit if it doesn't work on other distros than arch/debian, so I'm leaving this as a patch number only update.
2011-07-06 00:43:58 +00:00
inxi-svn 019d361968 patch update: just added parentheses around the 'unloaded: ...' video drivers to make it more clear they are unloaded, not referring to the
loaded regular ones. Leaving loaded as not showing the 'loaded' string, and FAILED will show as usual, red caps.
2011-07-05 20:07:57 +00:00
inxi-svn 51727aca90 help menu for new options 2011-06-27 18:45:02 +00:00
inxi-svn bf67acb881 date updated 2011-06-27 18:41:15 +00:00
inxi-svn 0f9d0fe911 added debugging option -! ftp.<alternate ftp upload location> just so it's not restricted to ftp.techpatterns.com 2011-06-27 18:40:42 +00:00
inxi-svn 7af15ebeb6 some more debugger tweaks 2011-06-25 21:54:53 +00:00
inxi-svn 9cff4f10f2 patch, for debugging tools, added python version, tweaked a few other things. 2011-06-25 18:33:50 +00:00
inxi-svn 951d3b7814 fixed space/vs tabbing indentation. inxi uses tabs, not spaces. 2011-06-25 17:11:23 +00:00
inxi-svn d4519f26c5 updated sensors to handle gpu data more cleanly. 2011-06-25 17:08:57 +00:00
trash80.v2.0 ab003ddf92 Bump patch number for xiin work. 2011-06-25 07:32:22 +00:00
trash80.v2.0 192ac06eae Print xiin version before upload (-u) for dev 2011-06-25 07:31:29 +00:00
trash80.v2.0 048abbc12d Removed xiin upload uname and password requirement from inxi. While they can be used, they are no longer required.
Some modularization to xiin.  Using classes.
2011-06-25 07:19:08 +00:00
inxi-svn 51a4fe9432 added newlines to sensors output to make sure sensors always work 2011-06-25 04:08:13 +00:00
inxi-svn d1a47c3168 added nouveau gpu to sensors 2011-06-25 03:53:31 +00:00
inxi-svn d8c2368418 major fix for ip addr output, handled weak cases, now it inserts a newline before each record item with sed to create discrete records for gawk to parse easily.
this solves the problem exposed when there is no ipv6 output, and thus the last line used to test for end of record was vanished.

now it's all just treated like ifconfig except a few small differences of which item to slice out.
2011-06-25 01:17:16 +00:00
inxi-svn 507687cb63 bug fix, forgot -n 2011-06-24 22:27:06 +00:00
inxi-svn e6b7f6f682 bug fix 2011-06-24 22:18:37 +00:00
inxi-svn 6cd07f9008 adding support, initial, for free xorg gpu temp output, first only for the newer radeons 2011-06-24 21:59:57 +00:00
inxi-svn ac82ea3e8d tweaking the output slightly 2011-06-24 18:11:55 +00:00
inxi-svn 01bb3f205c changed it back, heh 2011-06-24 18:01:08 +00:00
inxi-svn 1e83ba94f5 changed , to ; 2011-06-24 17:57:55 +00:00
inxi-svn 41caad5be0 new version: bug fix
A case where pcibusid includes the pre- 0000: appeared, that broke the -N pcibus id handling for -n, which made for no output.

Now inxi will just slice off that in the initial lspci creator.
2011-06-24 17:22:40 +00:00
inxi-svn 1c38f454b2 version update: IMPORTANT
several bug fixes, one quite serious (not caused by inxi, lsusb -v takes 1 minute to run in some releases). 

The lsusb bug is very bad, and hopefully someone will report that upstream, at Arch and Debian Sid it's seen.

lsusb -v hangs very badly.

Another bug fix with error output for some unknown reason on using cat on some /sys files for networking.

Layout bug fixes as well.

Package maintainers, this one is a real bug squasher release, thanks.
2011-06-23 03:25:01 +00:00
inxi-svn 79b6b9d478 patch version update 2011-06-23 03:13:10 +00:00
inxi-svn ccd1dedec8 using readlink to provide true path now for -n advanced data 2011-06-23 03:12:47 +00:00
inxi-svn 35c69c03c8 initial bug fix, but just a workaround for error triggered cat of /sys files 2011-06-23 03:04:01 +00:00
inxi-svn 8efdf3199d bug fixes 2011-06-23 02:54:43 +00:00
inxi-svn d089bf0211 hot bug fix, removed debuggers 2011-06-23 02:51:16 +00:00
inxi-svn c308dcc339 removed -v from lsusb audio, it's not needed and may be triggering kernel issues for some users. 2011-06-23 02:42:48 +00:00
inxi-svn bdf795a8fc patch for usb audio output tweak, patch for possible bug in usb audio function. 2011-06-23 01:25:35 +00:00
inxi-svn c805ecd0f0 bug fix, forgot to remove a timer.
This won't be seen by users though unless they are running the debugger.
2011-06-23 00:34:40 +00:00
inxi-svn 09b21295cc removed patch number 2011-06-22 23:28:06 +00:00
inxi-svn a6fd64fdae Improved -i to show IF lan nic IP using as first choice the ip tool from iproute, and to only use the deprecated ifconfig as a fallback.
This required recoding that function, so I also made -i show IPv6 with -x as well. Might as well start getting used to it.

Also fixed and added wrapping for the -i output, that wasn't working right before, now is standardized to other lines.
2011-06-22 23:26:08 +00:00
inxi-svn 6408e0a56b bug fix, new patch version, forgot to remove a debugger thing yesterday. 2011-06-22 18:09:01 +00:00
inxi-svn cca96227e6 cleaned up some of the banlist order, no big deal. 2011-06-22 03:06:52 +00:00
inxi-svn 1155d5d917 adding new xiin.py feature, autoupload of tar.gz data file to ftp.techpatterns.com 2011-06-21 23:38:32 +00:00
inxi-svn b17314bddc tweaks 2011-06-21 23:06:37 +00:00
inxi-svn 3e77dc619f help menu updated to show -xx for -@ 11-14 2011-06-21 22:54:53 +00:00
inxi-svn 34450f3940 first patch to have auto upload of user debugging data to techpatterns.com ftp server, anon 2011-06-21 22:41:06 +00:00
inxi-svn e9e81c3ef5 (package maintainers, no worries on this one, it's just debugging tools)
Updated the debugging data collector to not exit on error of xiin, and also added some debugger outputs.
2011-06-21 20:53:38 +00:00
inxi-svn 6168b32895 version number bump for all the little fixes etc, and so cathbard has a clean one to package. 2011-06-21 07:41:22 +00:00
inxi-svn 499174b8fc more top comment header cleanup 2011-06-21 03:45:36 +00:00
inxi-svn 50dd14ce0d added bullets to top comment information to make it more readable 2011-06-21 03:41:33 +00:00
inxi-svn 1ee1a843b0 tweak to function name, no actual user seen changes 2011-06-21 02:28:06 +00:00
inxi-svn 79f79aebb4 added protection against false jwm id 2011-06-21 02:22:54 +00:00
inxi-svn c8468a647e whoops, wrong one, added jwm to de 2011-06-21 02:15:16 +00:00
inxi-svn 8baf141a34 tried a bit more optimization for -G, but it turns out it's glxinfo itself that is slow, so the only way to really get -G sped up is to redo
the way inxi gets the glxinfo data.
2011-06-21 00:58:51 +00:00
inxi-svn 06cc997157 version upgrade
got rid of that horrible banlist array/function thing, now it's hard coded.

On a dual core system, this saves literally 0.1 seconds on execution, about 10-20% of execution time.

this also fixes a bug that has always existed, which is if you use spaces to replace instead of ''.

Another advantage of this new method it fixes the fact that each and every string character would be considered a match, null replaced with null.

This was due to the fact that each banlist string started with |, ie, it contained a null character in the search pattern... sigh.

This is why we don't use stupid bash tricks, ok people? They  hide bugs, and make the code write only.
2011-06-20 21:58:17 +00:00
inxi-svn 6024b3b387 adding a fallback to use hostname if $HOSTNAME is null, if all these fail, host name will be set to N/A, which also, as with other uses of
that, serves as a convenient bug reporter for user output
2011-06-20 18:38:23 +00:00
inxi-svn 3839656174 removed hostname app from dependencies and recommends, can use $HOSTNAME instead.
Now this might cause some issues  later, we'll see.
2011-06-20 18:35:12 +00:00
inxi-svn d07e2c6cb6 added a debugger output for sed version 2011-06-20 05:25:41 +00:00
inxi-svn 5df28d48a6 fixed help menu to show new F output 2011-06-20 01:18:26 +00:00
inxi-svn 1f73d75b35 version update:
New internal line character counter implemented, with support for user set line lengths for both irc and console.

More line wrapping added, and some fine tuned. Also wraps -A now, and adds alsa information to end of first line as well if > 1 card and less than line length max
2011-06-20 01:16:36 +00:00
inxi-svn 7d3a70ec6b Patch version upgrade
fixed a bug with remote mounted partitions, created line length counter function that cleans off color code characters to allow for accurate 
line counts for line breaks.
2011-06-19 05:53:18 +00:00
inxi-svn c8c5ff2eea patch, moved gcc of kernel to (bits area. 2011-06-18 22:23:23 +00:00
inxi-svn 3ac997b887 added to -S as -x option, kernel gcc version 2011-06-18 22:06:22 +00:00
inxi-svn 1635966093 version upgrade
some optimizations, code fixes, handled failed xargs -l case for optical disks
2011-06-18 19:27:41 +00:00
inxi-svn f02a64561c bug fixes 2011-06-18 19:15:28 +00:00
inxi-svn 9962e8661a patch four, that should do it 2011-06-18 19:09:31 +00:00
inxi-svn cb7c18ac1d replaced xargs -l with a for loop, sigh... 2011-06-18 18:49:42 +00:00
inxi-svn 9884ebab24 patch, some optimizations and code cleanup 2011-06-18 18:37:02 +00:00
inxi-svn 633e59807e variable name fix0 2011-06-18 05:42:29 +00:00
inxi-svn 188d30cca7 bug fix 2011-06-18 04:54:51 +00:00
inxi-svn 2b1279a14e trying it with /dev/sr0 2011-06-18 04:53:48 +00:00
inxi-svn 010e8b9b3f ok, seems to all be working, here's 1.7.0 fresh off the presses 2011-06-18 04:07:03 +00:00
inxi-svn 99df6ad86c fixed a bug 2011-06-18 03:49:53 +00:00
inxi-svn c35647a380 help fix 2011-06-18 03:32:58 +00:00
inxi-svn 90e5098565 arg cleanup 2011-06-18 03:29:49 +00:00
inxi-svn 9c77bc359d trying it without -d on -F 2011-06-18 03:20:54 +00:00
inxi-svn 1e84b26d1f first finalizing version 2011-06-18 03:17:05 +00:00
inxi-svn bff32dc844 handling of tsst corp string 2011-06-18 02:59:58 +00:00
inxi-svn ecb4e51a59 tweak for output 2011-06-18 02:51:36 +00:00
inxi-svn f5e825bd02 more or less done with -d, -dx, and -dxx output 2011-06-18 02:43:59 +00:00
inxi-svn b77832f968 cleanup 2011-06-18 01:22:03 +00:00
inxi-svn 1a4f8829de hmm, weird gawk behavior 2011-06-18 01:03:05 +00:00
inxi-svn f2515c5b4e white space fix? 2011-06-18 00:58:34 +00:00
inxi-svn d9528783f6 tweak 2011-06-18 00:55:01 +00:00
inxi-svn bef54b5077 number update 2011-06-18 00:52:55 +00:00
inxi-svn e9372be01e patch 5, more fixes 2011-06-18 00:52:38 +00:00
inxi-svn 8d89081fe4 tweak 2011-06-18 00:46:41 +00:00
inxi-svn b2ee1f160e added more debugger data collecting 2011-06-18 00:33:13 +00:00
inxi-svn 79355aa67c adding first test for -d optical drive option, patch version update only 2011-06-18 00:27:34 +00:00
inxi-svn 519c597c3a added some debugger changes for data collection, just a patch version change. 2011-06-17 20:06:29 +00:00
inxi-svn 81493c0b19 bug fix 2011-06-17 00:33:34 +00:00
inxi-svn 5395c9d9d7 Cleaned up some code, moved get usb to separate functions for audio/network card data.
Removed legacy print code, repeated code blocks for single/multiple cards, for audio/network.

Made also always print out whether or not a card is present, since you can have alsa without having a card.

This actually shortened inxi for once, and simplified some legacy methods that were totally unnecessary and just complicated the print functions, now all print 
functions use the same for loop print out methods on arrays.
2011-06-17 00:20:12 +00:00
inxi-svn 785c0b83e2 cleanup 2011-06-14 00:46:56 +00:00
inxi-svn da975d8962 variable cleanup 2011-06-14 00:39:47 +00:00
inxi-svn 47e4a86558 version update, optimization for speed for -N, usb detection.
Switched to full gawk for detection, dumped inefficient bash loop through of all search terms.
2011-06-14 00:02:50 +00:00
inxi-svn 93b245e1af version upgrade:
Optimized graphics driver function massively, knocked off about 60% of execution time by switching to a single read through via 
gawk..

In terms of dual core system, that saved literally about 1 second execution total time.
2011-06-13 22:31:22 +00:00
inxi-svn 8b297bd69e fixed missing app error message, now shows: inxi --recommends as solution/recommendation for further action. 2011-06-11 07:02:13 +00:00
inxi-svn 53f3a4e74f version 1.6.7
Cleaned up recommends, finalized layout, tweaked output, ready to go now as a final I think.
2011-06-11 05:55:44 +00:00
inxi-svn 9ee3d00315 getting rid of an extra line 2011-06-11 05:19:16 +00:00
inxi-svn 332a998f3a cleanup, patch version bump 2011-06-11 05:16:57 +00:00
inxi-svn 8dca5e9143 bug fix 2011-06-11 05:14:32 +00:00
inxi-svn ef7655b92e text cleanup 2011-06-11 05:13:42 +00:00
inxi-svn 7765c80052 fix 2011-06-11 05:13:02 +00:00
inxi-svn a4a9e60821 slight tweak of layout of --recommends 2011-06-11 05:11:56 +00:00
inxi-svn e19069c1af finalized the rpm/yum --recommends package list, thanks goingeasy9 2011-06-11 04:24:18 +00:00
inxi-svn 07ac10c817 cleanup 2011-06-11 01:45:37 +00:00
inxi-svn 15a4aca286 forgot to add -Nx to module version recommends 2011-06-11 01:43:11 +00:00
inxi-svn fcc575591c cleanup 2011-06-11 01:40:18 +00:00
inxi-svn 4932d2be2f patch update, cleaned up output for --recommends, changed - to _, then sed replace _ with space 2011-06-11 01:34:19 +00:00
inxi-svn 2188bc1fbf added some arg triggers to --recommends output, and this calls for a patch version update 2011-06-11 00:28:25 +00:00
inxi-svn 7e323287cc forgot to declare a bunch of local variables in --recommends 2011-06-11 00:07:38 +00:00
inxi-svn 2d3114722e tweak 2011-06-10 23:26:02 +00:00
inxi-svn 74b97894a7 text tweak 2011-06-10 23:25:13 +00:00
inxi-svn b923131e95 bug fix 2011-06-10 23:23:32 +00:00
inxi-svn bee3268ab2 text tweak 2011-06-10 23:23:01 +00:00
inxi-svn 6297a1f519 added --recommends suggestion to non x mode start 2011-06-10 23:21:10 +00:00
inxi-svn 6a2f09858f 1.6.6
new option: --recommends

This lets users check their system for all the required/recommended apps, and also shows any missing core directories,
with an explanation of what each item does.

Also prints out a list of distro packages that should help users install the missing package.

So far only debian/ubuntu and arch linux lists are done.
2011-06-10 23:07:01 +00:00
inxi-svn b1f7966f9b made FAILED for video driver load red, just a patch version bump. 2011-06-10 18:21:33 +00:00
inxi-svn 25540e4cf0 more cleanup 2011-06-10 00:08:09 +00:00
inxi-svn 041b00f5b9 more help cleanup 2011-06-10 00:06:28 +00:00
inxi-svn 78b2521812 more cleanup 2011-06-10 00:05:43 +00:00
inxi-svn 8b8dbd817a cleaned up -F option help item 2011-06-10 00:04:52 +00:00
inxi-svn ecb7d4cdb8 Version update. Redid -v options totally. Added -v 6 for full partition and unmounted partition output.
Adjusted the 2-5 options to include the various new features that have been added recently.

Got rid of the entire old way of using verbosity level numbers internally in the script to trigger events, now all those printout
triggers are done via clearly named global switch variables which are set in the initial Option selector function only.

This should not make any particular difference to users, but it makes it easier to read the printout logic code, and to see what
full/basic/verbosity level output actually is going to do.

Also changed -d to -b, and added an error handler to -d showing it's been deprecated.

-d will be needed in the future for advanced -D data, probably cd/dvd etc, and I want to keep the consistency, as much as possible,
that is, m will be advanced M data, p is advanced P, n is advanced N, and so on.

I know this breaks some people's habits, but I think with the deprecated option warning/error, it should be fine, and it's
best to get this done now than to wait until inxi actually is going to use the -d advanced disk option.

Ok, that's it, just basically a code clean up version.
2011-06-09 23:27:05 +00:00
inxi-svn 2bd19db6ea language change 2011-06-09 20:41:56 +00:00
inxi-svn 88b0b389b8 wording tweak 2011-06-09 20:40:25 +00:00
inxi-svn cad10378f1 tweak 2011-06-09 20:17:10 +00:00
inxi-svn e018abcff2 forgot to add it to --version 2011-06-09 20:15:54 +00:00
inxi-svn a28e1a1c17 tweaked wording 2011-06-09 20:12:59 +00:00
inxi-svn a514f71e56 Added script patch number, this will show on update along with version number.
Also if > 0, will show added to display version, like: 1.6.3-4

I've found that google svn from googlecode isn't propagating the data across its data centers quickly or consistently
which makes testing and debugging a real pain in the butt when dealing with people in different geographical areas.

Now we'll be able to confirm that you have dev version xx, ie, the latest uploaded, without doing pointless primary
version number bumps.

When patch number is 00, no display occurs, but it still shows on updating via -U
2011-06-09 20:09:41 +00:00
inxi-svn d3505da78d added more wifi detection filters 2011-06-09 01:51:46 +00:00
inxi-svn e25d0d12dd adding in more banlist and filters 2011-06-09 01:08:55 +00:00
inxi-svn 5e06161620 added more filters 2011-06-08 17:46:25 +00:00
inxi-svn a830011550 Changed -m to -M, to keep it consistent. -m will be for future advanced machine information, just like -P is basic partitions and
-p is complete.
2011-06-08 17:32:58 +00:00
inxi-svn a016006173 tweaks, clean up chassis output 2011-06-08 09:22:40 +00:00
inxi-svn 034a197d8d fixed error message 2011-06-08 08:55:21 +00:00
inxi-svn 5654a8bffd final bug fixes, if google svn ever starts working again 2011-06-08 08:42:28 +00:00
inxi-svn 4e31e4502c version bump for bug fixes and tweaks, always inconsistency to be handled 2011-06-08 08:29:23 +00:00
inxi-svn 84227c55ef fixes 2011-06-08 08:22:40 +00:00
inxi-svn add4263d49 added fixes 2011-06-08 08:19:59 +00:00
inxi-svn b3ff07bbb2 maybe bug fix for gigabyte board 2011-06-08 07:58:46 +00:00
inxi-svn 8232c927ad tweaked line count 2011-06-08 07:49:10 +00:00
inxi-svn 4d20c9fe84 removed escapes on % for gawk 2011-06-08 07:28:26 +00:00
inxi-svn 46c5bdf01c updating ban list filters 2011-06-08 07:21:37 +00:00
inxi-svn 3bc7411eab more filters added to ban list 2011-06-08 07:01:52 +00:00
inxi-svn dd69c3ed7d added more filters 2011-06-08 07:00:01 +00:00
inxi-svn a246d28df4 updated filters, added OEM 2011-06-08 06:56:54 +00:00
inxi-svn 042130ee45 code cleanup 2011-06-08 06:53:09 +00:00
inxi-svn 0f71ac9724 simplified and moved filters to sub not gsub 2011-06-08 06:49:29 +00:00
inxi-svn ed94e1e867 bug fix 2011-06-08 06:42:23 +00:00
inxi-svn c45f0176af Debugged, and now ready for 1.6.0
New feature: -m, with -xx as optional extra extra data

-m shows system, mobo, bios, and with -xx, chassis, if present.

Will also try to guess at if it's a laptop.
2011-06-08 06:38:32 +00:00
inxi-svn e7f3349e22 version number bump 2011-06-08 06:25:39 +00:00
inxi-svn 6e1f19bde3 changed portable to System 2011-06-08 06:20:43 +00:00
inxi-svn 6b1fc9cdc0 more bug fixes, simplified logic 2011-06-08 06:17:03 +00:00
inxi-svn 98249b201c removed unneeded logic 2011-06-08 05:37:45 +00:00
inxi-svn 55a281a794 more fine tunings 2011-06-08 05:33:52 +00:00
inxi-svn 71c472b892 more tweaks to ban lists 2011-06-08 05:22:19 +00:00
inxi-svn 84756bf5e6 added N/A filter to data 2011-06-08 05:19:46 +00:00
inxi-svn bba4e30abd trying another way of handling false system/mobo data matches, msi is the culprit here 2011-06-08 05:13:55 +00:00
inxi-svn b6d2786ea6 version number 2011-06-08 04:55:58 +00:00
inxi-svn 7da7517514 removing that attempt, too hard that way 2011-06-08 04:54:11 +00:00
inxi-svn 70be9f6eef trying a bug fix 2011-06-08 04:46:25 +00:00
inxi-svn d577e43c9c trying a fix for false system/mobo difference 2011-06-08 04:38:39 +00:00
inxi-svn a2f14c8e48 version change 2011-06-08 04:20:13 +00:00
inxi-svn 239f16e7bb removed tweak 2011-06-08 04:19:52 +00:00
inxi-svn de7f8196bd version tweak 2011-06-08 04:19:29 +00:00
inxi-svn c2c600ebd5 bug fix 2011-06-08 04:17:19 +00:00
inxi-svn 5d9021bfe7 bug fixes for chassis 2011-06-08 04:14:31 +00:00
inxi-svn 297f3c833b cleanup and printout fixes and tweaks 2011-06-08 04:12:35 +00:00
inxi-svn b589c9d5f7 some cleanup and bug fixes 2011-06-08 04:03:16 +00:00
inxi-svn 7ba7db7b4d bug fix 2011-06-08 03:53:22 +00:00
inxi-svn 931ecb4968 added some ban list terms, tweaked a few things 2011-06-08 03:48:54 +00:00
inxi-svn e11e85e93d bug fix 2011-06-08 03:31:07 +00:00
inxi-svn 6937b57028 bug fix, added system line 2011-06-08 03:01:49 +00:00
inxi-svn 5f4b95dfa3 added filter line 2011-06-08 02:44:58 +00:00
inxi-svn 3a3e5efa4f moved the machine line 2011-06-08 02:37:18 +00:00
inxi-svn ac38d58363 new options: -m shows machine data, system vendor, if present, mobo, bios, and, with -xx, chassis, if present
-xx triggers B_EXTRA_EXTRA_DATA, currently only the chassis data line is affected.
2011-06-08 02:36:00 +00:00
inxi-svn 62a1f0bdf9 added debugger stuff 2011-06-07 02:07:50 +00:00
inxi-svn fcf0217d4c improved logging of arrays for partitions 2011-06-07 01:30:46 +00:00
inxi-svn ee195f51ea added cat /etc/fstab to debugger 2011-06-07 01:03:11 +00:00
inxi-svn 722c3f77d6 some fine tuning just in case hdd temp returns say 34.5 2011-06-06 21:04:15 +00:00
inxi-svn b8686ef409 added Xorg -version testing to debugger and x version function 2011-06-06 20:55:44 +00:00
inxi-svn 331fd342a1 Version number change:
Added debugger option, data collector -@ 14, all data.

Fixed long time logging bug, arrays were't writing out in quotes, have to extract out of quotes then send to logger.

Added 802.11 to usb nic/wifi card detection strings.

Updated help menu more to be more readable, and corrected some errors there too.
2011-06-06 19:58:47 +00:00
inxi-svn 96ad63541b bug fixes, and upped version number. Yes, fixing one bug caused another, hopefully both are now fixed 2011-06-06 05:01:14 +00:00
inxi-svn 8e4e7eac60 bug fixes 2011-06-06 04:42:18 +00:00
inxi-svn 5eca5a85a9 debugger added 2011-06-06 04:35:17 +00:00
inxi-svn 3ac87738a9 need to update the new path variables for the lenny fix too 2011-06-06 04:27:10 +00:00
inxi-svn cf092714fa some comments to explain fixes 2011-06-06 04:26:02 +00:00
inxi-svn 19842a2622 adding a special belkin case 2011-06-06 04:10:36 +00:00
inxi-svn 24421c6f30 added another wifi detector for output 2011-06-06 04:04:20 +00:00
inxi-svn f9e7b6916c found another path case for usb networking cards, requires special handling 2011-06-06 03:54:28 +00:00
inxi-svn 1e3003f2a3 new version, 1.5.11
Improved loaded/unloaded/failed output for gfx driver, now lists them by categor, ie: loaded: ati,radeon unloaded: fbdev

This is because of the high count of loaded/unloaded drivers some systems show, especially for radeon/ati card types.

Added logging for inxi in debugger data collector, and include now the log file, that should be of use.
2011-05-30 18:51:31 +00:00
inxi-svn 242ae81dd0 version bump the bug fix for drivers works 2011-05-30 04:59:25 +00:00
inxi-svn 6eacbd3e13 fixed weak point on unloading driver logic, it can be several strings to test 2011-05-30 04:55:38 +00:00
inxi-svn eb9db620ba adding in CPC abbreviation on the off chance that 'Compatibility Profile Context' actually means something for fglrx opengl version 2011-05-29 16:37:22 +00:00
inxi-svn a988de3ba0 added white space cleanup 2011-05-29 03:42:23 +00:00
inxi-svn a28155b16e removing some extra fglrx glx version information: Compatibility Profile Context
This does not appear to communicate anything of value or interest
2011-05-29 03:39:55 +00:00
inxi-svn 5859a8c73d fixed a bug in gawk that gave multiple drivers for audio card.
Added webcam to filter list.

And this new number includes the fixes to graphics driver output as well
2011-05-29 01:32:49 +00:00
inxi-svn ea906053e7 turns out there is an unloading video driver module case, so adding that condition, for loaded, unloaded, and failed output 2011-05-28 04:38:15 +00:00
inxi-svn f8463034fd bug fixes 2011-05-27 21:43:33 +00:00
inxi-svn d10e6ec05e added inxi output to debugger data files 2011-05-27 21:37:17 +00:00
inxi-svn be3461b3ad comments updated 2011-05-27 21:31:14 +00:00
inxi-svn a6b9b4f145 version update, now the dwm/scrotwm send their data back to stdout so it can be used. 2011-05-27 20:57:04 +00:00
inxi-svn d83f6471d7 had to redirect error output to 1 2011-05-27 20:55:15 +00:00
inxi-svn 9df881c11f added in a null case check 2011-05-27 20:49:47 +00:00
inxi-svn 8561e00ca9 trying a bug fix for scrotwm/dwm issue of sending --version/-v to stderr instead of stdout 2011-05-27 20:49:14 +00:00
inxi-svn 7c99d71ecf cleanup 2011-05-26 22:47:18 +00:00
inxi-svn 8725c05b34 line lengths 2011-05-26 22:44:26 +00:00
inxi-svn e2263eeae7 more color selector tuning 2011-05-26 22:43:04 +00:00
inxi-svn 35265e9f7c more clearup of language 2011-05-26 22:40:19 +00:00
inxi-svn 0659ec02a5 cleared up the -c 9x option descriptions 2011-05-26 22:38:23 +00:00
inxi-svn 537e2ea925 more help 2011-05-26 22:31:30 +00:00
inxi-svn 4e50a6d576 help cleanup 2011-05-26 22:30:41 +00:00
inxi-svn d8ca861e30 help cleanup 2011-05-26 22:29:53 +00:00
inxi-svn e5e3fcd360 help cleanup 2011-05-26 22:28:14 +00:00
inxi-svn b2ba9a5371 help tweaks 2011-05-26 22:21:10 +00:00
inxi-svn dc186acf4d help tweaks 2011-05-26 22:20:13 +00:00
inxi-svn 9c3a96f8d4 tweaks 2011-05-26 22:16:01 +00:00
inxi-svn 449bb487d1 cleaned up help menu 2011-05-26 22:15:27 +00:00
inxi-svn ef6cb816dd cleanup for wm version 2011-05-26 21:03:46 +00:00
inxi-svn c6baa7a03b cleaned up 2011-05-26 21:02:39 +00:00
inxi-svn c5600fa3d1 maybe tweak needed 2011-05-26 21:01:40 +00:00
inxi-svn b698be9168 trying little fix for wm issues 2011-05-26 20:33:10 +00:00
inxi-svn 088bf93df8 added trigger for --version/-v in get_de_version, sigh... 2011-05-26 20:01:07 +00:00
inxi-svn 2a88f17e8c new version: 1.5.7
Added to and improved debugging data collector. Options: -@ 11 -sys/networking; 12 - xorg; 13 - disk/partions. All also collect 
/proc data and some other stuff it's good to have examples of for future use.

Added dwm and wmii desktops as well.

Added support for standard --verbose and --help options.

Added irc exit if help menu is called for to avoid bad spamming.

Tweaked line count on System, made a touch shorter
2011-05-26 19:57:40 +00:00
inxi-svn 6e5a45e0b5 updated help -i item 2011-05-26 01:54:00 +00:00
inxi-svn 4e67c2aca4 made -i also show -n 2011-05-26 01:53:17 +00:00
inxi-svn 146f241df2 version number up, enough little tweaks to warrant it 2011-05-26 01:30:08 +00:00
inxi-svn 70402d0ea2 removed show extra data from -n, that's not needed, leave -x to be explicit or -F called 2011-05-26 01:29:38 +00:00
inxi-svn 521bc41040 final extra white space bug fix 2011-05-26 00:08:47 +00:00
inxi-svn 4c37defd0c bad copy paste, fixed 2011-05-26 00:00:36 +00:00
inxi-svn 8be45faa8b changed advanced graphics data to: advanced data 2011-05-25 23:18:21 +00:00
inxi-svn 199377f147 cleaned up, refactored irc tty version function 2011-05-25 23:11:31 +00:00
inxi-svn d8e0a8653a trying to get tty of console irc client 2011-05-25 22:56:02 +00:00
inxi-svn d913ef930a bug in output of opengl renderer, failed to remove extra white spaces after banlist applied 2011-05-25 22:40:36 +00:00
inxi-svn 34edd84e44 added xrandr to debugger data collector 2011-05-25 22:22:52 +00:00
inxi-svn 950de91cb4 bug fix version number update 2011-05-25 22:05:17 +00:00
inxi-svn b94e4146fe next step in fix 2011-05-25 22:04:21 +00:00
inxi-svn 8fdcc397a6 trying to fix that double line output bug 2011-05-25 22:02:29 +00:00
inxi-svn 0cac507903 bug fix 2011-05-25 21:48:27 +00:00
inxi-svn 68cc1953a4 added -n to -F output, why not, it's useful 2011-05-25 21:43:00 +00:00
inxi-svn 95ecf17ded cleanup 2011-05-25 21:39:38 +00:00
inxi-svn 559c595a18 Improved output, now counts characters and wrapps -S and -G lines, also added tty number for console mode.
Now also for greater than 1 video card, prints one per line and puts xorg data line separate always.

For 1 card or less, if line is short enough, puts it all one line. System line wraps if too long at desktop, which also
shows console and tty number if out of X
2011-05-25 21:32:16 +00:00
inxi-svn b6fca3c48b changed gfx drivers to use array for better output control, and also for future other gfx features 2011-05-25 01:53:20 +00:00
inxi-svn 9c8489d6b0 version number update for new loaded/failed output for video driver 2011-05-25 01:05:32 +00:00
inxi-svn a3494fb58a fixed up, made consistent and maybe more reliable 2011-05-25 01:03:29 +00:00
inxi-svn 5e093d108c bug fixes 2011-05-25 00:52:04 +00:00
inxi-svn 436badf418 bug fixes for module load/unload/fail 2011-05-25 00:50:53 +00:00
inxi-svn 9272811889 added loaded, unloaded, and failed output to graphics driver output, like: nvidia->loaded 2011-05-25 00:39:40 +00:00
inxi-svn b5ac8e13ad 1.5.2: new options: -z, triggers output filtering. This is default on for irc client output.
-Z - absolute override, turns off all filtering. This is useful if you are helping someone on irc for example and need to see this 
data.

Fixed a long term bug in the regex that filtered out home name from mount paths in partitions, was greedy, now it just filters out 
only the name and prints the rest of the full path, as it should.

Added twm to desktop support list, that has no --version output so that won't show.
2011-05-24 20:47:22 +00:00
inxi-svn 2b9a312eb3 cleaned up printout consistency 2011-05-23 23:08:12 +00:00
inxi-svn f249b4f319 comment added 2011-05-23 22:42:56 +00:00
inxi-svn 1fc7e1ad46 cleaned up, only check file once 2011-05-23 22:36:25 +00:00
inxi-svn bb8f7e279c new: show active running x driver, that can work in or out of x, since it reads xorg log.
New: split debugging data collector, now there is -@ 11 for /sys reads, and -@ 12, for xorg data output, including xprop -root, 
glxinfo, xdpyinfo, x version info, and related xorg files, including log data.
2011-05-23 22:23:06 +00:00