On 2024-09-01 05:19, Felix Miata wrote:
bent fender composed on 2024-08-31 20:55 (UTC-0400):
$ inxi -b
I think I did this with a really-booted TW using kernel arguments 3 and nomodeset (as opposed to a chrooted one):
inxi -b produces minimal information useful in solving graphics issues, mixed with a lot of irrelevant data. In most graphics troubleshooting cases, best invocation from TW is:
inxi -GSaz --vz
cer@Telcontar:~> inxi -GSaz --vz --vs Error 22: Unsupported option: --vz Check -h for correct parameters. cer@Telcontar:~> (Leap 15.5)
The S brings in system info, the kernel cmdline in particular. --vz censors sensitive data that normally need not be shared in public, very helpful with C. The first z does more limited censoring.
In Leap, --vs should also be added, to show the inxi version. Version matters because inxi capabilities have evolved over time, changing the meaning of various output, plus, bugs get corrected. And, inxi in Leap doesn't get upgraded but once in a blue moon, if that often.
Telcontar:~ # inxi -vs Sensors: System Temperatures: cpu: 45.0 C mobo: 36.0 C gpu: amdgpu temp: 50.0 C Fan Speeds (RPM): fan-1: 1155 fan-2: 2941 fan-3: 0 fan-4: 834 fan-5: 843 fan-6: 848 gpu: amdgpu fan: 203 Telcontar:~ # Doesn't show the version, does it? Telcontar:~ # inxi --version inxi 3.3.23-00 (2022-10-31) Copyright (C) 2008-2022 Harald Hope aka h2 Forked from Infobash 3.02: Copyright (C) 2005-2007 Michiel de Boer aka locsmif. Using Perl version: 5.026001 Program Location: /usr/bin Website: https://github.com/smxi/inxi or https://smxi.org/ IRC: irc.oftc.net channel: #smxi Forums: https://techpatterns.com/forums/forum-33.html This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. (https://www.gnu.org/licenses/gpl.html) Telcontar:~ # Telcontar:~ # inxi --update Starting inxi self updater. Using tiny as downloader. Currently running inxi version number: 3.3.23 Current version patch number: 00 Current version release date: 2022-10-31 Updating inxi in /usr/bin using main branch as download source... Validating downloaded data... Successfully updated to main branch version: 3.3.31 New main branch version patch number: 00 New main branch version release date: 2023-11-02 To run the new version, just start inxi again. ---------------------------------------- Starting download of man page file now. Updating inxi.1 in /usr/share/man/man1 using main branch branch as download source Downloading man page file... Download successful. Validating downloaded man file data... Contents validated. Writing to man location... Writing successful. Compressing file... Download, install, and compression of man page successful. Check to make sure it works: man inxi Telcontar:~ # But still no go: Telcontar:~ # inxi --version inxi 3.3.31-00 (2023-11-02) Copyright (C) 2008-2023 Harald Hope aka h2 Forked from Infobash 3.02: Copyright (C) 2005-2007 Michiel de Boer aka locsmif. Using Perl version: 5.026001 Program Location: /usr/bin Website: https://codeberg.org/smxi/inxi or https://smxi.org/ IRC: irc.oftc.net channel: #smxi Forums: https://techpatterns.com/forums/forum-33.html This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. (https://www.gnu.org/licenses/gpl.html) Telcontar:~ # inxi -GSaz --vz --vs Error 22: Unsupported option: --vz Check -h for correct parameters. Telcontar:~ # -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)