2012-06-24 20:59:18 +00:00
|
|
|
.TH INXI 8 "June 24 2012" inxi "inxi manual"
|
2012-05-06 23:38:13 +00:00
|
|
|
.SH NAME
|
2012-06-24 20:04:46 +00:00
|
|
|
inxi - Command line system information script for console and IRC
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
2012-06-24 20:04:46 +00:00
|
|
|
.B inxi \fR - Single line, short form. Very basic output.
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-06-24 20:59:18 +00:00
|
|
|
.B inxi \fR[\fB-AbCdDfFGhHiIlMnNopPrRsSu\fR] \fR[\fB-c NUMBER\fR] \fR[\fB-v NUMBER\fR]
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-06-24 20:59:18 +00:00
|
|
|
.B inxi \fR[\fB-t \fR(\fBc\fR or\fB m\fR or\fB cm\fR or\fB cm NUMBER\fR)] \fR[\fB-x LETTER\fR(\fBs\fR)] \fR[\fB-xx LETTER(\fBs\fR)] \fR[\fB-xxx LETTER(\fBs\fR)]
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-05-10 05:15:35 +00:00
|
|
|
.B inxi \fR[\fB--help\fR] \fR[\fB--recommends\fR] \fR[\fB--version\fR] \fR[\fB-@ NUMBER\fR]
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B inxi
|
2012-06-24 20:04:46 +00:00
|
|
|
.R is a command line system information script built for for console and IRC. It is also used for forum technical
|
|
|
|
support, as a debugging tool, to quickly ascertain user system configuration and hardware. inxi shows system
|
|
|
|
hardware, CPU, drivers, Xorg, Desktop, Kernel, GCC version(s), Processes, RAM usage, and a wide variety of other
|
|
|
|
useful information.
|
|
|
|
|
|
|
|
.B inxi
|
|
|
|
.R output varies between CLI and IRC, with some default filters and color options applied to IRC use. Script colors can
|
|
|
|
be turned off if desired with -c 0, or changed using the -c color options listed in the OPTIONS section below.
|
|
|
|
|
|
|
|
.SH RUNNING IN IRC CLIENT
|
|
|
|
To trigger inxi output in your IRC client, pick the appropriate method from the list below:
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B Xchat, irssi \fR(and many other IRC clients)
|
|
|
|
.B /exec -o inxi \fR[\fBoptions\fR]
|
|
|
|
|
|
|
|
If you leave off the -o, only you will see the output on your local IRC client.
|
|
|
|
.TP
|
|
|
|
.B Konversation
|
|
|
|
.B /cmd inxi \fR[\fBoptions\fR]
|
|
|
|
|
|
|
|
To run inxi in konversation as a native script if your distribution or inxi package did not do this for you,
|
|
|
|
create this symbolic link:
|
|
|
|
|
|
|
|
.B ln -s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
|
|
|
|
|
|
|
|
If inxi is somewhere else, change the path /usr/local/bin to wherever it is located.
|
|
|
|
|
|
|
|
Then you can start inxi directly, like this:
|
|
|
|
|
|
|
|
.B /inxi \fR[\fBoptions\fR]
|
|
|
|
.TP
|
|
|
|
.B weechat
|
|
|
|
.B /shell -o inxi \fR[\fBoptions\fR]
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
For Weechat to run external scripts like inxi, you have to install shell.py (if you don't already have it).
|
|
|
|
To install shell.py, run this command inside of weechat:
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
.B /weeget install shell.py
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
Then to run inxi, you would enter a comand like this:
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
.B /shell -o inxi -bx
|
|
|
|
|
|
|
|
If you leave off the -o, only you will see the output on your local weechat.
|
|
|
|
|
|
|
|
.SH PRIVACY AND SECURITY
|
|
|
|
|
|
|
|
In order to maintain basic privacy and security, inxi filters out automatically on IRC things like
|
|
|
|
your network card mac address, WAN and LAN IP, your /home username directory in partitions,
|
|
|
|
and a few other things.
|
|
|
|
|
|
|
|
Because inxi is often used on forums for support, you can also trigger this filtering with the -z
|
|
|
|
option (-Fz, for example). To override the IRC filter, you can use the -Z option. This can be useful
|
|
|
|
to debug network connection issues online in a private chat, for example.
|
|
|
|
|
|
|
|
.SH USING OPTIONS
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
Options can be combined if they do not conflict. Either group the letters
|
|
|
|
together or separate them.
|
|
|
|
|
|
|
|
Letters with numbers can have no gap or a gap at your discretion unless using \fB -t
|
|
|
|
|
|
|
|
eg
|
|
|
|
.I inxi -AG \fRor\fI inxi -A -G \fRor\fI inxi -c10
|
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
.SH STANDARD OPTIONS
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -A
|
|
|
|
Show Audio/sound card information.
|
|
|
|
.TP
|
|
|
|
.B -b
|
|
|
|
Shows basic output, short form (previously -d). Same as: inxi -v 2
|
|
|
|
.TP
|
2012-05-08 00:27:14 +00:00
|
|
|
.B -c \fR[\fB0\fR-\fB32\fR]
|
2012-05-06 23:38:13 +00:00
|
|
|
Available color schemes. Scheme number is required.
|
|
|
|
|
2012-05-08 00:27:14 +00:00
|
|
|
Supported color schemes: 0-32.
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
.TP
|
2012-05-08 00:27:14 +00:00
|
|
|
.B -c \fR[\fB94\fR-\fB99\fR]
|
|
|
|
Color selectors run a color selector option prior to inxi starting which lets
|
|
|
|
you set the config file value for the selection.
|
|
|
|
|
2012-05-06 23:38:13 +00:00
|
|
|
Color selectors for each type display
|
|
|
|
|
|
|
|
(NOTE: irc and global only show safe color set):
|
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
\fB -c 94 \fR Console, out of X
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
\fB -c 95 \fR Terminal, running in X - like xTerm
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
\fB -c 96 \fR Gui IRC, running in X - like Xchat, Quassel,
|
|
|
|
Konversation etc.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
\fB -c 97 \fR Console IRC running in X - like irssi in xTerm
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
\fB -c 98 \fR Console IRC not in X
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
\fB -c 99 \fR Global - Overrides/removes all settings.
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
Setting specific removes global.
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -C
|
|
|
|
Show full CPU output, including per CPU clockspeed.
|
|
|
|
.TP
|
|
|
|
.B -d
|
|
|
|
Shows optical drive data. Same as -Dd. With -x, adds features line to output.
|
|
|
|
-xx adds a few more features.
|
|
|
|
.TP
|
|
|
|
.B -D
|
|
|
|
Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB.
|
|
|
|
.TP
|
|
|
|
.B -f
|
|
|
|
Show all cpu flags used, not just the short list. Not shown with -F to avoid
|
|
|
|
spamming.
|
|
|
|
.TP
|
|
|
|
.B -F
|
|
|
|
Show Full output for inxi. Includes all Upper Case line letters, plus -s and -n.
|
|
|
|
Does not show extra verbose options like -x -d -f -u -l -o -p -t -r unless you use
|
|
|
|
that argument.
|
|
|
|
.TP
|
|
|
|
.B -G
|
|
|
|
Show Graphic card information (card, x type, resolution, glx renderer, version).
|
|
|
|
.TP
|
|
|
|
.B -h
|
|
|
|
This help menu.
|
|
|
|
.TP
|
|
|
|
.B --help
|
|
|
|
Same as -h
|
|
|
|
.TP
|
|
|
|
.B -H
|
|
|
|
This help menu, plus developer options. Do not use dev options in normal
|
|
|
|
operation!
|
|
|
|
.TP
|
|
|
|
.B -i
|
|
|
|
Show Wan IP address, and shows local interfaces (requires ifconfig network tool).
|
|
|
|
Same as -Nni. Not shown with -F for user security reasons, you shouldn't
|
|
|
|
paste your local/wan IP.
|
|
|
|
.TP
|
|
|
|
.B -I
|
|
|
|
Show Information: processes, uptime, memory, irc client, inxi version.
|
|
|
|
.TP
|
|
|
|
.B -l
|
|
|
|
Show partition labels. Default: short partition -P. For full -p output, use: -pl (or -plu).
|
|
|
|
.TP
|
|
|
|
.B -M
|
|
|
|
Show machine data. Motherboard, Bios, and if present, System Builder (Like Lenovo).
|
2012-05-08 23:50:20 +00:00
|
|
|
Older systems/kernels without the required /sys data can use dmidecode instead, run as root.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
|
|
|
.B -n
|
|
|
|
Show Advanced Network card information. Same as -Nn. Shows interface, speed,
|
|
|
|
mac id, state, etc.
|
|
|
|
.TP
|
|
|
|
.B -N
|
|
|
|
Show Network card information. With -x, shows PCI BusID, Port number.
|
|
|
|
.TP
|
|
|
|
.B -o
|
|
|
|
Show unmounted partition information (includes UUID and LABEL if available).
|
|
|
|
Shows file system type if you have file installed, if you are root OR if you have
|
|
|
|
added to /etc/sudoers (sudo v. 1.7 or newer):
|
2012-05-13 17:29:35 +00:00
|
|
|
<username> ALL = NOPASSWD: /usr/bin/file (sample)
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
|
|
|
.B -p
|
|
|
|
Show full partition information (-P plus all other detected partitions).
|
|
|
|
.TP
|
|
|
|
.B -P
|
|
|
|
Show Partition information (shows what -v 4 would show, but without extra data).
|
|
|
|
Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions.
|
|
|
|
.TP
|
|
|
|
.B -r
|
2012-05-11 16:56:20 +00:00
|
|
|
Show distro repository data. Currently supported repo types:
|
|
|
|
APT (Debian, Ubuntu + derived versions)
|
|
|
|
|
|
|
|
PACMAN (Arch Linux + derived versions)
|
|
|
|
|
|
|
|
PISI (Pardus + derived versions)
|
|
|
|
|
|
|
|
YUM. (Fedora, Redhat, maybe Suse + derived versions)
|
|
|
|
|
2012-05-13 17:29:35 +00:00
|
|
|
(as distro data is collected more will be added. If your's is missing please show us how to get this
|
|
|
|
information and we'll try to add it.)
|
2012-05-11 16:56:20 +00:00
|
|
|
.TP
|
|
|
|
.B -R
|
2012-05-13 17:29:35 +00:00
|
|
|
Show RAID data. Shows RAID devices, states, levels, and components, and extra data with -x/-xx.
|
|
|
|
If device is resyncing, shows resync progress line as well.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
|
|
|
.B --recommends
|
|
|
|
Checks inxi application dependencies + recommends, and directories, then shows
|
2012-05-13 17:29:35 +00:00
|
|
|
what package(s) you need to install to add support for that feature.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
|
|
|
.B -s
|
|
|
|
Show sensors output (if sensors installed/configured): mobo/cpu/gpu temp; detected
|
2012-05-13 17:29:35 +00:00
|
|
|
fan speeds. Gpu temp only for Fglrx/Nvidia drivers. Nvidia shows screen number for > 1 screens.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
|
|
|
.B -S
|
|
|
|
Show System information: host name, kernel, desktop environment (if in X), distro
|
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -t \fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB cm NUMBER\fR]\fR- Show processes.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -t c
|
|
|
|
cpu
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -t m
|
|
|
|
memory
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -t cm c \fRcpu+memory.
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
If followed by numbers \fB1\fR-\fB20 \fR, shows that number of processes for each type
|
|
|
|
(default: 5; if in irc, max: 5)
|
|
|
|
|
|
|
|
Make sure to have
|
|
|
|
.I no space
|
|
|
|
.R between letters and numbers (-t cm10 -right, -t cm 10 -wrong).
|
|
|
|
.TP
|
|
|
|
.B -u
|
|
|
|
Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu).
|
|
|
|
.TP
|
|
|
|
.B -U
|
|
|
|
Auto-update script. Note: if you installed as root, you must be root to update,
|
|
|
|
otherwise user is fine.
|
|
|
|
.TP
|
|
|
|
.B -V
|
|
|
|
inxi version information. Prints information then exits.
|
|
|
|
.TP
|
|
|
|
.B --version
|
|
|
|
same as -V
|
|
|
|
.TP
|
|
|
|
.B -v
|
|
|
|
Script verbosity levels. Verbosity level number is required. Should not be used with -b or -F.
|
|
|
|
|
|
|
|
Supported levels: 0-7 Examples :\fI inxi -v 4 \fR or \fI inxi -v4
|
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 0
|
|
|
|
- Short output, same as: inxi
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 1
|
|
|
|
- Basic verbose, -S + basic CPU + -G + basic Disk + -I.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 2
|
|
|
|
- Adds networking card (-N), Machine (-M) data, and shows basic hard disk data
|
|
|
|
(names only). Same as: inxi -b
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 3
|
2012-06-24 20:04:46 +00:00
|
|
|
- Adds advanced CPU (-C); network (-n) data; triggers -x advanced data option.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 4
|
|
|
|
- Adds partition size/filled data (-P) for (if present):/, /home, /var/, /boot
|
|
|
|
Shows full disk data (-D)
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 5
|
|
|
|
- Adds audio card (-A); sensors (-s), partition label (-l) and UUID (-u), short form of
|
|
|
|
optical drives.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 6
|
2012-06-24 20:04:46 +00:00
|
|
|
- Adds full partition data (-p), unmounted partition data (-o), optical drive data (-d);
|
|
|
|
triggers -xx extra data option.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -v 7
|
2012-06-24 20:04:46 +00:00
|
|
|
- Adds network IP data (-i); triggers -xxx.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-06-24 20:04:46 +00:00
|
|
|
.B -z
|
|
|
|
Adds security filters for IP addresses, Mac, and user home directory name. Default on for irc clients.
|
|
|
|
.TP
|
|
|
|
.B -Z
|
|
|
|
Absolute override for output filters. Useful for debugging networking issues in irc for example.
|
|
|
|
|
|
|
|
.SH EXTRA DATA OPTIONS
|
|
|
|
|
|
|
|
These options are for long form only, and can be triggered by one or more -x, like -xx.
|
|
|
|
Alternately, the -v options trigger them in the following way:
|
|
|
|
-v 3 adds -x; -v 6 adds -xx; -v 7 adds -xxx
|
|
|
|
|
|
|
|
These extra data triggers can be useful for getting more in-depth data on various options.
|
|
|
|
Can be added to any long form option list, like: -bxx or -Sxxx
|
|
|
|
|
|
|
|
There are 3 extra data levels: -x; -xx; and -xxx
|
|
|
|
|
|
|
|
The following shows which lines / items get extra information with each extra data level.
|
|
|
|
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -C
|
|
|
|
- bogomips on Cpu
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -d
|
|
|
|
- Adds items to features line of optical drive; adds rev version to optical drive.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -D
|
|
|
|
- Hdd temp with disk data if you have hddtemp installed, if you are root OR if you have added to
|
|
|
|
/etc/sudoers (sudo v. 1.7 or newer):
|
|
|
|
|
|
|
|
<username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -G
|
|
|
|
- Direct rendering status for Graphics (in X).
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -G
|
|
|
|
- (for single gpu, nvidia driver) screen number gpu is running on.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -i
|
|
|
|
- Show IPv6 as well for LAN interface (IF) devices.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -I
|
|
|
|
- Show system GCC, default. With -xx, also show other installed GCC versions.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -N -A \fR- Adds version/port(s)/driver version (if available) for Network/Audio;
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -N -A -G \fR- Network, audio, graphics, shows PCI Bus ID/Usb ID number of card
|
2012-05-08 23:50:20 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -R
|
|
|
|
- Shows component raid id. Adds second RAID Info line: raid level; report on drives
|
|
|
|
(like 5/5); blocks; chunk size; bitmap (if present). Resync line, shows blocks synced/total blocks.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -S
|
|
|
|
- Desktop toolkit if avaliable (GNOME/XFCE/KDE only); Kernel gcc version
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -x -t
|
|
|
|
- Adds memory use output to cpu (-xt c), and cpu use to memory (-xt m).
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -xx -D
|
|
|
|
- Adds disk serial number
|
2012-05-08 23:50:20 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -xx -I
|
|
|
|
- Adds other detected installed gcc versions to primary gcc output (if present).
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -xx -M
|
|
|
|
- Adds chassis information, if any data for that is available.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -xx -R
|
|
|
|
- Adds superblock (if present); algorythm, U data. Adds system info line (kernel support,
|
|
|
|
read ahead, raid events). Adds if present, unused device line. If device is resyncing, shows
|
|
|
|
resync progress line as well
|
2012-05-08 23:50:20 +00:00
|
|
|
.TP
|
2012-06-24 07:03:39 +00:00
|
|
|
.B -xx -S
|
|
|
|
- Adds, if run in X, display manager type to Desktop information, if present. If none, shows N/A.
|
|
|
|
Supports most known display managers, like xdm, gdm, kdm, slim, lightdm, or mdm.
|
|
|
|
.TP
|
2012-05-13 17:29:35 +00:00
|
|
|
.B -xx -@ <11-14>
|
|
|
|
- Automatically uploads debugger data tar.gz file to ftp.techpatterns.com.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
2012-06-24 08:30:14 +00:00
|
|
|
.B -xxx -S
|
|
|
|
- Adds, if run in X, shell/panel type info to Desktop information, if present. If none, shows nothing.
|
|
|
|
Supports some current desktop extras like gnome-panel, lxde-panel, and others. Added mainly for Mint support.
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
.SH DEBUGGING OPTIONS
|
|
|
|
.TP
|
|
|
|
.B -%
|
|
|
|
Overrides defective or corrupted data.
|
|
|
|
.TP
|
|
|
|
.B -@
|
|
|
|
Triggers debugger output. Requires debugging level 1-14 (8-10 - logging of data).
|
2012-05-13 17:29:35 +00:00
|
|
|
Less than 8 just triggers inxi debugger output on screen.
|
2012-05-06 23:38:13 +00:00
|
|
|
.TP
|
|
|
|
.B -@ \fR[\fB1\fR-\fB7\fR]
|
|
|
|
- On screen debugger output
|
|
|
|
.TP
|
|
|
|
.B -@ 8
|
|
|
|
- Basic logging. Check \fI /home/yourname/.inxi/inxi*.log
|
|
|
|
.TP
|
|
|
|
.B -@ 9
|
|
|
|
- Full file/sys info logging
|
|
|
|
.TP
|
|
|
|
.B -@ 10
|
|
|
|
- Color logging.
|
|
|
|
.TP
|
|
|
|
.B -@ <11-14>
|
|
|
|
The following create a tar.gz file of system data, plus collecting the inxi output to file:
|
|
|
|
To automatically upload debugger data tar.gz file to ftp.techpatterns.com: inxi -xx@ <11-14>
|
2012-05-13 17:29:35 +00:00
|
|
|
For alternate ftp upload locations: Example:
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-05-13 17:29:35 +00:00
|
|
|
\fIinxi -! ftp.yourserver.com/incoming -xx@ 14\fR
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -@ 11
|
|
|
|
- With data file of xiin read of /sys
|
|
|
|
.TP
|
|
|
|
.B -@ 12
|
|
|
|
- With xorg conf and log data, xrandr, xprop, xdpyinfo, glxinfo etc.
|
|
|
|
.TP
|
|
|
|
.B -@ 13
|
|
|
|
- With data from dev, disks, partitions, etc., plus xiin data file.
|
|
|
|
.TP
|
|
|
|
.B -@ 14
|
|
|
|
- Everything, full data collection
|
|
|
|
|
|
|
|
.SH SUPPORTED IRC CLIENTS
|
2012-05-08 00:27:14 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
BitchX, Gaim/Pidgin, ircII, Irssi, Konversation, Kopete, KSirc, KVIrc, Weechat, and Xchat. Plus any others that
|
|
|
|
are capable of displaying either built in or external script output.
|
2012-05-06 23:38:13 +00:00
|
|
|
|
2012-05-12 03:44:07 +00:00
|
|
|
.SH INITIALIZATION FILE
|
|
|
|
.TP
|
|
|
|
inxi will read the following configuration/initialization files in the following order:
|
2012-05-13 17:29:35 +00:00
|
|
|
.TP
|
2012-06-24 20:04:46 +00:00
|
|
|
.B /etc/inxi.conf
|
2012-05-13 17:29:35 +00:00
|
|
|
.TP
|
2012-06-24 20:04:46 +00:00
|
|
|
.B $HOME/.inxi/inxi.conf
|
2012-05-13 17:29:35 +00:00
|
|
|
.TP
|
|
|
|
See wiki pages for more information on how to set these up:
|
|
|
|
.TP
|
2012-05-12 03:44:07 +00:00
|
|
|
.I http://code.google.com/p/inxi/wiki/script_configuration_files
|
|
|
|
|
|
|
|
.SH BUGS
|
2012-06-24 20:04:46 +00:00
|
|
|
Please report bugs using the following resources.
|
|
|
|
|
|
|
|
You may be asked to run the inxi debugger tool which will upload a data dump of all
|
|
|
|
system files for use in debugging inxi. These data dumps are very important since
|
|
|
|
they provide us with all the real system data inxi uses to parse out its report.
|
2012-05-12 03:44:07 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
.TP
|
2012-05-12 03:44:07 +00:00
|
|
|
inxi wiki, file an issue report:
|
|
|
|
.I http://code.google.com/p/inxi/issues/list
|
2012-06-24 20:04:46 +00:00
|
|
|
.TP
|
2012-05-12 03:44:07 +00:00
|
|
|
post on inxi developer forums:
|
|
|
|
.I http://techpatterns.com/forums/forum-32.html
|
2012-06-24 20:04:46 +00:00
|
|
|
.TP
|
2012-05-12 03:44:07 +00:00
|
|
|
You can also visit
|
|
|
|
.I irc.oftc.net channel: #smxi
|
|
|
|
to post issues.
|
|
|
|
|
2012-05-13 17:29:35 +00:00
|
|
|
.SH HOMEPAGE: \fI http://code.google.com/p/inxi
|
2012-05-12 03:44:07 +00:00
|
|
|
|
2012-05-06 23:38:13 +00:00
|
|
|
.SH AUTHOR AND CONTRIBUTORS TO CODE
|
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
.B inxi
|
|
|
|
.R is is a fork of locsmif's largely unmaintained yet very clever, infobash script.
|
|
|
|
|
2012-05-06 23:38:13 +00:00
|
|
|
Original infobash author and copyright holder:
|
|
|
|
Copyright (C) 2005-2007 Michiel de Boer a.k.a. locsmif
|
|
|
|
|
2012-05-12 03:44:07 +00:00
|
|
|
inxi version: Copyright (C) 2008-12 Scott Rogers & Harald Hope
|
2012-05-06 23:38:13 +00:00
|
|
|
|
|
|
|
Further fixes (listed as known): Horst Tritremmel <hjt at sidux.com>
|
|
|
|
|
|
|
|
Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch
|
2012-05-11 16:56:20 +00:00
|
|
|
|
2012-06-24 20:04:46 +00:00
|
|
|
And a special thanks to the nice people at irc.oftc.net channels #linux-smokers-club and #smxi,
|
|
|
|
who all really have to be considered to be co-developers because of their non-stop enthusiasm
|
|
|
|
and willingness to provide real time testing and debugging of inxi development.
|
|
|
|
|
|
|
|
Without a wide range of diverse Linux kernel based Free Desktop systems to test on, we could
|
|
|
|
never have gotten inxi to be as reliable and solid as it's turning out to be.
|
|
|
|
|
|
|
|
And of course, big thanks locsmif, who figured out a lot of the core methods, logic,
|
|
|
|
and tricks used in inxi.
|
|
|
|
|
|
|
|
Further thanks to the various inxi package maintainers, distro support people, forum
|
|
|
|
moderators, and others, who contribute ideas, suggestions, and patches.
|
|
|
|
|
|
|
|
This Man page was created by aus9, with help from Harald (aka h2).
|