Sat, 31 Aug 2024 23:19:41 -0400 Felix Miata <mrmazda@earthlink.net> :
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
Error 22: Unsupported option: --vz Check -h for correct useage. so I tooled around breaking up the option and got 2 results: #1 CPU: 8-core AMD FX-8150 (-MCP-) speed/min/max: 1675/1400/3600 MHz Kernel: 6.10.5-1-default x86_64 Up: 0h 2m Mem: 1.39/15.6 GiB (8.9%) Storage: 4.64 TiB (42.2% used) Procs: 272 Shell: Bash 5.2.32 inxi: 3.3.35 #2 System: Kernel: 6.10.5-1-default arch: x86_64 bits: 64 compiler: gcc v: 13.3.1 clocksource: tsc avail: hpet,acpi_pm parameters: BOOT_IMAGE=/boot/vmlinuz-6.10.5-1-default root=UUID=6c0f194b-5342-4657-bc34-e01939ee7416 mitigations=auto 3 noaccel=1 nomodeset Desktop: KDE Plasma v: 6.1.4 tk: Qt v: N/A info: frameworks v: 6.5.0 wm: kwin_x11 tools: avail: mate-screensaver,xfce4-screensaver vt: 2 dm: 1: GDM v: 46.2 2: SDDM note: stopped Distro: openSUSE Tumbleweed 20240829 Graphics: Device-1: NVIDIA GK107 [GeForce GT 640] vendor: ZOTAC driver: N/A alternate: nouveau non-free: N/A status: unknown device ID pcie: gen: 1 speed: 2.5 GT/s lanes: 16 link-max: gen: 3 speed: 8 GT/s bus-ID: 07:00.0 chip-ID: 10de:0fc1 class-ID: 0300 Display: x11 server: X.Org v: 21.1.12 with: Xwayland v: 24.1.2 compositor: kwin_x11 driver: X: loaded: nouveau,vesa unloaded: fbdev,modesetting failed: nv alternate: nvidia gpu: N/A display-ID: :0 screens: 1 Screen-1: 0 s-res: 1920x1080 s-dpi: 93 s-size: 524x292mm (20.63x11.50") s-diag: 600mm (23.62") Monitor-1: default res: 1920x1080 size: N/A modes: N/A API: EGL v: 1.5 platforms: device: 0 drv: swrast surfaceless: drv: swrast x11: drv: swrast inactive: gbm,wayland API: OpenGL v: 4.5 vendor: mesa v: 24.1.3 glx-v: 1.4 direct-render: yes renderer: llvmpipe (LLVM 18.1.8 256 bits) device-ID: ffffffff:ffffffff memory: 15.24 GiB unified: yes API: Vulkan Message: No Vulkan data available.
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. -- Evolution as taught in public schools is, like religion, based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata