-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I like to watch youtube videos using VLC instead of Firefox on a certain machine, because with FF the CPU goes to 100% and video stutters on full screen, while with VLC it keeps at low power. But lately it doesn't work for me in the machine I typically do this (it works on my desktop machine). I tried with two videos: yt-dlp "https://www.youtube.com/watch?v=gPrCcTI7mZY" yt-dlp https://www.youtube.com/watch?v=xovjFeP2kEQm (the first one in Spanish, the second in English) cer@Isengard:~/tmp> vlc Was\ it\ a\ false\ flag\ operation?\ \[xovjFeP2kEQ\].webm VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) [000055a75b4c4540] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00007fce30007740] gl gl: Initialized libplacebo v4.208.0 (API v208) libva info: VA-API version 1.16.0 libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so libva info: va_openDriver() returns -1 libva info: Trying to open /usr/lib64/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_13 failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so libva info: va_openDriver() returns 0 [00007fce2c051370] vaapi generic error: profile(19) is not supported [00007fce30007740] gl gl: Initialized libplacebo v4.208.0 (API v208) cer@Isengard:~/tmp> The audio plays, the video doesn't (just one frame and it stops). I see that it can not find or load /usr/lib64/dri/i965_drv_video.so and /usr/lib64/dri/hybrid_drv_video.so. What package has them? Isengard:~ # l /usr/lib64/dri/i965_drv_video.so - -rwxr-xr-x 1 root root 8187384 May 8 2022 /usr/lib64/dri/i965_drv_video.so* Isengard:~ # So this one is there. Not the other: Isengard:~ # locate hybrid_drv_video.so Isengard:~ # This machine has been recently upgraded (offline method) to Leap 15.5. Isengard:~ # inxi -GSaz --vs inxi 3.3.23-00 (2022-10-31) System: Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 compiler: gcc v: 7.5.0 parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.55.52-default root=UUID=0d457df1-b43d-4587-aa5a-6c919bcbedb8 showopts splash=verbose resume=/dev/disk/by-label/Swap verbose mitigations=auto 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: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics vendor: Micro-Star MSI driver: i915 v: kernel arch: Gen-8 process: Intel 14nm built: 2014-15 ports: active: HDMI-A-3 empty: DP-1, DP-2, DP-3, HDMI-A-1, HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:22b1 class-ID: 0300 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: intel dri: iris gpu: i915 display-ID: localhost:11.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: HDMI-A-3 mapped: DVI-D-0 model: Samsung T22C350 built: 2012 res: 1920x1080 hz: 60 dpi: 92 gamma: 1.2 size: 531x298mm (20.91x11.73") diag: 547mm (21.5") ratio: 16:9 modes: max: 1920x1080 min: 720x400 API: OpenGL v: 4.5 Mesa 22.3.5 renderer: llvmpipe (LLVM 15.0.7 128 bits) direct render: Yes Isengard:~ # - -- Cheers Carlos E. R. (from 15.4 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCZgR9Axwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVk/sAnRVA5uouVzDMLTebuY2I uM2mJdygAKCDEISAZ8boP08SYDveh2JHTQuoBA== =C6Rx -----END PGP SIGNATURE-----
Carlos E. R. composed on 2024-03-27 21:09 (UTC+0100): ...
parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.55.52-default root=UUID=0d457df1-b43d-4587-aa5a-6c919bcbedb8 showopts splash=verbose resume=/dev/disk/by-label/Swap verbose mitigations=auto
Does booting with mitigations=off help? -- 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
On 2024-03-27 21:22, Felix Miata wrote:
Carlos E. R. composed on 2024-03-27 21:09 (UTC+0100): ...
parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.55.52-default root=UUID=0d457df1-b43d-4587-aa5a-6c919bcbedb8 showopts splash=verbose resume=/dev/disk/by-label/Swap verbose mitigations=auto
Does booting with mitigations=off help?
Please explain. How would that help? I might expect the code to run faster, but not provide the missing or the non loading driver. The machine is seldom booted, but if you really think that will solve the driver issue, I'll try. The machine has one or two services exposed to internet, so I hesitate to remove mitigations. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
On 2024-03-27 21:43, Carlos E. R. wrote:
On 2024-03-27 21:22, Felix Miata wrote:
Carlos E. R. composed on 2024-03-27 21:09 (UTC+0100): ...
parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.55.52-default root=UUID=0d457df1-b43d-4587-aa5a-6c919bcbedb8 showopts splash=verbose resume=/dev/disk/by-label/Swap verbose mitigations=auto
Does booting with mitigations=off help?
Please explain. How would that help? I might expect the code to run faster, but not provide the missing or the non loading driver.
The machine is seldom booted, but if you really think that will solve the driver issue, I'll try.
The machine has one or two services exposed to internet, so I hesitate to remove mitigations.
Expanding information: The problem I ask is not about Firefox being slow, but about VLC not playing the video. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Carlos E. R. composed on 2024-03-27 21:51 (UTC+0100):
Carlos E. R. wrote:
Felix Miata wrote:
Carlos E. R. composed on 2024-03-27 21:09 (UTC+0100): ...
parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.55.52-default root=UUID=0d457df1-b43d-4587-aa5a-6c919bcbedb8 showopts splash=verbose resume=/dev/disk/by-label/Swap verbose mitigations=auto
Does booting with mitigations=off help?
Please explain. How would that help? I might expect the code to run faster, but not provide the missing or the non loading driver.
It was addressed to the 100% in FF issue, so was about running faster.
The machine is seldom booted, but if you really think that will solve the driver issue, I'll try.
The machine has one or two services exposed to internet, so I hesitate to remove mitigations.
Expanding information:
The problem I ask is not about Firefox being slow, but about VLC not playing the video.
On mine, Pale Moon, Chromium and FF115ESR all run the CPU up over 100%, but play your dlp-saved EN webm video fine. VLC only plays its audio.
vlc wasItaFalseFlagOperation.webm VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) [000055d7044f6d50] vlcpulse audio output error: PulseAudio server connection failure: Connection refused [000055d70443de40] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00007f4cc0000c90] main video output error: video output creation failed [00007f4cd0c0fbf0] main decoder error: failed to create video output [00007f4cc0000c90] main video output error: video output creation failed [00007f4cd0c0fbf0] main decoder error: failed to create video output [vp9 @ 0x7f4cd0c9f580] get_buffer() failed [vp9 @ 0x7f4cd0c9f580] thread_get_buffer() failed [vp9 @ 0x7f4cd0c90a80] Not all references are available
... # inxi -CSGz System: Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 Console: pty pts/8 Distro: openSUSE Leap 15.5 CPU: Info: dual core model: Intel Core i3-7100T bits: 64 type: MT MCP cache: L2: 512 KiB Speed (MHz): avg: 800 min/max: 800/3400 cores: 1: 800 2: 800 3: 800 4: 800 Graphics: Device-1: Intel HD Graphics 630 driver: i915 v: kernel Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting dri: iris gpu: i915 resolution: 1920x1200~60Hz API: EGL v: 1.5 drivers: iris,swrast platforms: gbm,x11,surfaceless,device API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 22.3.5 renderer: Mesa Intel HD Graphics 630 (KBL GT2) # zypper pa -ir PackmanE | wc -l 67 # Looks rather like VLC needs support from something neither of us has installed. -- 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
On 2024-03-27 23:09, Felix Miata wrote:
Carlos E. R. composed on 2024-03-27 21:51 (UTC+0100):
Carlos E. R. wrote:
Felix Miata wrote:
Carlos E. R. composed on 2024-03-27 21:09 (UTC+0100):
...
Expanding information:
The problem I ask is not about Firefox being slow, but about VLC not playing the video.
On mine, Pale Moon, Chromium and FF115ESR all run the CPU up over 100%, but play your dlp-saved EN webm video fine. VLC only plays its audio.
vlc wasItaFalseFlagOperation.webm VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) [000055d7044f6d50] vlcpulse audio output error: PulseAudio server connection failure: Connection refused [000055d70443de40] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00007f4cc0000c90] main video output error: video output creation failed [00007f4cd0c0fbf0] main decoder error: failed to create video output [00007f4cc0000c90] main video output error: video output creation failed [00007f4cd0c0fbf0] main decoder error: failed to create video output [vp9 @ 0x7f4cd0c9f580] get_buffer() failed [vp9 @ 0x7f4cd0c9f580] thread_get_buffer() failed [vp9 @ 0x7f4cd0c90a80] Not all references are available
... # inxi -CSGz System: Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 Console: pty pts/8 Distro: openSUSE Leap 15.5 CPU: Info: dual core model: Intel Core i3-7100T bits: 64 type: MT MCP cache: L2: 512 KiB Speed (MHz): avg: 800 min/max: 800/3400 cores: 1: 800 2: 800 3: 800 4: 800 Graphics: Device-1: Intel HD Graphics 630 driver: i915 v: kernel Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting dri: iris gpu: i915 resolution: 1920x1200~60Hz API: EGL v: 1.5 drivers: iris,swrast platforms: gbm,x11,surfaceless,device API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 22.3.5 renderer: Mesa Intel HD Graphics 630 (KBL GT2) # zypper pa -ir PackmanE | wc -l 67 # Looks rather like VLC needs support from something neither of us has installed.
It plays fine on my desktop computer, which is AMD based. Telcontar:~ # inxi -GSaz --vs inxi 3.3.23-00 (2022-10-31) System: Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 compiler: gcc v: 7.5.0 parameters: BOOT_IMAGE=/vmlinuz-5.14.21-150500.55.52-default root=UUID=ac173013-18ad-4c4e-921e-fd2ecfb56495 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: 44.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 Mesa 22.3.5 renderer: AMD Radeon RX 580 Series (polaris10 LLVM 15.0.7 DRM 3.49 5.14.21-150500.55.52-default) direct render: Yes Telcontar:~ # I will test it now on an amd based laptop [...] Plays fine. So the assumption is it doesn't play on Intel machines. My VLC complains about not finding "hybrid_drv_video.so". How can I install it? -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here. -- 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
Felix Miata composed on 2024-03-27 20:30 (UTC-0400):
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here.
yt-dlp https://www.youtube.com/watch?v=xovjFeP2kEQm saved opens with smplayer but top shows mpv is doing the playing, using about 40-50% CPU. -- 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
Felix Miata composed on 2024-03-27 20:43 (UTC-0400):
Felix Miata composed on 2024-03-27 20:30 (UTC-0400):
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here.
yt-dlp https://www.youtube.com/watch?v=xovjFeP2kEQm saved opens with smplayer but top shows mpv is doing the playing, using about 40-50% CPU.
Success with VLC after: zypper -v in --from OSS Mesa-libOpenCL Mesa-libd3d Mesa-libva -- 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
On 2024-03-28 02:17, Felix Miata wrote:
Felix Miata composed on 2024-03-27 20:43 (UTC-0400):
Felix Miata composed on 2024-03-27 20:30 (UTC-0400):
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here.
yt-dlp https://www.youtube.com/watch?v=xovjFeP2kEQm saved opens with smplayer but top shows mpv is doing the playing, using about 40-50% CPU.
Success with VLC after: zypper -v in --from OSS Mesa-libOpenCL Mesa-libd3d Mesa-libva
With Yast: Mesa-libOpenCL - Mesa OpenCL implementation (Clover) (packman) Mesa-libd3d - Mesa Direct3D9 state tracker (packman) libclang-cpp15 - Clang full C++ API libclc - OpenCL C programming language library Mesa-libva already installed. vlc still doesn't play the video. Audio plays, video is a still photo. cer@Isengard:~/tmp> vlc Was\ it\ a\ false\ flag\ operation?\ \[xovjFeP2kEQ\].webm VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) [000055e3bb731540] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00007fea54007f60] gl gl: Initialized libplacebo v4.208.0 (API v208) libva info: VA-API version 1.16.0 libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so libva info: va_openDriver() returns -1 libva info: Trying to open /usr/lib64/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_13 failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so libva info: va_openDriver() returns 0 [00007fe9e001a0c0] vaapi generic error: profile(19) is not supported [00007fea54007f60] gl gl: Initialized libplacebo v4.208.0 (API v208) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [00007fe9ecccbbf0] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) cer@Isengard:~/tmp> Maybe computers *is* too slow. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Felix Miata composed on 2024-03-27 21:17 (UTC-0400):
Felix Miata composed on 2024-03-27 20:43 (UTC-0400):
Felix Miata composed on 2024-03-27 20:30 (UTC-0400):
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here.
yt-dlp https://www.youtube.com/watch?v=xovjFeP2kEQm saved opens with smplayer but top shows mpv is doing the playing, using about 40-50% CPU.
Success with VLC after: zypper -v in --from OSS Mesa-libOpenCL Mesa-libd3d Mesa-libva
# zypsei Mesa intel vlc i | Mesa | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-dri | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-gallium | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-libEGL1 | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-libGL1 | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-libglapi0 | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-vulkan-device-select | package | 22.3.5-150500.75.2 | x86_64 | OSS i | intel-media-driver | package | 22.6.1-150500.2.1 | x86_64 | OSS i | intel-vaapi-driver | package | 2.4.1-150400.6.9 | x86_64 | OSS i | libdrm_intel1 | package | 2.4.114-150500.3.2 | x86_64 | OSS i | libvulkan_intel | package | 22.3.5-150500.75.2 | x86_64 | OSS i | ucode-intel | package | 20231114-150200.35.1 | x86_64 | UpdateSLE i+ | Mesa-demo | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages) i+ | Mesa-demo-egl | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages) i+ | Mesa-demo-es | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages) i+ | Mesa-demo-x | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages) i+ | Mesa-libOpenCL | package | 22.3.5-150500.75.2 | x86_64 | OSS i+ | Mesa-libd3d | package | 22.3.5-150500.75.2 | x86_64 | OSS i+ | Mesa-libva | package | 22.3.5-150500.75.2 | x86_64 | OSS i+ | intel-gpu-tools | package | 1.28-lp155.21.1 | x86_64 | (System Packages) i+ | intel-hybrid-driver | package | 1.0.2-bp155.3.10 | x86_64 | OSS i+ | kernel-firmware-intel | package | 20230724-150500.3.9.1 | noarch | UpdateSLE i+ | libOSMesa8 | package | 24.0.3-lp155.1551.1 | x86_64 | (System Packages) i+ | libvlc5 | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | libvlccore9 | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc-codecs | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc-noX | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc-qt | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE # inxi -CSz --vs --zl --hostname inxi 3.3.33-00 (2024-02-06) System: Host: 00srv Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 Console: pty pts/7 Distro: openSUSE Leap 15.5 CPU: Info: dual core model: Intel Core i3-7100T bits: 64 type: MT MCP cache: L2: 512 KiB Speed (MHz): avg: 800 min/max: 800/3400 cores: 1: 800 2: 800 3: 800 4: 800 # inxi -Gaz 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 # On an old Core2Duo E6700, VLC plays your DLP-saved EN video OK with Htop showing around 30-40% CPU on each of the 2 threads. It plays in Firefox ESR 91 using 50-65% CPU on each of the 2 threads. # pinxi -ACGSz System: Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 Desktop: KDE v: 3.5.10 Distro: openSUSE Leap 15.5 CPU: Info: dual core model: Intel Core2 6700 bits: 64 type: MCP cache: L2: 4 MiB Speed (MHz): avg: 2627 min/max: N/A cores: 1: 2596 2: 2658 Graphics: Device-1: Intel 82Q963/Q965 Integrated Graphics driver: i915 v: kernel Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: intel unloaded: fbdev,modesetting,vesa dri: crocus gpu: i915 resolution: 1: 1920x1200~60Hz 2: 1680x1050~60Hz API: EGL v: 1.5 drivers: crocus,swrast platforms: gbm,x11,surfaceless,device API: OpenGL v: 4.5 compat-v: 2.1 vendor: intel mesa v: 22.3.5 renderer: Mesa Intel 965Q (BW) Audio: Device-1: Intel 82801H HD Audio driver: snd_hda_intel API: ALSA v: k5.14.21-150500.55.52-default status: kernel-api Server-1: PipeWire v: 0.3.64 status: active # -- 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
On 2024-03-28 20:25, Felix Miata wrote:
Felix Miata composed on 2024-03-27 21:17 (UTC-0400):
Success with VLC after: zypper -v in --from OSS Mesa-libOpenCL Mesa-libd3d Mesa-libva
# zypsei Mesa intel vlc
This must be your script. What does it do? -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Carlos E. R. composed on 2024-03-28 21:34 (UTC+0100):
Felix Miata wrote:
Felix Miata composed on 2024-03-27 21:17 (UTC-0400):
Success with VLC after: zypper -v in --from OSS Mesa-libOpenCL Mesa-libd3d Mesa-libva
# zypsei Mesa intel vlc
This must be your script. What does it do?
cat /usr/local/bin/zypsei #!/bin/sh zypper --no-refresh se -s -i $* | grep -Ev 'debug|devel|srcp|openSUSE-20' | grep -E 'x86|noarch'| sort # -- 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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-ID: <bb60a9c3-1817-2b3f-d020-814451fccc59@Telcontar.valinor> El 2024-03-28 a las 15:25 -0400, Felix Miata escribió:
Felix Miata composed on 2024-03-27 21:17 (UTC-0400):
Felix Miata composed on 2024-03-27 20:43 (UTC-0400):
Felix Miata composed on 2024-03-27 20:30 (UTC-0400):
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here.
yt-dlp https://www.youtube.com/watch?v=xovjFeP2kEQm saved opens with smplayer but top shows mpv is doing the playing, using about 40-50% CPU.
Success with VLC after: zypper -v in --from OSS Mesa-libOpenCL Mesa-libd3d Mesa-libva
# zypsei Mesa intel vlc i | Mesa | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-dri | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-gallium | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-libEGL1 | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-libGL1 | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-libglapi0 | package | 22.3.5-150500.75.2 | x86_64 | OSS i | Mesa-vulkan-device-select | package | 22.3.5-150500.75.2 | x86_64 | OSS i | intel-media-driver | package | 22.6.1-150500.2.1 | x86_64 | OSS
missing.
i | intel-vaapi-driver | package | 2.4.1-150400.6.9 | x86_64 | OSS
Listed in another position of the sorted output.
i | libdrm_intel1 | package | 2.4.114-150500.3.2 | x86_64 | OSS
same
i | libvulkan_intel | package | 22.3.5-150500.75.2 | x86_64 | OSS i | ucode-intel | package | 20231114-150200.35.1 | x86_64 | UpdateSLE i+ | Mesa-demo | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages)
Missing, not available.
i+ | Mesa-demo-egl | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages)
Not available
i+ | Mesa-demo-es | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages)
Not available.
i+ | Mesa-demo-x | package | 9.0.0-lp155.87.3 | x86_64 | (System Packages) i+ | Mesa-libOpenCL | package | 22.3.5-150500.75.2 | x86_64 | OSS i+ | Mesa-libd3d | package | 22.3.5-150500.75.2 | x86_64 | OSS i+ | Mesa-libva | package | 22.3.5-150500.75.2 | x86_64 | OSS i+ | intel-gpu-tools | package | 1.28-lp155.21.1 | x86_64 | (System Packages) i+ | intel-hybrid-driver | package | 1.0.2-bp155.3.10 | x86_64 | OSS
Makes my X system to crash. Removed.
i+ | kernel-firmware-intel | package | 20230724-150500.3.9.1 | noarch | UpdateSLE i+ | libOSMesa8 | package | 24.0.3-lp155.1551.1 | x86_64 | (System Packages)
Missing.
i+ | libvlc5 | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | libvlccore9 | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc-codecs | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc-noX | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE i+ | vlc-qt | package | 3.0.20-150500.2.5.pm.2 | x86_64 | PackmanE
Isengard:~ # zypper --no-refresh se -s -i Mesa intel vlc | grep -Ev 'debug|devel|srcp|openSUSE-20' | grep -E 'x86|noarch'| sort i | Mesa-demo-x | package | 8.3.0-1.33 | x86_64 | Main Repository i | intel-gpu-tools | package | 1.24-150400.1.4 | x86_64 | Main Repository i | intel-vaapi-driver | package | 2.4.1-150400.6.9 | x86_64 | Main Repository i | libdrm_intel1 | package | 2.4.114-150500.3.2 | x86_64 | Main Repository i | xf86-video-intel | package | 2.99.917.916_g31486f40-150500.3.6.1 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15 i+ | Mesa | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-dri | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-dri-nouveau | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-gallium | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-libEGL1 | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-libGL1 | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-libOpenCL | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-libd3d | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-libglapi0 | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-libva | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | Mesa-vulkan-device-select | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | kernel-firmware-intel | package | 20230724-150500.3.9.1 | noarch | Update repository with updates from SUSE Linux Enterprise 15 i+ | libvlc5 | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | libvlccore9 | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | libvulkan_intel | package | 22.3.5-150500.76.pm.4 | x86_64 | Packman Repository i+ | ucode-intel | package | 20231114-150200.35.1 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15 i+ | vlc | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | vlc-codec-gstreamer | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | vlc-codecs | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | vlc-lang | package | 3.0.20-150500.2.5.pm.2 | noarch | Packman Repository i+ | vlc-noX | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | vlc-opencv | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | vlc-qt | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository i+ | vlc-vdpau | package | 3.0.20-150500.2.5.pm.2 | x86_64 | Packman Repository Isengard:~ # So I install: intel-media-driver - Intel Media Driver for VAAPI libOSMesa8 - Mesa Off-screen rendering extension libigdgmm12 - Intel Graphics Memory Management Library development package (dependency) Vlc still fails to play the video. I get only the audio.
On an old Core2Duo E6700, VLC plays your DLP-saved EN video OK with Htop showing around 30-40% CPU on each of the 2 threads. It plays in Firefox ESR 91 using 50-65% CPU on each of the 2 threads.
By in Firefox I mean using youtube. I might try by activating or deactivating hardware accel. [...] Ok, it plays by using video output: X11 video output (XCB). Also works with VDPAU output, and less CPU 30% total, 90..99 on VLC over 4 cores. (was set to auto) VLC can also play the youtube url directly now. 12% CPU on vlc process. Issue solved :-)
# pinxi -ACGSz
must be your script.
System: Kernel: 5.14.21-150500.55.52-default arch: x86_64 bits: 64 Desktop: KDE v: 3.5.10 Distro: openSUSE Leap 15.5 CPU: Info: dual core model: Intel Core2 6700 bits: 64 type: MCP cache: L2: 4 MiB Speed (MHz): avg: 2627 min/max: N/A cores: 1: 2596 2: 2658 Graphics: Device-1: Intel 82Q963/Q965 Integrated Graphics driver: i915 v: kernel Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: intel unloaded: fbdev,modesetting,vesa dri: crocus gpu: i915 resolution: 1: 1920x1200~60Hz 2: 1680x1050~60Hz API: EGL v: 1.5 drivers: crocus,swrast platforms: gbm,x11,surfaceless,device API: OpenGL v: 4.5 compat-v: 2.1 vendor: intel mesa v: 22.3.5 renderer: Mesa Intel 965Q (BW) Audio: Device-1: Intel 82801H HD Audio driver: snd_hda_intel API: ALSA v: k5.14.21-150500.55.52-default status: kernel-api Server-1: PipeWire v: 0.3.64 status: active #
- -- Cheers, Carlos E. R. (from openSUSE 15.5 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHIEARECADIWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCZgXQCxQccm9iaW4ubGlz dGFzQGdteC5lcwAKCRC1MxgcbY1H1SGjAKCUGst5Xn73mRcDLRmP1K05OoCqogCc Cayav3amUxL8WhXhhma3RwSOnZA= =XyUZ -----END PGP SIGNATURE-----
Carlos E. R. composed on 2024-03-28 21:16 (UTC+0100):
El 2024-03-28 a las 15:25 -0400, Felix Miata escribió:
# pinxi -ACGSz
must be your script.
Nope:
inxi -I Info: Memory: total: 32 GiB note: est. available: 30.8 GiB used: 7.13 GiB (23.1%) Processes: 253 Uptime: 8d 0h 4m Shell: Bash inxi: 3.3.33 pinxi -I Info: Memory: total: 32 GiB note: est. available: 30.8 GiB used: 7.11 GiB (23.1%) Processes: 254 Uptime: 8d 0h 4m Shell: Bash pinxi: 3.3.33-7 which pinxi /usr/local/bin/pinxi which inxi /usr/local/bin/inxi head -3 /usr/local/bin/inxi #!/usr/bin/env perl ## infobash: Copyright (C) 2005-2007 Michiel de Boer aka locsmif ## inxi: Copyright (C) 2008-2024 Harald Hope head -3 /usr/local/bin/pinxi #!/usr/bin/env perl ## infobash: Copyright (C) 2005-2007 Michiel de Boer aka locsmif ## inxi: Copyright (C) 2008-2024 Harald Hope ls -gGh /usr/local/bin/inxi -rwxr-xr-x 1 1.3M Feb 8 14:22 /usr/local/bin/inxi ls -gGh /usr/local/bin/pinxi -rwxr-xr-x 1 1.3M Mar 27 21:18 /usr/local/bin/pinxi
'Nuff clues? pinxi is the devel version of inxi. More often than not I forget to leave off the p before sharing. -- 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
On 2024-03-28 22:00, Felix Miata wrote:
pinxi is the devel version of inxi. More often than not I forget to leave off the p before sharing.
Ah. I did ask "cnf pinxi", said not found. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
* Carlos E.R. via openSUSE Users <users@lists.opensuse.org> [03-28-24 17:16]:
On 2024-03-28 22:00, Felix Miata wrote:
pinxi is the devel version of inxi. More often than not I forget to leave off the p before sharing.
Ah.
I did ask "cnf pinxi", said not found.
search on github and build yourself -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet oftc
On 2024-03-28 22:40, Patrick Shanahan wrote:
* Carlos E.R. via openSUSE Users <users@lists.opensuse.org> [03-28-24 17:16]:
On 2024-03-28 22:00, Felix Miata wrote:
pinxi is the devel version of inxi. More often than not I forget to leave off the p before sharing.
Ah.
I did ask "cnf pinxi", said not found.
search on github and build yourself
Not interested :-) I'm simply saying that I did not recognize that command, and tried to find out if available on repos. No, it was not, so I asked. Once I know it is the devel version of inxi, my question is answered and I don't need to download it. inxi is enough for me, and for all purposes pinxi ≡ inxi Issue ends :-) -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
On 2024-03-28 22:40, Patrick Shanahan wrote:
* Carlos E.R. via openSUSE Users <users@lists.opensuse.org> [03-28-24 17:16]:
On 2024-03-28 22:00, Felix Miata wrote:
pinxi is the devel version of inxi. More often than not I forget to leave off the
Op vrijdag 29 maart 2024 00:20:51 CET schreef Carlos E. R.: p before sharing.
Ah.
I did ask "cnf pinxi", said not found.
search on github and build yourself
Not interested :-)
I'm simply saying that I did not recognize that command, and tried to find out if available on repos. No, it was not, so I asked. Once I know it is the devel version of inxi, my question is answered and I don't need to download it. inxi is enough for me, and for all purposes
pinxi ≡ inxi
Issue ends :-)
-- Cheers / Saludos,
Carlos E. R. (from 15.5 x86_64 at Telcontar)
Should this be a private onversation ? -- Gertjan Lettink a.k.a. Knurpht openSUSE Board openSUSE Forums Team
On 2024-03-29 00:39, Knurpht-openSUSE wrote:
On 2024-03-28 22:40, Patrick Shanahan wrote:
* Carlos E.R. via openSUSE Users <users@lists.opensuse.org> [03-28-24 17:16]:
On 2024-03-28 22:00, Felix Miata wrote:
pinxi is the devel version of inxi. More often than not I forget to leave off the
Op vrijdag 29 maart 2024 00:20:51 CET schreef Carlos E. R.: p before sharing.
Ah.
I did ask "cnf pinxi", said not found.
search on github and build yourself
Not interested :-)
I'm simply saying that I did not recognize that command, and tried to find out if available on repos. No, it was not, so I asked. Once I know it is the devel version of inxi, my question is answered and I don't need to download it. inxi is enough for me, and for all purposes
pinxi ≡ inxi
Issue ends :-)
-- Cheers / Saludos,
Carlos E. R. (from 15.5 x86_64 at Telcontar)
Should this be a private onversation ?
Should you not trim quotes? -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
On 2024-03-28 01:30, Felix Miata wrote:
Carlos E. R. composed on 2024-03-28 00:25 (UTC+0100):
My VLC complains about not finding "hybrid_drv_video.so". How can I install it?
It's provided by intel-hybrid-driver, but installing it didn't fix VLC here.
Trying. It also installs libcmrt1 as dependency. I get a coredump. X misbehaves, I can't switch worskpaces. Had to ctrl-alt-backspace. I get only a mouse pointer. X died. I will uininstall both. <1.5> 2024-03-28T13:22:23.799541+01:00 Isengard - RPM - - Transaction ID 660560ff started <1.5> 2024-03-28T13:22:24.433594+01:00 Isengard - RPM - - install libcmrt1-1.0.6-bp155.3.11.x86_64: success <1.5> 2024-03-28T13:22:24.435430+01:00 Isengard - RPM - - install libcmrt1-1.0.6-bp155.3.11.x86_64: success <1.5> 2024-03-28T13:22:24.435649+01:00 Isengard - RPM - - Transaction ID 660560ff finished: 0 <1.5> 2024-03-28T13:22:24.660172+01:00 Isengard - RPM - - Transaction ID 66056100 started <1.5> 2024-03-28T13:22:25.296491+01:00 Isengard - RPM - - install intel-hybrid-driver-1.0.2-bp155.3.10.x86_64: success <1.5> 2024-03-28T13:22:25.298239+01:00 Isengard - RPM - - install intel-hybrid-driver-1.0.2-bp155.3.10.x86_64: success <1.5> 2024-03-28T13:22:25.298491+01:00 Isengard - RPM - - Transaction ID 66056100 finished: 0 <0.6> 2024-03-28T13:23:15.581197+01:00 Isengard kernel - - - [850466.000608][ T112] i915 0000:00:02.0: [drm] GPU HANG: ecode 8:1:8edcfffa, in vlc [14989] <0.5> 2024-03-28T13:23:15.581251+01:00 Isengard kernel - - - [850466.001627][ T112] i915 0000:00:02.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0 <0.5> 2024-03-28T13:23:15.581256+01:00 Isengard kernel - - - [850466.001699][ T112] i915 0000:00:02.0: [drm] vlc[14989] context reset due to GPU hang <0.5> 2024-03-28T13:23:20.177938+01:00 Isengard kernel - - - [850470.595498][T14517] Fence expiration time out i915-0000:00:02.0:vlc[14989]:20! <0.5> 2024-03-28T13:23:20.177978+01:00 Isengard kernel - - - [850470.596605][T14517] i915 0000:00:02.0: [drm] Resetting rcs0 for request cancellation by kworker/3:2 <0.5> 2024-03-28T13:23:20.185038+01:00 Isengard kernel - - - [850470.599227][T14517] i915 0000:00:02.0: [drm] Resetting chip for request cancellation by kworker/3:2 <0.3> 2024-03-28T13:23:20.390401+01:00 Isengard kernel - - - [850470.809365][T14517] i915 0000:00:02.0: [drm] *ERROR* Failed to reset chip <0.5> 2024-03-28T13:23:20.390433+01:00 Isengard kernel - - - [850470.809375][T14517] i915 0000:00:02.0: [drm:add_taint_for_CI [i915]] CI tainted:0x9 by intel_gt_reset+0x1e7/0x310 [i915] <0.5> 2024-03-28T13:23:20.496774+01:00 Isengard kernel - - - [850470.917414][T14517] i915 0000:00:02.0: [drm] vlc[14989] context reset due to GPU hang <3.6> 2024-03-28T13:23:20.713896+01:00 Isengard systemd 1 - - Started Process Core Dump (PID 15000/UID 0). <3.6> 2024-03-28T13:23:21.503148+01:00 Isengard systemd-coredump 15001 - - Removed old coredump core.chrome.1000.ad5139774c7c48d38f40ce5112caa51d.20421.1711600241000000. <3.6> 2024-03-28T13:23:24.230478+01:00 Isengard systemd 1 - - Started Process Core Dump (PID 15017/UID 0). <3.6> 2024-03-28T13:23:25.496976+01:00 Isengard systemd-coredump 15018 - - Removed old coredump core.vlc.1000.ad5139774c7c48d38f40ce5112caa51d.14944.1711628600000000. <3.4> 2024-03-28T13:23:25.499719+01:00 Isengard systemd-coredump 15001 - - Failed to generate stack trace: Unwinding not supported for this architecture <1.2> 2024-03-28T13:23:25.503311+01:00 Isengard systemd-coredump 15001 - - Process 14944 (vlc) of user 1000 dumped core. <3.6> 2024-03-28T13:23:25.505186+01:00 Isengard systemd 1 - - systemd-coredump@1-15000-0.service: Deactivated successfully. <1.2> 2024-03-28T13:23:25.535577+01:00 Isengard systemd-coredump 15018 - - Process 15006 (xfwm4) of user 1000 dumped core.#012#012Found module linux-vdso.so.1 with build-id: d74f0fa9e6060ef50f04c54743fb715c80644efa#012Found module libpciaccess.so.0 with build-id: 7981d13bcec477ec86313c90e62b93d2ca428dca#012Found module libxml2.so.2 with build-id: 4ab2cd29f14baa814ae707a67b87253e71d98d6a#012Found module libtinfo.so.6 with build-id: 95c6c544de2a553384e728b907be559bcf142e57#012Found module libedit.so.0 with build-id: 120d2953f833887638d713040dcd5a0e3d670e67#012Found module libgcc_s.so.1 with build-id: 12f775ec4aeb94b749897b1b65638f18b61d1b1f#012Found module libstdc++.so.6 with build-id: c74eca671e2dd0f063706372d103f8acef88f1e3#012Found module libdrm_intel.so.1 with build-id: 691242ba04a659a40264024f23a722680ae1841d#012Found module libdrm_nouveau.so.2 with build-id: 6b1bca39a406c272d2871143a0ef198baebd019f#012Found module libdrm_amdgpu.so.1 with build-id: 57746f08fa4084b5d447e3f2851a170af44f8301#012Found module libelf.so.1 with build-id: 98e12dca53ba31dd02a564558d9a368c0f8efe16#012Found module libdrm_radeon.so.1 with build-id: d79e1cda867fde78eb6af97879d48c1918afc01a#012Found module libLLVM.so.15 with build-id: c2d34d2622e4ccbda8dc0d1daff1707b1d88110b#012Found module crocus_dri.so with build-id: 42af995d1ec06c9bdd5d4494bf5ef5fed381b103#012Found module libxcb-randr.so.0 with build-id: cfc2d0a99c2744f5997ff52d1325771fb081db35#012Found module libxcb-xfixes.so.0 with build-id: b47e1cb5fe9d4f5e4948c1ebdcf41e10a5fde9bd#012Found module libxcb-sync.so.1 with build-id: f92841fcc88e26c2daac52a6e90e17eb857d446e#012Found module libxcb-present.so.0 with build-id: 9cdc9c5f5ddaacd96ff4cbe9ce63d8a6eadf06ff#012Found module libxcb-dri3.so.0 with build-id: 0d34835c0f0c507f645dfcc943bd2f68acb7e2f5#012Found module libxshmfence.so.1 with build-id: fb3e380dcf1ee8c1add41c83d9686c398d4e210d#012Found module libXxf86vm.so.1 with build-id: 5494af1214f3e734dc77fcd670d022f9c19f570a#012Found module libxcb-dri2.so.0 with build-id: f3e57e66501dfb9a66b0436f619437cd2ec9a243#012Found module libxcb-glx.so.0 with build-id: 8650291d93b24555d2d3c43b0709b4721899c967#012Found module libdrm.so.2 with build-id: 98565ccb5a52b59373312030e63915c1cb09372f#012Found module libglapi.so.0 with build-id: 3a0cf1bb9a7dfadec0f05e1cd5cce8696ab2fd25#012Found module libGLX_mesa.so.0 with build-id: 16f9c98d014a167a35ca286c70d3e0821d6c3757#012Found module libgvfscommon.so with build-id: 265fce25790b5bd7a9ffee9ac7b4fbb8a38911c1#012Found module libgvfsdbus.so with build-id: 4c7c4bfdd3e6e381b4f2f44b9eecfbeda2fc8c3b#012Found module libxfconfgsettingsbackend.so with build-id: ad68a2df416010c35867fd554abf5382b5cbf696#012Found module libogg.so.0 with build-id: 62092ba96a515c150827bc89e5552a205006e8ad#012Found module libvorbis.so.0 with build-id: 6002c9b6bb455d5da185d939ec917f2e90002ff1#012Found module libltdl.so.7 with build-id: 32258ee25ca5887212538304672f6980bae5d04d#012Found module libvorbisfile.so.3 with build-id: 5eeb6e0ab82505b9e5b3bc43079514f13fac3ef7#012Found module libcanberra.so.0 with build-id: d3433835e55dfe370368bd6f669e0be7d874007a#012Found module libcanberra-gtk3.so.0 with build-id: d67efedaf135eec0864fc33120fe8fcad1126711#012Found module libcanberra-gtk-module.so with build-id: 7c11d684f9c80ed710579d48de9ded4ddd40cc3b#012Found module libgpg-error.so.0 with build-id: 7703a2c38d4dc0cb40e4b1943f4d3dea9d7b1cae#012Found module libgcrypt.so.20 with build-id: 7d59cb03944197b31fe94501883a634acc3e0721#012Found module libcap.so.2 with build-id: 1b0832431bbde63d8d5a5ef90bbba20dea46bbed#012Found module liblz4.so.1 with build-id: ef9ad25a65c1623b33a365c00c3bc781492e7eaf#012Found module libzstd.so.1 with build-id: d1fb4855c1f72b5941faa9ffac3edff26a2da3bb#012Found module liblzma.so.5 with build-id: 2d656c3bd393d5f9e95fdbbfe4fbbdc19e0cf0ba#012Found module libsystemd.so.0 with build-id: a58e209fcd1fe2caf8e6da65e8f8cc09e30755b1#012Found module libblkid.so.1 with build-id: 3199908bbc05f033062e6b08080851147614af7e#012Found module libGLX.so.0 with build-id: 4cc3a878d412de67757aff9308158dc98951e75b#012Found module libGLdispatch.so.0 with build-id: d4dbc4caeab1b82a4468a5b61ca44cfd1a1b9b21#012Found module libbz2.so.1 with build-id: ab3bf32de28e526bb13f12afa0084170fa8ea51e#012Found module libdatrie.so.1 with build-id: 3873be37a016a5f431b95b5aa6eaa1b3f5e51aaf#012Found module libexpat.so.1 with build-id: 335cb65db76c2fcfe35c0f681636e3f35017f03f#012Found module libgraphite2.so.3 with build-id: 03967adca9db7c839d3c6bc7c44458c6302cb900#012Found module libatspi.so.0 with build-id: e9f155a8f2f48da3d142624ae33175809b632f2a#012Found module libdbus-1.so.3 with build-id: 3c6b20ea7a81f11953c381d0d040d99190634d8d#012Found module libresolv.so.2 with build-id: 86b7fb29524c820668a22605592a9030e80a2907#012Found module libselinux.so.1 with build-id: 58d24c02a015417be0c526fa565cfb868164ab7a#012Found module libmount.so.1 with build-id: 16dbcf60f63d5b907c7e5a52c645825c89586b58#012Found module libuuid.so.1 with build-id: 3296f13cf1306c0657c84abb4ace38e2f6d57a02#012Found module libXau.so.6 with build-id: 7f7563c2e3af15370c200ce7ac1707fb085eb610#012Found module ld-linux-x86-64.so.2 with build-id: 57843fcc97e581584526c2010667fcf0e0583294#012Found module libpcre.so.1 with build-id: bd429ac11a685687f7f0c381af53a33aec2d3f41#012Found module libffi.so.7 with build-id: 62ece4f953ed6d967d46a60ce7979803ce3f51c3#012Found module libjpeg.so.8 with build-id: 182687a3447abdb232af225929ad0dfdb408af97#012Found module libGL.so.1 with build-id: ef4ad99ca8fae225e647c0f007d81dc9105a8cac#012Found module libz.so.1 with build-id: 0bd1b117f07eb8157bb2931e94d966fbb352f652#012Found module libxcb-render.so.0 with build-id: 2453a26d05b03239e8b3b2e766141abf9baf3083#012Found module libxcb-shm.so.0 with build-id: b36157ad90e44a1544bcef14d429e0bd7ba8f0bc#012Found module libpng16.so.16 with build-id: 5f75035c3b165fede9a1e071c20259bf6d8d9389#012Found module libEGL.so.1 with build-id: efb12e0ccaa2e2dfc3eb86008cf61ec944a398a9#012Found module libfreetype.so.6 with build-id: 181dcf70b55637a3a0ae3f497ca1796ac7eded18#012Found module libpixman-1.so.0 with build-id: d6f203b2433f6392d37a2c834789e76b1cbdce9f#012Found module libthai.so.0 with build-id: 55c3c04d22e6686aeab68fc755658bc6a31fc5fe#012Found module librt.so.1 with build-id: 6e7654eae0cccab929dc5683e2acdfec92943720#012Found module libwayland-client.so.0 with build-id: d58e8f0a2caa119503605427aa4d4276ab1dd6da#012Found module libwayland-egl.so.1 with build-id: acce817abdd7ffa52c6324ea564804b5a37c0d13#012Found module libwayland-cursor.so.0 with build-id: ee44f2b1697d3c83ee5e0b8b65b11a6f3dae803e#012Found module libxkbcommon.so.0 with build-id: 8286a68a6183be0be032d59b8cf18956221a4c58#012Found module libXcursor.so.1 with build-id: ace031880ea611dd798d725a22356fff8c1b9783#012Found module libfontconfig.so.1 with build-id: 764bace0bb80d723090d40f6059cbfcdd3f89c2d#012Found module libharfbuzz.so.0 with build-id: 0ba540acb184da5c3defce394eb260efd73577a3#012Found module libpangoft2-1.0.so.0 with build-id: d943954d7d9e325c0aedd64b6c22f566eac82149#012Found module libfribidi.so.0 with build-id: ca4f3de5fac67a7309b44b1a6c2efa02ab69821d#012Found module libatk-bridge-2.0.so.0 with build-id: 35aae8dcc58739cdfe13e8bdf4a99dc671fe9c61#012Found module libcairo-gobject.so.2 with build-id: 2c7bf0169850d1cadf6116ade430bc3c4ca06068#012Found module libXi.so.6 with build-id: ab4dc4c384333036533ba41a1022480fe3f82d18#012Found module libgmodule-2.0.so.0 with build-id: f1917ea6c5878006c8bf2ba346f99d3bdb546c71#012Found module libgio-2.0.so.0 with build-id: ab07dda6832bc93fc15e867b2f0c0dee7d671e8f#012Found module libICE.so.6 with build-id: 1f892cc01514c4939b67efc7179e0f9e7d04a588#012Found module libSM.so.6 with build-id: 9a06e62abcd006adc36122428fe26b3de547a2b0#012Found module libatk-1.0.so.0 with build-id: 1f96ecb6734fd199e54a048c9d552888726021c7#012Found module libxcb.so.1 with build-id: 20583630b867511565bcc4a09fe53cd8126628c4#012Found module libX11-xcb.so.1 with build-id: b316f0663121e3923dccc62ec96a91953b7d504a#012Found module libxcb-util.so.1 with build-id: 3ad45a7733427169c45268b4ffaa <3.6> 2024-03-28T13:23:25.548601+01:00 Isengard systemd 1 - - systemd-coredump@2-15017-0.service: Deactivated successfully. <3.6> 2024-03-28T13:23:26.494693+01:00 Isengard systemd 1 - - Started Process Core Dump (PID 15054/UID 0). <3.6> 2024-03-28T13:23:26.845584+01:00 Isengard systemd 1 - - snapperd.service: Deactivated successfully. <1.2> 2024-03-28T13:23:27.257557+01:00 Isengard systemd-coredump 15055 - - Process 15039 (xfwm4) of user 1000 dumped core.#012#012Found module linux-vdso.so.1 with build-id: d74f0fa9e6060ef50f04c54743fb715c80644efa#012Found module libpciaccess.so.0 with build-id: 7981d13bcec477ec86313c90e62b93d2ca428dca#012Found module libxml2.so.2 with build-id: 4ab2cd29f14baa814ae707a67b87253e71d98d6a#012Found module libtinfo.so.6 with build-id: 95c6c544de2a553384e728b907be559bcf142e57#012Found module libedit.so.0 with build-id: 120d2953f833887638d713040dcd5a0e3d670e67#012Found module libgcc_s.so.1 with build-id: 12f775ec4aeb94b749897b1b65638f18b61d1b1f#012Found module libstdc++.so.6 with build-id: c74eca671e2dd0f063706372d103f8acef88f1e3#012Found module libdrm_intel.so.1 with build-id: 691242ba04a659a40264024f23a722680ae1841d#012Found module libdrm_nouveau.so.2 with build-id: 6b1bca39a406c272d2871143a0ef198baebd019f#012Found module libdrm_amdgpu.so.1 with build-id: 57746f08fa4084b5d447e3f2851a170af44f8301#012Found module libelf.so.1 with build-id: 98e12dca53ba31dd02a564558d9a368c0f8efe16#012Found module libdrm_radeon.so.1 with build-id: d79e1cda867fde78eb6af97879d48c1918afc01a#012Found module libLLVM.so.15 with build-id: c2d34d2622e4ccbda8dc0d1daff1707b1d88110b#012Found module crocus_dri.so with build-id: 42af995d1ec06c9bdd5d4494bf5ef5fed381b103#012Found module libxcb-randr.so.0 with build-id: cfc2d0a99c2744f5997ff52d1325771fb081db35#012Found module libxcb-xfixes.so.0 with build-id: b47e1cb5fe9d4f5e4948c1ebdcf41e10a5fde9bd#012Found module libxcb-sync.so.1 with build-id: f92841fcc88e26c2daac52a6e90e17eb857d446e#012Found module libxcb-present.so.0 with build-id: 9cdc9c5f5ddaacd96ff4cbe9ce63d8a6eadf06ff#012Found module libxcb-dri3.so.0 with build-id: 0d34835c0f0c507f645dfcc943bd2f68acb7e2f5#012Found module libxshmfence.so.1 with build-id: fb3e380dcf1ee8c1add41c83d9686c398d4e210d#012Found module libXxf86vm.so.1 with build-id: 5494af1214f3e734dc77fcd670d022f9c19f570a#012Found module libxcb-dri2.so.0 with build-id: f3e57e66501dfb9a66b0436f619437cd2ec9a243#012Found module libxcb-glx.so.0 with build-id: 8650291d93b24555d2d3c43b0709b4721899c967#012Found module libdrm.so.2 with build-id: 98565ccb5a52b59373312030e63915c1cb09372f#012Found module libglapi.so.0 with build-id: 3a0cf1bb9a7dfadec0f05e1cd5cce8696ab2fd25#012Found module libGLX_mesa.so.0 with build-id: 16f9c98d014a167a35ca286c70d3e0821d6c3757#012Found module libgvfscommon.so with build-id: 265fce25790b5bd7a9ffee9ac7b4fbb8a38911c1#012Found module libgvfsdbus.so with build-id: 4c7c4bfdd3e6e381b4f2f44b9eecfbeda2fc8c3b#012Found module libxfconfgsettingsbackend.so with build-id: ad68a2df416010c35867fd554abf5382b5cbf696#012Found module libogg.so.0 with build-id: 62092ba96a515c150827bc89e5552a205006e8ad#012Found module libvorbis.so.0 with build-id: 6002c9b6bb455d5da185d939ec917f2e90002ff1#012Found module libltdl.so.7 with build-id: 32258ee25ca5887212538304672f6980bae5d04d#012Found module libvorbisfile.so.3 with build-id: 5eeb6e0ab82505b9e5b3bc43079514f13fac3ef7#012Found module libcanberra.so.0 with build-id: d3433835e55dfe370368bd6f669e0be7d874007a#012Found module libcanberra-gtk3.so.0 with build-id: d67efedaf135eec0864fc33120fe8fcad1126711#012Found module libcanberra-gtk-module.so with build-id: 7c11d684f9c80ed710579d48de9ded4ddd40cc3b#012Found module libgpg-error.so.0 with build-id: 7703a2c38d4dc0cb40e4b1943f4d3dea9d7b1cae#012Found module libgcrypt.so.20 with build-id: 7d59cb03944197b31fe94501883a634acc3e0721#012Found module libcap.so.2 with build-id: 1b0832431bbde63d8d5a5ef90bbba20dea46bbed#012Found module liblz4.so.1 with build-id: ef9ad25a65c1623b33a365c00c3bc781492e7eaf#012Found module libzstd.so.1 with build-id: d1fb4855c1f72b5941faa9ffac3edff26a2da3bb#012Found module liblzma.so.5 with build-id: 2d656c3bd393d5f9e95fdbbfe4fbbdc19e0cf0ba#012Found module libsystemd.so.0 with build-id: a58e209fcd1fe2caf8e6da65e8f8cc09e30755b1#012Found module libblkid.so.1 with build-id: 3199908bbc05f033062e6b08080851147614af7e#012Found module libGLX.so.0 with build-id: 4cc3a878d412de67757aff9308158dc98951e75b#012Found module libGLdispatch.so.0 with build-id: d4dbc4caeab1b82a4468a5b61ca44cfd1a1b9b21#012Found module libbz2.so.1 with build-id: ab3bf32de28e526bb13f12afa0084170fa8ea51e#012Found module libdatrie.so.1 with build-id: 3873be37a016a5f431b95b5aa6eaa1b3f5e51aaf#012Found module libexpat.so.1 with build-id: 335cb65db76c2fcfe35c0f681636e3f35017f03f#012Found module libgraphite2.so.3 with build-id: 03967adca9db7c839d3c6bc7c44458c6302cb900#012Found module libatspi.so.0 with build-id: e9f155a8f2f48da3d142624ae33175809b632f2a#012Found module libdbus-1.so.3 with build-id: 3c6b20ea7a81f11953c381d0d040d99190634d8d#012Found module libresolv.so.2 with build-id: 86b7fb29524c820668a22605592a9030e80a2907#012Found module libselinux.so.1 with build-id: 58d24c02a015417be0c526fa565cfb868164ab7a#012Found module libmount.so.1 with build-id: 16dbcf60f63d5b907c7e5a52c645825c89586b58#012Found module libuuid.so.1 with build-id: 3296f13cf1306c0657c84abb4ace38e2f6d57a02#012Found module libXau.so.6 with build-id: 7f7563c2e3af15370c200ce7ac1707fb085eb610#012Found module ld-linux-x86-64.so.2 with build-id: 57843fcc97e581584526c2010667fcf0e0583294#012Found module libpcre.so.1 with build-id: bd429ac11a685687f7f0c381af53a33aec2d3f41#012Found module libffi.so.7 with build-id: 62ece4f953ed6d967d46a60ce7979803ce3f51c3#012Found module libjpeg.so.8 with build-id: 182687a3447abdb232af225929ad0dfdb408af97#012Found module libGL.so.1 with build-id: ef4ad99ca8fae225e647c0f007d81dc9105a8cac#012Found module libz.so.1 with build-id: 0bd1b117f07eb8157bb2931e94d966fbb352f652#012Found module libxcb-render.so.0 with build-id: 2453a26d05b03239e8b3b2e766141abf9baf3083#012Found module libxcb-shm.so.0 with build-id: b36157ad90e44a1544bcef14d429e0bd7ba8f0bc#012Found module libpng16.so.16 with build-id: 5f75035c3b165fede9a1e071c20259bf6d8d9389#012Found module libEGL.so.1 with build-id: efb12e0ccaa2e2dfc3eb86008cf61ec944a398a9#012Found module libfreetype.so.6 with build-id: 181dcf70b55637a3a0ae3f497ca1796ac7eded18#012Found module libpixman-1.so.0 with build-id: d6f203b2433f6392d37a2c834789e76b1cbdce9f#012Found module libthai.so.0 with build-id: 55c3c04d22e6686aeab68fc755658bc6a31fc5fe#012Found module librt.so.1 with build-id: 6e7654eae0cccab929dc5683e2acdfec92943720#012Found module libwayland-client.so.0 with build-id: d58e8f0a2caa119503605427aa4d4276ab1dd6da#012Found module libwayland-egl.so.1 with build-id: acce817abdd7ffa52c6324ea564804b5a37c0d13#012Found module libwayland-cursor.so.0 with build-id: ee44f2b1697d3c83ee5e0b8b65b11a6f3dae803e#012Found module libxkbcommon.so.0 with build-id: 8286a68a6183be0be032d59b8cf18956221a4c58#012Found module libXcursor.so.1 with build-id: ace031880ea611dd798d725a22356fff8c1b9783#012Found module libfontconfig.so.1 with build-id: 764bace0bb80d723090d40f6059cbfcdd3f89c2d#012Found module libharfbuzz.so.0 with build-id: 0ba540acb184da5c3defce394eb260efd73577a3#012Found module libpangoft2-1.0.so.0 with build-id: d943954d7d9e325c0aedd64b6c22f566eac82149#012Found module libfribidi.so.0 with build-id: ca4f3de5fac67a7309b44b1a6c2efa02ab69821d#012Found module libatk-bridge-2.0.so.0 with build-id: 35aae8dcc58739cdfe13e8bdf4a99dc671fe9c61#012Found module libcairo-gobject.so.2 with build-id: 2c7bf0169850d1cadf6116ade430bc3c4ca06068#012Found module libXi.so.6 with build-id: ab4dc4c384333036533ba41a1022480fe3f82d18#012Found module libgmodule-2.0.so.0 with build-id: f1917ea6c5878006c8bf2ba346f99d3bdb546c71#012Found module libgio-2.0.so.0 with build-id: ab07dda6832bc93fc15e867b2f0c0dee7d671e8f#012Found module libICE.so.6 with build-id: 1f892cc01514c4939b67efc7179e0f9e7d04a588#012Found module libSM.so.6 with build-id: 9a06e62abcd006adc36122428fe26b3de547a2b0#012Found module libatk-1.0.so.0 with build-id: 1f96ecb6734fd199e54a048c9d552888726021c7#012Found module libxcb.so.1 with build-id: 20583630b867511565bcc4a09fe53cd8126628c4#012Found module libX11-xcb.so.1 with build-id: b316f0663121e3923dccc62ec96a91953b7d504a#012Found module libxcb-util.so.1 with build-id: 3ad45a7733427169c45268b4ffaa <3.6> 2024-03-28T13:23:27.267957+01:00 Isengard systemd 1 - - systemd-coredump@3-15054-0.service: Deactivated successfully. <3.6> 2024-03-28T13:23:28.166063+01:00 Isengard systemd 1 - - Started Process Core Dump (PID 15076/UID 0). <3.6> 2024-03-28T13:23:28.918836+01:00 Isengard systemd-coredump 15077 - - Removed old coredump core.xfwm4.1000.ad5139774c7c48d38f40ce5112caa51d.15006.1711628604000000. <1.2> 2024-03-28T13:23:28.945085+01:00 Isengard systemd-coredump 15077 - - Process 15066 (xfwm4) of user 1000 dumped core.#012#012Found module linux-vdso.so.1 with build-id: d74f0fa9e6060ef50f04c54743fb715c80644efa#012Found module libpciaccess.so.0 with build-id: 7981d13bcec477ec86313c90e62b93d2ca428dca#012Found module libxml2.so.2 with build-id: 4ab2cd29f14baa814ae707a67b87253e71d98d6a#012Found module libtinfo.so.6 with build-id: 95c6c544de2a553384e728b907be559bcf142e57#012Found module libedit.so.0 with build-id: 120d2953f833887638d713040dcd5a0e3d670e67#012Found module libgcc_s.so.1 with build-id: 12f775ec4aeb94b749897b1b65638f18b61d1b1f#012Found module libstdc++.so.6 with build-id: c74eca671e2dd0f063706372d103f8acef88f1e3#012Found module libdrm_intel.so.1 with build-id: 691242ba04a659a40264024f23a722680ae1841d#012Found module libdrm_nouveau.so.2 with build-id: 6b1bca39a406c272d2871143a0ef198baebd019f#012Found module libdrm_amdgpu.so.1 with build-id: 57746f08fa4084b5d447e3f2851a170af44f8301#012Found module libelf.so.1 with build-id: 98e12dca53ba31dd02a564558d9a368c0f8efe16#012Found module libdrm_radeon.so.1 with build-id: d79e1cda867fde78eb6af97879d48c1918afc01a#012Found module libLLVM.so.15 with build-id: c2d34d2622e4ccbda8dc0d1daff1707b1d88110b#012Found module crocus_dri.so with build-id: 42af995d1ec06c9bdd5d4494bf5ef5fed381b103#012Found module libxcb-randr.so.0 with build-id: cfc2d0a99c2744f5997ff52d1325771fb081db35#012Found module libxcb-xfixes.so.0 with build-id: b47e1cb5fe9d4f5e4948c1ebdcf41e10a5fde9bd#012Found module libxcb-sync.so.1 with build-id: f92841fcc88e26c2daac52a6e90e17eb857d446e#012Found module libxcb-present.so.0 with build-id: 9cdc9c5f5ddaacd96ff4cbe9ce63d8a6eadf06ff#012Found module libxcb-dri3.so.0 with build-id: 0d34835c0f0c507f645dfcc943bd2f68acb7e2f5#012Found module libxshmfence.so.1 with build-id: fb3e380dcf1ee8c1add41c83d9686c398d4e210d#012Found module libXxf86vm.so.1 with build-id: 5494af1214f3e734dc77fcd670d022f9c19f570a#012Found module libxcb-dri2.so.0 with build-id: f3e57e66501dfb9a66b0436f619437cd2ec9a243#012Found module libxcb-glx.so.0 with build-id: 8650291d93b24555d2d3c43b0709b4721899c967#012Found module libdrm.so.2 with build-id: 98565ccb5a52b59373312030e63915c1cb09372f#012Found module libglapi.so.0 with build-id: 3a0cf1bb9a7dfadec0f05e1cd5cce8696ab2fd25#012Found module libGLX_mesa.so.0 with build-id: 16f9c98d014a167a35ca286c70d3e0821d6c3757#012Found module libgvfscommon.so with build-id: 265fce25790b5bd7a9ffee9ac7b4fbb8a38911c1#012Found module libgvfsdbus.so with build-id: 4c7c4bfdd3e6e381b4f2f44b9eecfbeda2fc8c3b#012Found module libxfconfgsettingsbackend.so with build-id: ad68a2df416010c35867fd554abf5382b5cbf696#012Found module libogg.so.0 with build-id: 62092ba96a515c150827bc89e5552a205006e8ad#012Found module libvorbis.so.0 with build-id: 6002c9b6bb455d5da185d939ec917f2e90002ff1#012Found module libltdl.so.7 with build-id: 32258ee25ca5887212538304672f6980bae5d04d#012Found module libvorbisfile.so.3 with build-id: 5eeb6e0ab82505b9e5b3bc43079514f13fac3ef7#012Found module libcanberra.so.0 with build-id: d3433835e55dfe370368bd6f669e0be7d874007a#012Found module libcanberra-gtk3.so.0 with build-id: d67efedaf135eec0864fc33120fe8fcad1126711#012Found module libcanberra-gtk-module.so with build-id: 7c11d684f9c80ed710579d48de9ded4ddd40cc3b#012Found module libgpg-error.so.0 with build-id: 7703a2c38d4dc0cb40e4b1943f4d3dea9d7b1cae#012Found module libgcrypt.so.20 with build-id: 7d59cb03944197b31fe94501883a634acc3e0721#012Found module libcap.so.2 with build-id: 1b0832431bbde63d8d5a5ef90bbba20dea46bbed#012Found module liblz4.so.1 with build-id: ef9ad25a65c1623b33a365c00c3bc781492e7eaf#012Found module libzstd.so.1 with build-id: d1fb4855c1f72b5941faa9ffac3edff26a2da3bb#012Found module liblzma.so.5 with build-id: 2d656c3bd393d5f9e95fdbbfe4fbbdc19e0cf0ba#012Found module libsystemd.so.0 with build-id: a58e209fcd1fe2caf8e6da65e8f8cc09e30755b1#012Found module libblkid.so.1 with build-id: 3199908bbc05f033062e6b08080851147614af7e#012Found module libGLX.so.0 with build-id: 4cc3a878d412de67757aff9308158dc98951e75b#012Found module libGLdispatch.so.0 with build-id: d4dbc4caeab1b82a4468a5b61ca44cfd1a1b9b21#012Found module libbz2.so.1 with build-id: ab3bf32de28e526bb13f12afa0084170fa8ea51e#012Found module libdatrie.so.1 with build-id: 3873be37a016a5f431b95b5aa6eaa1b3f5e51aaf#012Found module libexpat.so.1 with build-id: 335cb65db76c2fcfe35c0f681636e3f35017f03f#012Found module libgraphite2.so.3 with build-id: 03967adca9db7c839d3c6bc7c44458c6302cb900#012Found module libatspi.so.0 with build-id: e9f155a8f2f48da3d142624ae33175809b632f2a#012Found module libdbus-1.so.3 with build-id: 3c6b20ea7a81f11953c381d0d040d99190634d8d#012Found module libresolv.so.2 with build-id: 86b7fb29524c820668a22605592a9030e80a2907#012Found module libselinux.so.1 with build-id: 58d24c02a015417be0c526fa565cfb868164ab7a#012Found module libmount.so.1 with build-id: 16dbcf60f63d5b907c7e5a52c645825c89586b58#012Found module libuuid.so.1 with build-id: 3296f13cf1306c0657c84abb4ace38e2f6d57a02#012Found module libXau.so.6 with build-id: 7f7563c2e3af15370c200ce7ac1707fb085eb610#012Found module ld-linux-x86-64.so.2 with build-id: 57843fcc97e581584526c2010667fcf0e0583294#012Found module libpcre.so.1 with build-id: bd429ac11a685687f7f0c381af53a33aec2d3f41#012Found module libffi.so.7 with build-id: 62ece4f953ed6d967d46a60ce7979803ce3f51c3#012Found module libjpeg.so.8 with build-id: 182687a3447abdb232af225929ad0dfdb408af97#012Found module libGL.so.1 with build-id: ef4ad99ca8fae225e647c0f007d81dc9105a8cac#012Found module libz.so.1 with build-id: 0bd1b117f07eb8157bb2931e94d966fbb352f652#012Found module libxcb-render.so.0 with build-id: 2453a26d05b03239e8b3b2e766141abf9baf3083#012Found module libxcb-shm.so.0 with build-id: b36157ad90e44a1544bcef14d429e0bd7ba8f0bc#012Found module libpng16.so.16 with build-id: 5f75035c3b165fede9a1e071c20259bf6d8d9389#012Found module libEGL.so.1 with build-id: efb12e0ccaa2e2dfc3eb86008cf61ec944a398a9#012Found module libfreetype.so.6 with build-id: 181dcf70b55637a3a0ae3f497ca1796ac7eded18#012Found module libpixman-1.so.0 with build-id: d6f203b2433f6392d37a2c834789e76b1cbdce9f#012Found module libthai.so.0 with build-id: 55c3c04d22e6686aeab68fc755658bc6a31fc5fe#012Found module librt.so.1 with build-id: 6e7654eae0cccab929dc5683e2acdfec92943720#012Found module libwayland-client.so.0 with build-id: d58e8f0a2caa119503605427aa4d4276ab1dd6da#012Found module libwayland-egl.so.1 with build-id: acce817abdd7ffa52c6324ea564804b5a37c0d13#012Found module libwayland-cursor.so.0 with build-id: ee44f2b1697d3c83ee5e0b8b65b11a6f3dae803e#012Found module libxkbcommon.so.0 with build-id: 8286a68a6183be0be032d59b8cf18956221a4c58#012Found module libXcursor.so.1 with build-id: ace031880ea611dd798d725a22356fff8c1b9783#012Found module libfontconfig.so.1 with build-id: 764bace0bb80d723090d40f6059cbfcdd3f89c2d#012Found module libharfbuzz.so.0 with build-id: 0ba540acb184da5c3defce394eb260efd73577a3#012Found module libpangoft2-1.0.so.0 with build-id: d943954d7d9e325c0aedd64b6c22f566eac82149#012Found module libfribidi.so.0 with build-id: ca4f3de5fac67a7309b44b1a6c2efa02ab69821d#012Found module libatk-bridge-2.0.so.0 with build-id: 35aae8dcc58739cdfe13e8bdf4a99dc671fe9c61#012Found module libcairo-gobject.so.2 with build-id: 2c7bf0169850d1cadf6116ade430bc3c4ca06068#012Found module libXi.so.6 with build-id: ab4dc4c384333036533ba41a1022480fe3f82d18#012Found module libgmodule-2.0.so.0 with build-id: f1917ea6c5878006c8bf2ba346f99d3bdb546c71#012Found module libgio-2.0.so.0 with build-id: ab07dda6832bc93fc15e867b2f0c0dee7d671e8f#012Found module libICE.so.6 with build-id: 1f892cc01514c4939b67efc7179e0f9e7d04a588#012Found module libSM.so.6 with build-id: 9a06e62abcd006adc36122428fe26b3de547a2b0#012Found module libatk-1.0.so.0 with build-id: 1f96ecb6734fd199e54a048c9d552888726021c7#012Found module libxcb.so.1 with build-id: 20583630b867511565bcc4a09fe53cd8126628c4#012Found module libX11-xcb.so.1 with build-id: b316f0663121e3923dccc62ec96a91953b7d504a#012Found module libxcb-util.so.1 with build-id: 3ad45a7733427169c45268b4ffaa <3.6> 2024-03-28T13:23:28.950732+01:00 Isengard systemd 1 - - systemd-coredump@4-15076-0.service: Deactivated successfully. <3.6> 2024-03-28T13:23:29.901804+01:00 Isengard systemd 1 - - Started Process Core Dump (PID 15103/UID 0). <1.2> 2024-03-28T13:23:30.682671+01:00 Isengard systemd-coredump 15104 - - Process 15089 (xfwm4) of user 1000 dumped core.#012#012Found module linux-vdso.so.1 with build-id: d74f0fa9e6060ef50f04c54743fb715c80644efa#012Found module libpciaccess.so.0 with build-id: 7981d13bcec477ec86313c90e62b93d2ca428dca#012Found module libxml2.so.2 with build-id: 4ab2cd29f14baa814ae707a67b87253e71d98d6a#012Found module libtinfo.so.6 with build-id: 95c6c544de2a553384e728b907be559bcf142e57#012Found module libedit.so.0 with build-id: 120d2953f833887638d713040dcd5a0e3d670e67#012Found module libgcc_s.so.1 with build-id: 12f775ec4aeb94b749897b1b65638f18b61d1b1f#012Found module libstdc++.so.6 with build-id: c74eca671e2dd0f063706372d103f8acef88f1e3#012Found module libdrm_intel.so.1 with build-id: 691242ba04a659a40264024f23a722680ae1841d#012Found module libdrm_nouveau.so.2 with build-id: 6b1bca39a406c272d2871143a0ef198baebd019f#012Found module libdrm_amdgpu.so.1 with build-id: 57746f08fa4084b5d447e3f2851a170af44f8301#012Found module libelf.so.1 with build-id: 98e12dca53ba31dd02a564558d9a368c0f8efe16#012Found module libdrm_radeon.so.1 with build-id: d79e1cda867fde78eb6af97879d48c1918afc01a#012Found module libLLVM.so.15 with build-id: c2d34d2622e4ccbda8dc0d1daff1707b1d88110b#012Found module crocus_dri.so with build-id: 42af995d1ec06c9bdd5d4494bf5ef5fed381b103#012Found module libxcb-randr.so.0 with build-id: cfc2d0a99c2744f5997ff52d1325771fb081db35#012Found module libxcb-xfixes.so.0 with build-id: b47e1cb5fe9d4f5e4948c1ebdcf41e10a5fde9bd#012Found module libxcb-sync.so.1 with build-id: f92841fcc88e26c2daac52a6e90e17eb857d446e#012Found module libxcb-present.so.0 with build-id: 9cdc9c5f5ddaacd96ff4cbe9ce63d8a6eadf06ff#012Found module libxcb-dri3.so.0 with build-id: 0d34835c0f0c507f645dfcc943bd2f68acb7e2f5#012Found module libxshmfence.so.1 with build-id: fb3e380dcf1ee8c1add41c83d9686c398d4e210d#012Found module libXxf86vm.so.1 with build-id: 5494af1214f3e734dc77fcd670d022f9c19f570a#012Found module libxcb-dri2.so.0 with build-id: f3e57e66501dfb9a66b0436f619437cd2ec9a243#012Found module libxcb-glx.so.0 with build-id: 8650291d93b24555d2d3c43b0709b4721899c967#012Found module libdrm.so.2 with build-id: 98565ccb5a52b59373312030e63915c1cb09372f#012Found module libglapi.so.0 with build-id: 3a0cf1bb9a7dfadec0f05e1cd5cce8696ab2fd25#012Found module libGLX_mesa.so.0 with build-id: 16f9c98d014a167a35ca286c70d3e0821d6c3757#012Found module libgvfscommon.so with build-id: 265fce25790b5bd7a9ffee9ac7b4fbb8a38911c1#012Found module libgvfsdbus.so with build-id: 4c7c4bfdd3e6e381b4f2f44b9eecfbeda2fc8c3b#012Found module libxfconfgsettingsbackend.so with build-id: ad68a2df416010c35867fd554abf5382b5cbf696#012Found module libogg.so.0 with build-id: 62092ba96a515c150827bc89e5552a205006e8ad#012Found module libvorbis.so.0 with build-id: 6002c9b6bb455d5da185d939ec917f2e90002ff1#012Found module libltdl.so.7 with build-id: 32258ee25ca5887212538304672f6980bae5d04d#012Found module libvorbisfile.so.3 with build-id: 5eeb6e0ab82505b9e5b3bc43079514f13fac3ef7#012Found module libcanberra.so.0 with build-id: d3433835e55dfe370368bd6f669e0be7d874007a#012Found module libcanberra-gtk3.so.0 with build-id: d67efedaf135eec0864fc33120fe8fcad1126711#012Found module libcanberra-gtk-module.so with build-id: 7c11d684f9c80ed710579d48de9ded4ddd40cc3b#012Found module libgpg-error.so.0 with build-id: 7703a2c38d4dc0cb40e4b1943f4d3dea9d7b1cae#012Found module libgcrypt.so.20 with build-id: 7d59cb03944197b31fe94501883a634acc3e0721#012Found module libcap.so.2 with build-id: 1b0832431bbde63d8d5a5ef90bbba20dea46bbed#012Found module liblz4.so.1 with build-id: ef9ad25a65c1623b33a365c00c3bc781492e7eaf#012Found module libzstd.so.1 with build-id: d1fb4855c1f72b5941faa9ffac3edff26a2da3bb#012Found module liblzma.so.5 with build-id: 2d656c3bd393d5f9e95fdbbfe4fbbdc19e0cf0ba#012Found module libsystemd.so.0 with build-id: a58e209fcd1fe2caf8e6da65e8f8cc09e30755b1#012Found module libblkid.so.1 with build-id: 3199908bbc05f033062e6b08080851147614af7e#012Found module libGLX.so.0 with build-id: 4cc3a878d412de67757aff9308158dc98951e75b#012Found module libGLdispatch.so.0 with build-id: d4dbc4caeab1b82a4468a5b61ca44cfd1a1b9b21#012Found module libbz2.so.1 with build-id: ab3bf32de28e526bb13f12afa0084170fa8ea51e#012Found module libdatrie.so.1 with build-id: 3873be37a016a5f431b95b5aa6eaa1b3f5e51aaf#012Found module libexpat.so.1 with build-id: 335cb65db76c2fcfe35c0f681636e3f35017f03f#012Found module libgraphite2.so.3 with build-id: 03967adca9db7c839d3c6bc7c44458c6302cb900#012Found module libatspi.so.0 with build-id: e9f155a8f2f48da3d142624ae33175809b632f2a#012Found module libdbus-1.so.3 with build-id: 3c6b20ea7a81f11953c381d0d040d99190634d8d#012Found module libresolv.so.2 with build-id: 86b7fb29524c820668a22605592a9030e80a2907#012Found module libselinux.so.1 with build-id: 58d24c02a015417be0c526fa565cfb868164ab7a#012Found module libmount.so.1 with build-id: 16dbcf60f63d5b907c7e5a52c645825c89586b58#012Found module libuuid.so.1 with build-id: 3296f13cf1306c0657c84abb4ace38e2f6d57a02#012Found module libXau.so.6 with build-id: 7f7563c2e3af15370c200ce7ac1707fb085eb610#012Found module ld-linux-x86-64.so.2 with build-id: 57843fcc97e581584526c2010667fcf0e0583294#012Found module libpcre.so.1 with build-id: bd429ac11a685687f7f0c381af53a33aec2d3f41#012Found module libffi.so.7 with build-id: 62ece4f953ed6d967d46a60ce7979803ce3f51c3#012Found module libjpeg.so.8 with build-id: 182687a3447abdb232af225929ad0dfdb408af97#012Found module libGL.so.1 with build-id: ef4ad99ca8fae225e647c0f007d81dc9105a8cac#012Found module libz.so.1 with build-id: 0bd1b117f07eb8157bb2931e94d966fbb352f652#012Found module libxcb-render.so.0 with build-id: 2453a26d05b03239e8b3b2e766141abf9baf3083#012Found module libxcb-shm.so.0 with build-id: b36157ad90e44a1544bcef14d429e0bd7ba8f0bc#012Found module libpng16.so.16 with build-id: 5f75035c3b165fede9a1e071c20259bf6d8d9389#012Found module libEGL.so.1 with build-id: efb12e0ccaa2e2dfc3eb86008cf61ec944a398a9#012Found module libfreetype.so.6 with build-id: 181dcf70b55637a3a0ae3f497ca1796ac7eded18#012Found module libpixman-1.so.0 with build-id: d6f203b2433f6392d37a2c834789e76b1cbdce9f#012Found module libthai.so.0 with build-id: 55c3c04d22e6686aeab68fc755658bc6a31fc5fe#012Found module librt.so.1 with build-id: 6e7654eae0cccab929dc5683e2acdfec92943720#012Found module libwayland-client.so.0 with build-id: d58e8f0a2caa119503605427aa4d4276ab1dd6da#012Found module libwayland-egl.so.1 with build-id: acce817abdd7ffa52c6324ea564804b5a37c0d13#012Found module libwayland-cursor.so.0 with build-id: ee44f2b1697d3c83ee5e0b8b65b11a6f3dae803e#012Found module libxkbcommon.so.0 with build-id: 8286a68a6183be0be032d59b8cf18956221a4c58#012Found module libXcursor.so.1 with build-id: ace031880ea611dd798d725a22356fff8c1b9783#012Found module libfontconfig.so.1 with build-id: 764bace0bb80d723090d40f6059cbfcdd3f89c2d#012Found module libharfbuzz.so.0 with build-id: 0ba540acb184da5c3defce394eb260efd73577a3#012Found module libpangoft2-1.0.so.0 with build-id: d943954d7d9e325c0aedd64b6c22f566eac82149#012Found module libfribidi.so.0 with build-id: ca4f3de5fac67a7309b44b1a6c2efa02ab69821d#012Found module libatk-bridge-2.0.so.0 with build-id: 35aae8dcc58739cdfe13e8bdf4a99dc671fe9c61#012Found module libcairo-gobject.so.2 with build-id: 2c7bf0169850d1cadf6116ade430bc3c4ca06068#012Found module libXi.so.6 with build-id: ab4dc4c384333036533ba41a1022480fe3f82d18#012Found module libgmodule-2.0.so.0 with build-id: f1917ea6c5878006c8bf2ba346f99d3bdb546c71#012Found module libgio-2.0.so.0 with build-id: ab07dda6832bc93fc15e867b2f0c0dee7d671e8f#012Found module libICE.so.6 with build-id: 1f892cc01514c4939b67efc7179e0f9e7d04a588#012Found module libSM.so.6 with build-id: 9a06e62abcd006adc36122428fe26b3de547a2b0#012Found module libatk-1.0.so.0 with build-id: 1f96ecb6734fd199e54a048c9d552888726021c7#012Found module libxcb.so.1 with build-id: 20583630b867511565bcc4a09fe53cd8126628c4#012Found module libX11-xcb.so.1 with build-id: b316f0663121e3923dccc62ec96a91953b7d504a#012Found module libxcb-util.so.1 with build-id: 3ad45a7733427169c45268b4ffaa <3.6> 2024-03-28T13:23:30.686947+01:00 Isengard systemd 1 - - systemd-coredump@5-15103-0.service: Deactivated successfully. <3.6> 2024-03-28T13:23:31.584944+01:00 Isengard systemd 1 - - Started Process Core Dump (PID 15131/UID 0). <3.6> 2024-03-28T13:23:32.348717+01:00 Isengard systemd-coredump 15132 - - Removed old coredump core.xfwm4.1000.ad5139774c7c48d38f40ce5112caa51d.15039.1711628606000000. <1.2> 2024-03-28T13:23:32.373837+01:00 Isengard systemd-coredump 15132 - - Process 15115 (xfwm4) of user 1000 dumped core.#012#012Found module linux-vdso.so.1 with build-id: d74f0fa9e6060ef50f04c54743fb715c80644efa#012Found module libpciaccess.so.0 with build-id: 7981d13bcec477ec86313c90e62b93d2ca428dca#012Found module libxml2.so.2 with build-id: 4ab2cd29f14baa814ae707a67b87253e71d98d6a#012Found module libtinfo.so.6 with build-id: 95c6c544de2a553384e728b907be559bcf142e57#012Found module libedit.so.0 with build-id: 120d2953f833887638d713040dcd5a0e3d670e67#012Found module libgcc_s.so.1 with build-id: 12f775ec4aeb94b749897b1b65638f18b61d1b1f#012Found module libstdc++.so.6 with build-id: c74eca671e2dd0f063706372d103f8acef88f1e3#012Found module libdrm_intel.so.1 with build-id: 691242ba04a659a40264024f23a722680ae1841d#012Found module libdrm_nouveau.so.2 with build-id: 6b1bca39a406c272d2871143a0ef198baebd019f#012Found module libdrm_amdgpu.so.1 with build-id: 57746f08fa4084b5d447e3f2851a170af44f8301#012Found module libelf.so.1 with build-id: 98e12dca53ba31dd02a564558d9a368c0f8efe16#012Found module libdrm_radeon.so.1 with build-id: d79e1cda867fde78eb6af97879d48c1918afc01a#012Found module libLLVM.so.15 with build-id: c2d34d2622e4ccbda8dc0d1daff1707b1d88110b#012Found module crocus_dri.so with build-id: 42af995d1ec06c9bdd5d4494bf5ef5fed381b103#012Found module libxcb-randr.so.0 with build-id: cfc2d0a99c2744f5997ff52d1325771fb081db35#012Found module libxcb-xfixes.so.0 with build-id: b47e1cb5fe9d4f5e4948c1ebdcf41e10a5fde9bd#012Found module libxcb-sync.so.1 with build-id: f92841fcc88e26c2daac52a6e90e17eb857d446e#012Found module libxcb-present.so.0 with build-id: 9cdc9c5f5ddaacd96ff4cbe9ce63d8a6eadf06ff#012Found module libxcb-dri3.so.0 with build-id: 0d34835c0f0c507f645dfcc943bd2f68acb7e2f5#012Found module libxshmfence.so.1 with build-id: fb3e380dcf1ee8c1add41c83d9686c398d4e210d#012Found module libXxf86vm.so.1 with build-id: 5494af1214f3e734dc77fcd670d022f9c19f570a#012Found module libxcb-dri2.so.0 with build-id: f3e57e66501dfb9a66b0436f619437cd2ec9a243#012Found module libxcb-glx.so.0 with build-id: 8650291d93b24555d2d3c43b0709b4721899c967#012Found module libdrm.so.2 with build-id: 98565ccb5a52b59373312030e63915c1cb09372f#012Found module libglapi.so.0 with build-id: 3a0cf1bb9a7dfadec0f05e1cd5cce8696ab2fd25#012Found module libGLX_mesa.so.0 with build-id: 16f9c98d014a167a35ca286c70d3e0821d6c3757#012Found module libgvfscommon.so with build-id: 265fce25790b5bd7a9ffee9ac7b4fbb8a38911c1#012Found module libgvfsdbus.so with build-id: 4c7c4bfdd3e6e381b4f2f44b9eecfbeda2fc8c3b#012Found module libxfconfgsettingsbackend.so with build-id: ad68a2df416010c35867fd554abf5382b5cbf696#012Found module libogg.so.0 with build-id: 62092ba96a515c150827bc89e5552a205006e8ad#012Found module libvorbis.so.0 with build-id: 6002c9b6bb455d5da185d939ec917f2e90002ff1#012Found module libltdl.so.7 with build-id: 32258ee25ca5887212538304672f6980bae5d04d#012Found module libvorbisfile.so.3 with build-id: 5eeb6e0ab82505b9e5b3bc43079514f13fac3ef7#012Found module libcanberra.so.0 with build-id: d3433835e55dfe370368bd6f669e0be7d874007a#012Found module libcanberra-gtk3.so.0 with build-id: d67efedaf135eec0864fc33120fe8fcad1126711#012Found module libcanberra-gtk-module.so with build-id: 7c11d684f9c80ed710579d48de9ded4ddd40cc3b#012Found module libgpg-error.so.0 with build-id: 7703a2c38d4dc0cb40e4b1943f4d3dea9d7b1cae#012Found module libgcrypt.so.20 with build-id: 7d59cb03944197b31fe94501883a634acc3e0721#012Found module libcap.so.2 with build-id: 1b0832431bbde63d8d5a5ef90bbba20dea46bbed#012Found module liblz4.so.1 with build-id: ef9ad25a65c1623b33a365c00c3bc781492e7eaf#012Found module libzstd.so.1 with build-id: d1fb4855c1f72b5941faa9ffac3edff26a2da3bb#012Found module liblzma.so.5 with build-id: 2d656c3bd393d5f9e95fdbbfe4fbbdc19e0cf0ba#012Found module libsystemd.so.0 with build-id: a58e209fcd1fe2caf8e6da65e8f8cc09e30755b1#012Found module libblkid.so.1 with build-id: 3199908bbc05f033062e6b08080851147614af7e#012Found module libGLX.so.0 with build-id: 4cc3a878d412de67757aff9308158dc98951e75b#012Found module libGLdispatch.so.0 with build-id: d4dbc4caeab1b82a4468a5b61ca44cfd1a1b9b21#012Found module libbz2.so.1 with build-id: ab3bf32de28e526bb13f12afa0084170fa8ea51e#012Found module libdatrie.so.1 with build-id: 3873be37a016a5f431b95b5aa6eaa1b3f5e51aaf#012Found module libexpat.so.1 with build-id: 335cb65db76c2fcfe35c0f681636e3f35017f03f#012Found module libgraphite2.so.3 with build-id: 03967adca9db7c839d3c6bc7c44458c6302cb900#012Found module libatspi.so.0 with build-id: e9f155a8f2f48da3d142624ae33175809b632f2a#012Found module libdbus-1.so.3 with build-id: 3c6b20ea7a81f11953c381d0d040d99190634d8d#012Found module libresolv.so.2 with build-id: 86b7fb29524c820668a22605592a9030e80a2907#012Found module libselinux.so.1 with build-id: 58d24c02a015417be0c526fa565cfb868164ab7a#012Found module libmount.so.1 with build-id: 16dbcf60f63d5b907c7e5a52c645825c89586b58#012Found module libuuid.so.1 with build-id: 3296f13cf1306c0657c84abb4ace38e2f6d57a02#012Found module libXau.so.6 with build-id: 7f7563c2e3af15370c200ce7ac1707fb085eb610#012Found module ld-linux-x86-64.so.2 with build-id: 57843fcc97e581584526c2010667fcf0e0583294#012Found module libpcre.so.1 with build-id: bd429ac11a685687f7f0c381af53a33aec2d3f41#012Found module libffi.so.7 with build-id: 62ece4f953ed6d967d46a60ce7979803ce3f51c3#012Found module libjpeg.so.8 with build-id: 182687a3447abdb232af225929ad0dfdb408af97#012Found module libGL.so.1 with build-id: ef4ad99ca8fae225e647c0f007d81dc9105a8cac#012Found module libz.so.1 with build-id: 0bd1b117f07eb8157bb2931e94d966fbb352f652#012Found module libxcb-render.so.0 with build-id: 2453a26d05b03239e8b3b2e766141abf9baf3083#012Found module libxcb-shm.so.0 with build-id: b36157ad90e44a1544bcef14d429e0bd7ba8f0bc#012Found module libpng16.so.16 with build-id: 5f75035c3b165fede9a1e071c20259bf6d8d9389#012Found module libEGL.so.1 with build-id: efb12e0ccaa2e2dfc3eb86008cf61ec944a398a9#012Found module libfreetype.so.6 with build-id: 181dcf70b55637a3a0ae3f497ca1796ac7eded18#012Found module libpixman-1.so.0 with build-id: d6f203b2433f6392d37a2c834789e76b1cbdce9f#012Found module libthai.so.0 with build-id: 55c3c04d22e6686aeab68fc755658bc6a31fc5fe#012Found module librt.so.1 with build-id: 6e7654eae0cccab929dc5683e2acdfec92943720#012Found module libwayland-client.so.0 with build-id: d58e8f0a2caa119503605427aa4d4276ab1dd6da#012Found module libwayland-egl.so.1 with build-id: acce817abdd7ffa52c6324ea564804b5a37c0d13#012Found module libwayland-cursor.so.0 with build-id: ee44f2b1697d3c83ee5e0b8b65b11a6f3dae803e#012Found module libxkbcommon.so.0 with build-id: 8286a68a6183be0be032d59b8cf18956221a4c58#012Found module libXcursor.so.1 with build-id: ace031880ea611dd798d725a22356fff8c1b9783#012Found module libfontconfig.so.1 with build-id: 764bace0bb80d723090d40f6059cbfcdd3f89c2d#012Found module libharfbuzz.so.0 with build-id: 0ba540acb184da5c3defce394eb260efd73577a3#012Found module libpangoft2-1.0.so.0 with build-id: d943954d7d9e325c0aedd64b6c22f566eac82149#012Found module libfribidi.so.0 with build-id: ca4f3de5fac67a7309b44b1a6c2efa02ab69821d#012Found module libatk-bridge-2.0.so.0 with build-id: 35aae8dcc58739cdfe13e8bdf4a99dc671fe9c61#012Found module libcairo-gobject.so.2 with build-id: 2c7bf0169850d1cadf6116ade430bc3c4ca06068#012Found module libXi.so.6 with build-id: ab4dc4c384333036533ba41a1022480fe3f82d18#012Found module libgmodule-2.0.so.0 with build-id: f1917ea6c5878006c8bf2ba346f99d3bdb546c71#012Found module libgio-2.0.so.0 with build-id: ab07dda6832bc93fc15e867b2f0c0dee7d671e8f#012Found module libICE.so.6 with build-id: 1f892cc01514c4939b67efc7179e0f9e7d04a588#012Found module libSM.so.6 with build-id: 9a06e62abcd006adc36122428fe26b3de547a2b0#012Found module libatk-1.0.so.0 with build-id: 1f96ecb6734fd199e54a048c9d552888726021c7#012Found module libxcb.so.1 with build-id: 20583630b867511565bcc4a09fe53cd8126628c4#012Found module libX11-xcb.so.1 with build-id: b316f0663121e3923dccc62ec96a91953b7d504a#012Found module libxcb-util.so.1 with build-id: 3ad45a7733427169c45268b4ffaa <3.6> 2024-03-28T13:23:32.383272+01:00 Isengard systemd 1 - - systemd-coredump@6-15131-0.service: Deactivated successfully. <3.6> 2024-03-28T13:25:01.043930+01:00 Isengard systemd 1 - - Started Session c2896 of User cer. I uninstalled those two, but still lost X. I'll try rebooting. [... several minutes] X is back. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Hello, In the Message; Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <d6e157b1-4fec-42ce-957b-0240a1648c80@telefonica.net> Date & Time: Thu, 28 Mar 2024 00:25:03 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] CER> I will test it now on an amd based laptop [...] Plays fine. So CER> the assumption is it doesn't play on Intel machines. CER> My VLC complains about not finding "hybrid_drv_video.so". How CER> can I install it? On Intel machine. what does this report you? $ grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log Best Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "As Google fights for positioning in a new AI boom and an era where some consumers are turning to TikTok or ChatGPT instead of Google Search, some employees now worry product development could become dangerously hasty. The restructuring of RESIN has increased those concerns, the sources say." -- Google Splits Up a Key AI Ethics Watchdog --
On 2024-03-29 01:48, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <d6e157b1-4fec-42ce-957b-0240a1648c80@telefonica.net> Date & Time: Thu, 28 Mar 2024 00:25:03 +0100
[CER] == "Carlos E. R." <...> has written:
[...] CER> I will test it now on an amd based laptop [...] Plays fine. So CER> the assumption is it doesn't play on Intel machines.
CER> My VLC complains about not finding "hybrid_drv_video.so". How CER> can I install it?
On Intel machine. what does this report you?
$ grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log
Isengard:~ # grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log [ 201.567] (II) intel(0): [DRI2] DRI driver: iris [ 201.567] (II) intel(0): [DRI2] VDPAU driver: va_gl Isengard:~ # I installed intel-hybrid-driver yesterday, then removed it, because it caused X to crash. There was a coredump (several). Details on another post (<https://lists.opensuse.org/archives/list/users@lists.opensuse.org/message/M3ZNYM7JZEGRBQAP2X52NZXBCWIYEITZ/>). -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Hello, Are you still awake at this hour? In the Message; Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <7ba25b2d-5d37-468b-806d-faf5770c3d4d@telefonica.net> Date & Time: Fri, 29 Mar 2024 03:07:09 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] MN> > On Intel machine. what does this report you? MN> > $ grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log CER> Isengard:~ # grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log CER> [ 201.567] (II) intel(0): [DRI2] DRI driver: iris CER> [ 201.567] (II) intel(0): [DRI2] VDPAU driver: va_gl CER> Isengard:~ # ? How about this? export LIBVA_DRIVERS_PATH=/usr/lib64/dri export LIBVA_DRIVER_NAME=iris CER> I installed intel-hybrid-driver yesterday, then removed it, because it caused X CER> to crash. There was a coredump (several). Details on another post CER> (<https://lists.opensuse.org/archives/list/users@lists.opensuse.org/message/M3ZNYM7JZEGRBQAP2X52NZXBCWIYEITZ/>). I think libvdpau is falling back to hybrid_drv_video.so because it can't find the right driver. Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "To hire for skills, firms will need to implement robust and intentional changes in their hiring practices ― and change is hard." -- Employers don’t practice what they preach on skills-based hiring--
On 2024-03-29 04:04, Masaru Nomiya wrote:
Hello,
Are you still awake at this hour?
Waiting to be sleepy I was just going to bed :-)
In the Message;
Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <7ba25b2d-5d37-468b-806d-faf5770c3d4d@telefonica.net> Date & Time: Fri, 29 Mar 2024 03:07:09 +0100
[CER] == "Carlos E. R." <robin.listas@telefonica.net> has written:
[...] MN> > On Intel machine. what does this report you?
MN> > $ grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log
CER> Isengard:~ # grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log CER> [ 201.567] (II) intel(0): [DRI2] DRI driver: iris CER> [ 201.567] (II) intel(0): [DRI2] VDPAU driver: va_gl CER> Isengard:~ #
?
How about this?
export LIBVA_DRIVERS_PATH=/usr/lib64/dri export LIBVA_DRIVER_NAME=iris
CER> I installed intel-hybrid-driver yesterday, then removed it, because it caused X CER> to crash. There was a coredump (several). Details on another post CER> (<https://lists.opensuse.org/archives/list/users@lists.opensuse.org/message/M3ZNYM7JZEGRBQAP2X52NZXBCWIYEITZ/>).
I think libvdpau is falling back to hybrid_drv_video.so because it can't find the right driver.
Er... did you notice the post in which I said that I got vlc working by choosing in preferences to use "11 video output (XCB)" or "VDPAU output" It just doesn't work when left to automatics. xine crashes, but might be unrelated. Tries to open iHD_drv_video.so -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Hello, In the Message; Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <f6b9a096-7113-48d0-b8b5-6aa88c62c776@telefonica.net> Date & Time: Fri, 29 Mar 2024 13:05:41 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: MN> > Are you still awake at this hour? CER> Waiting to be sleepy CER> I was just going to bed :-) When I was in the UK, I was surprised at how early everyone went to bed and got up. In Japan, it has become a social problem that we Japanese don't get enough sleep, and the sleep business is all the rage. [...] MN> > I think libvdpau is falling back to hybrid_drv_video.so because it MN> > can't find the right driver. CER> Er... did you notice the post in which I said that I got vlc CER> working by choosing in preferences to use "11 video output CER> (XCB)" or "VDPAU output" CER> It just doesn't work when left to automatics. CER> xine crashes, but might be unrelated. Tries to open CER> iHD_drv_video.so The libvadpau cannot recognize HD_drv_video.so itself. The key point to try is that vdpauinfo and vainfo return the correct information. Now it's my turn to sleep. Best Regards & Good Night. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "To hire for skills, firms will need to implement robust and intentional changes in their hiring practices ― and change is hard." -- Employers don’t practice what they preach on skills-based hiring--
On Fri, 29 Mar 2024 21:34:28 +0900 Masaru Nomiya <nomiya@lake.dti.ne.jp> wrote:
Date & Time: Fri, 29 Mar 2024 13:05:41 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written:
MN> > Are you still awake at this hour?
CER> Waiting to be sleepy CER> I was just going to bed :-)
[See below] ... and you're still using screens just before you go to bed! ?
When I was in the UK, I was surprised at how early everyone went to bed and got up.
Evidently you missed me! :)
In Japan, it has become a social problem that we Japanese don't get enough sleep, and the sleep business is all the rage.
Now it's my turn to sleep.
Is one of those businesses called "Sleep Hygiene" and is one part of that stopping using TV and computer screens two hours before you go to bed? (hint: the answer is yes) And are you?
On 2024-03-29 17:29, Dave Howorth wrote:
On Fri, 29 Mar 2024 21:34:28 +0900 Masaru Nomiya <nomiya@lake.dti.ne.jp> wrote:
Date & Time: Fri, 29 Mar 2024 13:05:41 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written:
MN> > Are you still awake at this hour?
CER> Waiting to be sleepy CER> I was just going to bed :-)
[See below] ... and you're still using screens just before you go to bed! ?
I was sitting on the sofa seeing a "thriller" serial. On the way to bed, I paused to switch off the computer. Can't help to have a look :-)
When I was in the UK, I was surprised at how early everyone went to bed and got up.
Evidently you missed me! :)
In Japan, it has become a social problem that we Japanese don't get enough sleep, and the sleep business is all the rage.
Now it's my turn to sleep.
Is one of those businesses called "Sleep Hygiene" and is one part of that stopping using TV and computer screens two hours before you go to bed? (hint: the answer is yes)
And are you?
I read something in bed, in an electronic paper reader. -- Cheers / Saludos, Carlos E. R. (from Elesar, using openSUSE Leap 15.5)
Hello, In the Message; Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <20240329162926.19a5d073@acer-suse.fritz.box> Date & Time: Fri, 29 Mar 2024 16:29:26 +0000 [DH] == Dave Howorth <dave@howorth.org.uk> has written: DH> On Fri, 29 Mar 2024 21:34:28 +0900 DH> Masaru Nomiya <nomiya@lake.dti.ne.jp> wrote: MN>> Now it's my turn to sleep. DH> Is one of those businesses called "Sleep Hygiene" and is one part of DH> that stopping using TV and computer screens two hours before you go to DH> bed? (hint: the answer is yes) DH> And are you? It's entirely correct. In Japan, people are actively telling not to use their phones before going to bed because of sleep problems. I don't own a TV or a smartphone, but I understand that screens are bad for your eyes and even your brain. Sorry for Off-topic、all. Anyway, I'll try to be more precise. [...] Isengard:~ # grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log [ 201.567] (II) intel(0): [DRI2] DRI driver: iris [ 201.567] (II) intel(0): [DRI2] VDPAU driver: va_gl Isengard:~ # [...] Anyway, I'm going to write more precisely because it is important to use vlc. The message 'VDPAU driver: va_gl' in the second line appears when the libva driver is incorrectly configured, and does not appear when the configuration is correct. You can find out how it is configured with; $ env | grep LIBVA_DRIVER. You can also check if the LIBVA_DRIVER setting is correct with; $ vainfo If the setting is correct, the following result is displayed. $ vainfo Trying display: wayland Trying display: x11 libva info: VA-API version 1.21.0 libva error: vaGetDriverNames() failed with unknown libva error libva info: User environment variable requested driver 'nvidia libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info: va_openDriver() returns 0 vainfo:: Found init function __vaDriverInit_1_20 VA-API version: 1.21 (libva 2.20.0) vainfo: va_openDriverInit_1_20 Driver version: 1.21 (libva 2.20.0) Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.4 vainfo: Driver version: Splitted-Desktop Systems Supported profiles and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG4Simple : VAEntrypointVLD VAProfileMPEG4AdvancedSimple : VAEntrypointVLD <unknown profile> : VAEntrypointVLD VAProfileH264Main : VAEntrypointVLD VAProfileH264High : VAEntrypointVLD VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD If the setting is not correct, it will look like this; $ vainfo Trying display: wayland Trying display: x11 libva info: VA-API version 1.21.0 libva error: vaGetDriverNames() failed with unknown libva error libva info: User environment variable requested driver 'i950 libva info: Trying to open /usr/lib64/dri/i950_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit If the configuration is incorrect, you must add the followings to the .profile; export LIBVA_DRIVERS_PATH=/usr/lib64/dri export LIBVA_DRIVER_NAME=[correct driver name] If it is correct, you do not need to do anything. As can be inferred from the above, for example, whether iHD_drv_video.so can be used as a libva driver can be determined by executing; $ LIBVA_DRIVER_NAME=iHD vainfo HTHs. Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Companies have come to view generative AI as a kind of monster that must be fed at all costs―even if it isn’t always clear what exactly that data is needed for or what those future AI systems might end up doing." -- Generative AI Is Making Companies Even More Thirsty for Your Data --
On 2024-03-30 04:31, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <20240329162926.19a5d073@acer-suse.fritz.box> Date & Time: Fri, 29 Mar 2024 16:29:26 +0000
[DH] == Dave Howorth <dave@howorth.org.uk> has written:
DH> On Fri, 29 Mar 2024 21:34:28 +0900 DH> Masaru Nomiya <nomiya@lake.dti.ne.jp> wrote:
MN>> Now it's my turn to sleep.
DH> Is one of those businesses called "Sleep Hygiene" and is one part of DH> that stopping using TV and computer screens two hours before you go to DH> bed? (hint: the answer is yes)
DH> And are you?
It's entirely correct.
In Japan, people are actively telling not to use their phones before going to bed because of sleep problems.
I don't own a TV or a smartphone, but I understand that screens are bad for your eyes and even your brain.
Sorry for Off-topic、all.
Ok :-)
Anyway, I'll try to be more precise.
[...] Isengard:~ # grep -iE 'vdpau | dri driver' /var/log/Xorg.0.log [ 201.567] (II) intel(0): [DRI2] DRI driver: iris [ 201.567] (II) intel(0): [DRI2] VDPAU driver: va_gl Isengard:~ # [...]
Anyway, I'm going to write more precisely because it is important to use vlc.
The message 'VDPAU driver: va_gl' in the second line appears when the libva driver is incorrectly configured, and does not appear when the configuration is correct.
You can find out how it is configured with;
$ env | grep LIBVA_DRIVER.
Isengard:~ # env | grep LIBVA_DRIVER Isengard:~ #
You can also check if the LIBVA_DRIVER setting is correct with;
$ vainfo
Isengard:~ # vainfo If 'vainfo' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf vainfo Isengard:~ # Isengard:~ # zypper install libva-utils ... Isengard:~ # logout Connection to isengard.valinor closed. cer@Telcontar:~> ssh -X cer@isengard.valinor Last login: Wed Mar 27 21:45:27 2024 from 79.151.89.236 Have a lot of fun... cer@Isengard:~> tmux attach Isengard:~ # vainfo error: XDG_RUNTIME_DIR is invalid or not set in the environment. libva info: VA-API version 1.16.0 libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_16 libva error: /usr/lib64/dri/iHD_drv_video.so init failed libva info: va_openDriver() returns 1 libva info: Trying to open /usr/lib64/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_13 failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.16 (libva 2.15.0) vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.4.1 ... Isengard:~ # It doesn't like execution via ssh, trying locally and pasting to a file. cer@Isengard:~/tmp> vainfo libva info: VA-API version 1.16.0 libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_16 libva error: /usr/lib64/dri/iHD_drv_video.so init failed libva info: va_openDriver() returns 1 libva info: Trying to open /usr/lib64/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_13 failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.16 (libva 2.15.0) vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.4.1 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264MultiviewHigh : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileH264StereoHigh : VAEntrypointEncSlice VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc VAProfileJPEGBaseline : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointEncPicture VAProfileVP8Version0_3 : VAEntrypointVLD VAProfileVP8Version0_3 : VAEntrypointEncSlice VAProfileHEVCMain : VAEntrypointVLD You have new mail in /var/spool/mail/cer cer@Isengard:~/tmp>
If the setting is correct, the following result is displayed.
$ vainfo
Trying display: wayland Trying display: x11 libva info: VA-API version 1.21.0 libva error: vaGetDriverNames() failed with unknown libva error libva info: User environment variable requested driver 'nvidia libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info: va_openDriver() returns 0 vainfo:: Found init function __vaDriverInit_1_20 VA-API version: 1.21 (libva 2.20.0) vainfo: va_openDriverInit_1_20 Driver version: 1.21 (libva 2.20.0) Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.4 vainfo: Driver version: Splitted-Desktop Systems Supported profiles and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG4Simple : VAEntrypointVLD VAProfileMPEG4AdvancedSimple : VAEntrypointVLD <unknown profile> : VAEntrypointVLD VAProfileH264Main : VAEntrypointVLD VAProfileH264High : VAEntrypointVLD VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD
If the setting is not correct, it will look like this;
$ vainfo Trying display: wayland Trying display: x11 libva info: VA-API version 1.21.0 libva error: vaGetDriverNames() failed with unknown libva error libva info: User environment variable requested driver 'i950 libva info: Trying to open /usr/lib64/dri/i950_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit
If the configuration is incorrect, you must add the followings to the .profile;
export LIBVA_DRIVERS_PATH=/usr/lib64/dri export LIBVA_DRIVER_NAME=[correct driver name]
And what is the correct driver name? :-?
If it is correct, you do not need to do anything.
As can be inferred from the above, for example, whether iHD_drv_video.so can be used as a libva driver can be determined by executing;
$ LIBVA_DRIVER_NAME=iHD vainfo
cer@Isengard:~/tmp> LIBVA_DRIVER_NAME=iHD vainfo libva info: VA-API version 1.16.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_16 libva error: /usr/lib64/dri/iHD_drv_video.so init failed libva info: va_openDriver() returns 1 vaInitialize failed with error code 1 (operation failed),exit cer@Isengard:~/tmp> -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
Hello, In the Message; Subject : Re: [oS-en] Problem with VLC on Intel machines. Message-ID : <2f864f15-79f2-4917-816a-38aba8fae6ef@telefonica.net> Date & Time: Sat, 30 Mar 2024 13:55:04 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] MN> > You can find out how it is configured with; MN> > $ env | grep LIBVA_DRIVER. CER> Isengard:~ # env | grep LIBVA_DRIVER CER> Isengard:~ # I checked it on my laptop. I get it on my NVIDIA machine, but not on my Intel machine. I think it's a difference in the video driver. MN> > You can also check if the LIBVA_DRIVER setting is correct with; MN> > $ vainfo CER> Isengard:~ # vainfo CER> If 'vainfo' is not a typo you can use command-not-found to CER> lookup the package that contains it, like this: CER> cnf vainfo CER> Isengard:~ # CER> Isengard:~ # zypper install libva-utils Hmmm... I guess We have to install libva-utils separately. [...] CER> It doesn't like execution via ssh, trying locally and pasting to a file. cer@Isengard:~/tmp> vainfo CER> libva info: VA-API version 1.16.0 CER> libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so CER> libva info: Found init function __vaDriverInit_1_16 CER> libva error: /usr/lib64/dri/iHD_drv_video.so init failed CER> libva info: va_openDriver() returns 1 CER> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so CER> libva info: Found init function __vaDriverInit_1_13 CER> failed to open /usr/lib64/dri/hybrid_drv_video.so CER> Not using hybrid_drv_video.so CER> libva info: va_openDriver() returns 0 CER> vainfo: VA-API version: 1.16 (libva 2.15.0) CER> vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.4.1 CER> vainfo: Supported profile and entrypoints CER> VAProfileMPEG2Simple : VAEntrypointVLD CER> VAProfileMPEG2Simple : VAEntrypointEncSlice CER> VAProfileMPEG2Main : VAEntrypointVLD CER> VAProfileMPEG2Main : VAEntrypointEncSlice CER> VAProfileH264ConstrainedBaseline: VAEntrypointVLD CER> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice CER> VAProfileH264Main : VAEntrypointVLD CER> VAProfileH264Main : VAEntrypointEncSlice CER> VAProfileH264High : VAEntrypointVLD CER> VAProfileH264High : VAEntrypointEncSlice CER> VAProfileH264MultiviewHigh : VAEntrypointVLD CER> VAProfileH264MultiviewHigh : VAEntrypointEncSlice CER> VAProfileH264StereoHigh : VAEntrypointVLD CER> VAProfileH264StereoHigh : VAEntrypointEncSlice CER> VAProfileVC1Simple : VAEntrypointVLD CER> VAProfileVC1Main : VAEntrypointVLD CER> VAProfileVC1Advanced : VAEntrypointVLD CER> VAProfileNone : VAEntrypointVideoProc CER> VAProfileJPEGBaseline : VAEntrypointVLD CER> VAProfileJPEGBaseline : VAEntrypointEncPicture CER> VAProfileVP8Version0_3 : VAEntrypointVLD CER> VAProfileVP8Version0_3 : VAEntrypointEncSlice CER> VAProfileHEVCMain : VAEntrypointVLD CER> You have new mail in /var/spool/mail/cer CER> cer@Isengard:~/tmp> [...] CER> > If the configuration is incorrect, you must add the followings to the CER> > .profile; CER> > CER> > export LIBVA_DRIVERS_PATH=/usr/lib64/dri CER> > export LIBVA_DRIVER_NAME=[correct driver name] CER> And what is the correct driver name? :-? In your case, as per your previous email, iris. MN> > As can be inferred from the above, for example, whether MN> > iHD_drv_video.so can be used as a libva driver can be determined by MN> > executing; MN> > $ LIBVA_DRIVER_NAME=iHD vainfo cer@Isengard:~/tmp> LIBVA_DRIVER_NAME=iHD vainfo CER> libva info: VA-API version 1.16.0 CER> libva info: User environment variable requested driver 'iHD' CER> libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so CER> libva info: Found init function __vaDriverInit_1_16 CER> libva error: /usr/lib64/dri/iHD_drv_video.so init failed CER> libva info: va_openDriver() returns 1 CER> vaInitialize failed with error code 1 (operation failed),exit CER> cer@Isengard:~/tmp> It's unlikely. Please show these results; 1. $ cat /etc/os-release 2. $ inxi -Ga 3. $ rpm -q Mesa-libva 4. $ rpm -q libva-utils 5. $ LIBVA_DRIVER_NAME=iris vainfo Best Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Maddox hopes that empowering users to pick their own algorithms will get them to think more about what’s involved in making them. " -- Bluesky's Custom Algorithms Could Be the Future of Social Media --
participants (8)
-
Carlos E. R.
-
Carlos E. R.
-
Carlos E.R.
-
Dave Howorth
-
Felix Miata
-
Knurpht-openSUSE
-
Masaru Nomiya
-
Patrick Shanahan