diff options
Diffstat (limited to 'inxi.1')
| -rw-r--r-- | inxi.1 | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -15,7 +15,7 @@ .\" with this program; if not, write to the Free Software Foundation, Inc., .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .\" -.TH INXI 1 "2022\-10\-08" "inxi" "inxi manual" +.TH INXI 1 "2022\-10\-31" "inxi" "inxi manual" .SH NAME inxi \- Command line system information script for console and IRC @@ -332,9 +332,10 @@ If protocol is not detected, shows: \fBDisplay: server: Xorg 1.15.1\fR -Also shows screen resolution(s) (per monitor/X screen). For X.org: OpenGL -renderer, OpenGL core profile version/OpenGL version; for VESA: data (for -Xvesa); for Wayland: GBM/EGL data (not implemented). +Also shows screen resolution(s) (per monitor/X screen). Shows graphics API used, +like OpenGL. For X.org: OpenGL renderer, OpenGL core profile version/OpenGL +version; for VESA: data (for Xvesa); for Wayland: GBM/EGL data (not +implemented). Compositor information will show if detected using \fB\-xx\fR option or always if detected and Wayland since the compositor is the server with Wayland. @@ -1081,7 +1082,7 @@ configuration items, or the actual widths of the terminal. * \fB\-y\fR \- sets default width of 80 columns. .br -* \fB\-y [80-xxx]\fR \- sets width to given number. Must be 80 or more. +* \fB\-y [60-xxx]\fR \- sets width to given number. Must be 60 or more. .br * \fB\-y 1\fR \- switches to a single indented key/value pair per line, and removes all long line wrapping (similar to \fBdmidecode\fR output). Not @@ -2098,7 +2099,7 @@ Graphics: built: 2008 res: 1280x1024 hz: 60 dpi: 86 gamma: 1.4 size: 376x301mm (14.8x11.85") diag: 482mm (19") ratio: 5:4 modes: max: 1280x1024 min: 720x400 - OpenGL: renderer: AMD CEDAR (DRM 2.50.0 / 5.16.0-11.1\-liquorix-amd64 LLVM + API: OpenGL renderer: AMD CEDAR (DRM 2.50.0 / 5.16.0-11.1\-liquorix-amd64 LLVM 12.0.1) v: 3.3 Mesa 21.2.6 compat\-v: 3.1 direct render: Yes ....\fR .fi @@ -2121,7 +2122,8 @@ Graphics: res: 1280x1024 hz: 60 gamma: 1.4 dpi: 86 gamma: 1.4 size: 380x300mm (15.0x11.8") diag: 484mm (19.1") ratio: 5:4 modes: max: 1280x1024 min: 720x400 - Message: Wayland GBM/EGL data currently not available. + API: GBM/EGL + Message: Wayland GBM/EGL data currently not available. .fi .TP .B \-a \-I\fR @@ -2672,6 +2674,13 @@ the Konversation \fR/inxi\fR command to work: .B ln \-s /usr/share/konversation /usr/share/apps/ +Make sure you also have the \fRqdbus\-qt5\fR package (Debian/Ubuntu + derived), +\fRqt5\-qttools\fR (Fedora/RHEL/SUSE + derived), \fRqt5\-tools\fR (Arch + +derived) installed (for KDE 5/QT 5, check distros for future package names), +\fRqt5\-tools\fR (Arch + derived). Check your distro if the program is missing. +Depending on the distro, \fR/usr/lib/qt5/bin/qdbus\fR is required, which in +Debian+ is provided by the above package. + Then you can start inxi directly, like this: .B /inxi |
