bent fender composed on 2024-09-01 06:55 (UTC-0400):
Sat, 31 Aug 2024 23:19:41 -0400 Felix Miata composed:
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.
Dunno how that typo escaped. It was supposed to be: inxi -GSaz --za
inxi -GSaz --za System: Kernel: 5.14.21-150500.55.68-default arch: x86_64 bits: 64 compiler: gcc v: 7.5.0 clocksource: tsc avail: hpet,acpi_pm parameters: root=LABEL=<filter> ipv6.disable=1 net.ifnames=0 noresume consoleblank=0 preempt=full mitigations=auto vga=791 video=1440x900@60 Desktop: KDE v: 3.5.10 tk: Qt v: 3.3.8c wm: kwin with: kicker vt: 7 dm: 1: KDM 2: XDM Distro: openSUSE Leap 15.5 Graphics: Device-1: Intel HD Graphics 630 vendor: Gigabyte driver: i915 v: kernel arch: Gen-9.5 process: Intel 14nm built: 2016-20 ports: active: HDMI-A-2 empty: DP-1, DP-2, HDMI-A-1, HDMI-A-3 bus-ID: 00:02.0 chip-ID: 8086:5912 class-ID: 0300 Display: x11 server: X.Org v: 1.21.1.4 compositor: kwin driver: X: loaded: modesetting alternate: fbdev,intel,vesa dri: iris gpu: i915 display-ID: :0 screens: 1 Screen-1: 0 s-res: 1920x1200 s-dpi: 120 s-size: 406x254mm (15.98x10.00") s-diag: 479mm (18.85") Monitor-1: HDMI-A-2 mapped: HDMI-2 model: Samsung SMS24A850 serial: <filter> built: 2012 res: 1920x1200 hz: 60 dpi: 94 gamma: 1.2 size: 518x324mm (20.39x12.76") diag: 611mm (24.1") ratio: 16:10 modes: max: 1920x1200 min: 720x400 API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris x11: drv: iris inactive: wayland API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 22.3.5 glx-v: 1.4 direct-render: yes renderer: Mesa Intel HD Graphics 630 (KBL GT2) device-ID: 8086:5912 memory: 30.08 GiB unified: yes inxi -Caz --za CPU: Info: model: Intel Core i3-7100T bits: 64 type: MT MCP arch: Kaby Lake gen: core 7 level: v3 note: check built: 2018 process: Intel 14nm family: 6 model-id: 0x9E (158) stepping: 9 microcode: 0xF8 Topology: cpus: 1x cores: 2 tpc: 2 threads: 4 smt: enabled cache: L1: 128 KiB desc: d-2x32 KiB; i-2x32 KiB L2: 512 KiB desc: 2x256 KiB L3: 3 MiB desc: 1x3 MiB Speed (MHz): avg: 2867 high: 3400 min/max: 800/3400 scaling: driver: intel_pstate governor: powersave cores: 1: 1524 2: 3147 3: 3400 4: 3400 bogomips: 27199 Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx Vulnerabilities: <filter>
Try with and without --za, and you'll see what <filter> can mean. Inxi by default formats to fit in 80 columns without wrapping. Your shared output's formatting is being corrupted by a local constraint to less than 80. You can avoid the wrap corruption by using -y, e.g.:
inxi -Daz --za -y 76 Drives: Local Storage: total: raw: 1.94 TiB usable: 1.03 TiB used: 804.26 GiB (75.9%) SMART Message: Unable to run smartctl. Root privileges required. ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: ZTC model: PCIEG3-128G size: 119.24 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: R0629A0 temp: 51.9 C scheme: MBR ID-2: /dev/sda maj-min: 8:0 vendor: Seagate model: ST1000NM0011 size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s tech: HDD rpm: 7202 serial: <filter> fw-rev: SN02 scheme: GPT ID-3: /dev/sdb maj-min: 8:16 vendor: Seagate model: ST1000DM003-1CH162 size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s tech: HDD rpm: 7200 serial: <filter> fw-rev: CC49
-- 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