inxi-svn
b1e4762e7d
More small tweaks to things
2008-10-31 04:31:56 +00:00
inxi-svn
8f29c790ad
help menu output tweak
2008-10-31 04:27:00 +00:00
inxi-svn
eb893cce4b
Updated -V/--version information to better reflect inxi status, cleaned up a few little glitches.
2008-10-31 04:24:09 +00:00
inxi-svn
6253441bc3
Fixed special requirement for antiX id, hopefully distros won't do this type of random file generation and content, a
...
single string in the distro id is what they should have, ie: sidux-version, debian_version, not multiple lines
2008-10-31 03:07:52 +00:00
inxi-svn
14c7150e77
found weird issue, infobash was depending on variables NOT being correctly declared for some output stuff. This will need
...
to be fixed for real, for now just didn't declare HDD_MODEL. This type of stuff is why this script needs to be
rewritten...
2008-10-31 02:31:30 +00:00
inxi-svn
06304336a2
Added null case handling for all hdd values, made hdd function local/global values cleaner
2008-10-31 02:21:01 +00:00
inxi-svn
27a128f93c
For video, added null case in video card detection
2008-10-31 02:00:02 +00:00
inxi-svn
1dd41e1d02
uptime made it space, otherwise it looks silly
2008-10-31 01:36:38 +00:00
inxi-svn
b6eb285cf9
tweaked uptime output, added dash, removed space
2008-10-31 01:34:51 +00:00
inxi-svn
e8cceeb024
tweaked to add tri core, quad core to ban list
2008-10-31 01:27:53 +00:00
inxi-svn
b05fe16a35
modified cpu bans, now it's a string 'dual core', not core, because coreduo gets broken
2008-10-31 01:25:20 +00:00
inxi-svn
f245bbc521
Cleaned up comments, made more consistent and easy to read, added some comments
2008-10-30 22:34:23 +00:00
inxi-svn
1511341393
Updated version number
2008-10-30 22:24:40 +00:00
inxi-svn
ae63e9973b
Adding version number output for updating feature
2008-10-30 22:22:59 +00:00
inxi-svn
c63f96f40e
Added hack to get distro for arch, which has a bug about empty /etc/arch-release and jumbled /etc/issue
2008-10-30 22:04:26 +00:00
inxi-svn
696ee1b3e7
Added 'genuine' to cpu ban word list
2008-10-30 21:46:04 +00:00
inxi-svn
13a9fba961
Improved -U error handler, added advice to output if wget fails.
2008-10-30 21:28:50 +00:00
inxi-svn
c4764550e4
Updated version number
2008-10-30 21:23:50 +00:00
inxi-svn
1e6b18bcbd
More refactoring, made short output use the new cpu_core_count function, got rid of CPU2 stuff, commented out chunks of
...
now unneeded get cpu data stuff
More clean up, tightened up print functions, added some more locals in main print function for child data, removed
corresponding globals.
2008-10-30 21:23:29 +00:00
inxi-svn
1dd8fc0354
Added trash80 cpu count function, removed redundant multicore lines since all always have same clockspeed etc
...
Major cleanup and refactoring of get gfx functions, cleanup of most print functions, consolidation and removal of
unnecessary globals.
2008-10-30 20:32:53 +00:00
inxi-svn
b06b4a07c7
Changed all cases of:
...
if [ .....]
then
or
elif [....]
then
to use the hanging then turd method:
if [....];then
This will be the standard style for inxi
All other flow controls will be on their own lines, ie:
do
done
{
}
2008-10-30 17:18:02 +00:00
inxi-svn
7085e1d702
fixed hdd used spacing, made script name / v number have right color scheme too
2008-10-30 07:48:20 +00:00
inxi-svn
0252ad7ade
added gmbh to ban list
2008-10-30 07:43:21 +00:00
inxi-svn
d2f36ba0e0
fixed ordering of multicard assembler for print
2008-10-30 07:28:43 +00:00
inxi-svn
19ad149b28
Fixed messup with gfx arrays, mixed up glx and gfx
2008-10-30 07:23:45 +00:00
inxi-svn
78ca858d54
Tiny output tweak
2008-10-30 06:19:22 +00:00
inxi-svn
68de9b023b
Fine tuned gfx output, made sections easier to read
2008-10-30 06:08:06 +00:00
inxi-svn
244307e5e3
More fine tuning, got rid of last bits of printf mess, tweaked syntax slightly
2008-10-30 05:58:18 +00:00
inxi-svn
552b063dd2
more gfx output tweaks
2008-10-30 05:39:32 +00:00
inxi-svn
44a2b47d93
Fixed a small output issue with card gfx data
2008-10-30 05:38:10 +00:00
inxi-svn
d1694d1374
Fixed obscure bug in gawk for gfx data in get gfx
2008-10-30 05:25:21 +00:00
inxi-svn
a9e0462c43
refactored and ordered get data functions
2008-10-30 05:04:11 +00:00
inxi-svn
4a4ee6a650
Trying to fix a bug with xchat-gnome detection for client
2008-10-30 04:24:50 +00:00
inxi-svn
722014366a
Fixed output bugs for xchat, got rid of unnecessary and hard to read printf
2008-10-30 01:25:13 +00:00
inxi-svn
1a23eb245e
More output cleanup, more consistent and easy to read hopefullyO
2008-10-29 23:12:28 +00:00
inxi-svn
9da615b89b
More output cleanup and tweaks
2008-10-29 23:07:01 +00:00
inxi-svn
d7f6f92245
Tweaked output, fixed bugs, mostly done with major refactoring now
2008-10-29 23:02:24 +00:00
inxi-svn
24d855bd93
Short output tweak
2008-10-29 22:00:17 +00:00
inxi-svn
a253b4bf68
Bug fix on color setting
2008-10-29 21:47:13 +00:00
inxi-svn
15912c0455
Major refactoring, variable cleanup, condition tests made more consistent.
...
Still to do, make consistent tests on arrays, those need some careful handling.
More tightening of global/local variables.
2008-10-29 21:23:29 +00:00
inxi-svn
07605806d7
bug fix for nested {}... in cpu section
2008-10-29 08:18:56 +00:00
inxi-svn
fce18b8fa4
fixed dual gfx bug
2008-10-29 07:37:26 +00:00
inxi-svn
9c27241efd
try at bug fix for dual output of graphics line
2008-10-29 07:29:17 +00:00
inxi-svn
5838f7e003
put dual gfx on one line
2008-10-29 07:07:53 +00:00
inxi-svn
ee703d17c2
output fix
2008-10-29 06:59:59 +00:00
inxi-svn
7bec613de9
bug fix
2008-10-29 06:58:04 +00:00
inxi-svn
dcd2d72813
fixed dual video card output
2008-10-29 06:54:28 +00:00
inxi-svn
203501f56a
More cleanup, added v4 output, partition filled information for hard disk, reordered output to have gfx all in one place,
...
cleaner indenting.
2008-10-29 06:41:29 +00:00
inxi-svn
887c559ca8
more refactoring
2008-10-29 05:05:01 +00:00
inxi-svn
186f1ced0b
more refactoring, cleanup
2008-10-29 03:49:24 +00:00