On 2024-09-01 13:39, Felix Miata wrote:
bent fender composed on 2024-09-01 06:55 (UTC-0400):
Sat, 31 Aug 2024 23:19:41 -0400 Felix Miata composed:
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
Ah.
Try with and without --za, and you'll see what <filter> can mean.
The UUID of the root partition, replaced with "<filter>"
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
Me, using "line wrap" toggle in TB. ... Telcontar:~ # inxi -GSaz --za --vs inxi 3.3.31-00 (2023-11-02) System: Kernel: 5.14.21-150500.55.73-default arch: x86_64 bits: 64 compiler: gcc v: 7.5.0 clocksource: tsc available: hpet,acpi_pm parameters: BOOT_IMAGE=/vmlinuz-5.14.21-150500.55.73-default root=UUID=<filter> resume=/dev/disk/by-label/nvme-swap splash=verbose verbose Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.34 info: xfce4-panel wm: xfwm v: 4.18.0 dm: SDDM Distro: openSUSE Leap 15.5 Graphics: Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] vendor: Micro-Star MSI driver: amdgpu v: kernel arch: GCN-4 code: Arctic Islands process: GF 14nm built: 2016-20 pcie: gen: 3 speed: 8 GT/s lanes: 16 ports: active: DVI-D-1 empty: DP-1, DP-2, HDMI-A-1, HDMI-A-2 bus-ID: 27:00.0 chip-ID: 1002:67df class-ID: 0300 temp: 50.0 C Display: x11 server: X.Org v: 1.21.1.4 with: Xwayland v: 22.1.5 compositor: xfwm v: 4.18.0 driver: X: loaded: amdgpu unloaded: fbdev,modesetting,vesa dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1 Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22") s-diag: 582mm (22.93") Monitor-1: DVI-D-1 mapped: DVI-D-0 model: Acer H243HX serial: <filter> built: 2009 res: 1920x1080 hz: 60 dpi: 92 gamma: 1.2 size: 531x298mm (20.91x11.73") diag: 604mm (23.8") ratio: 16:9 modes: max: 1920x1080 min: 720x400 API: OpenGL v: 4.6 vendor: amd mesa v: 22.3.5 glx-v: 1.4 es-v: 3.2 direct-render: yes renderer: AMD Radeon RX 580 Series (polaris10 LLVM 15.0.7 DRM 3.49 5.14.21-150500.55.73-default) device-ID: 1002:67df memory: 7.81 GiB unified: no API: Vulkan v: 1.2.133 layers: 1 device: 0 type: discrete-gpu name: AMD Radeon RX 580 Series (RADV POLARIS10) driver: mesa radv v: 22.3.5 device-ID: 1002:67df surfaces: xcb,xlib API: EGL Message: EGL data requires eglinfo. Check --recommends. Telcontar:~ # -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)