amunoz
August 23, 2023, 4:46pm
1
Hi,
I’ m having issues reproducing videos (from youtube for example) in Chromium or Firefox (mostly synchronization issues (video stuck for 4-5 secs) between video and audio).
The system runs on a ThinkPad P15 Gen 2i
laptop equipped with a NVIDIA TU117GLM [T1200 Laptop GPU]
GPU and NVIDIA driver version 535.86.05
. And I have an external screen attached to the laptop.
sudo inxi -G
Graphics:
Device-1: NVIDIA TU117GLM [T1200 Laptop GPU] driver: nvidia v: 535.86.05
Device-2: Luxvisions Innotech Integrated Camera driver: uvcvideo type: USB
Device-3: Logitech HD Pro Webcam C920 driver: snd-usb-audio,uvcvideo type: USB
Display: server: X.org v: 1.21.1.8 with: Xwayland v: 23.1.2 driver: X: loaded: nvidia
gpu: nvidia,nvidia-nvswitch tty: 137x21 resolution: 1: 3840x2160 2: 1920x1080
API: OpenGL Message: GL data unavailable in console for root.
I’m running KDE with X11 (Server Version Number 11.0 Server Vendor Version 1.21.1.8 (12101008))
.
I’m trying to get Firefox logs (running MOZ_LOG=sync,timestamp,PlatformDecoderModule:5 firefox
in a terminal) but I must be doing something wrong, as I can not see my firefox (116.0.3) printing ANY log there. If I include the MOZ_LOG_FILE
variable, I end up having an empty file…
Is there any additional step to get the logs printed in the terminal?
Thanks!
Andres
amunoz
August 24, 2023, 10:07am
2
I managed to get the logs written to stdout.
I am trying to use this driver https://github.com/elFarto/nvidia-vaapi-driver/
to use VA-API with NVIDIA’s NVDEC.
Here’s the log I’m getting when trying to reproduce a video from youtube:
NVD_BACKEND=direct firefox -MOZ_LOG="PlatformDecoderModule:5" -MOZ_LOG_FILE=all.log
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Mozilla Firefox" msgid_plural: "" msgctxt: ""
libva info: VA-API version 1.19.0
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_0
libva info: va_openDriver() returns 0
libva info: VA-API version 1.19.0
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_0
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4aa5f87440] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4aa5f87440] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4aa5f87440] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4aa5f87440] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4aa5f87440] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4aa5f87440] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4aa5f87440] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7dd84380] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7dd84380] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
[vp9 @ 0x7f4a987df000] Format vaapi chosen by get_format().
[vp9 @ 0x7f4a987df000] Format vaapi requires hwaccel initialisation.
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7dd84600] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7dd84600] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
[vp9 @ 0x7f4a987df000] Considering format 0x3231564e -> nv12.
[vp9 @ 0x7f4a987df000] Considering format 0x30313050 -> p010le.
[vp9 @ 0x7f4a987df000] Considering format 0x32313050 -> p012le.
[vp9 @ 0x7f4a987df000] Ignoring unknown format 0x36313050.
[vp9 @ 0x7f4a987df000] Picked nv12 (0x3231564e) as best match for yuv420p.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x2.
[AVHWFramesContext @ 0x7f4ab0c28200] Direct mapping disabled: deriving image does not work: 1 (operation failed).
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x3.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x4.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x5.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x6.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x7.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x8.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x9.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0xa.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0xb.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0xc.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0xd.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0xe.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0xf.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x10.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x11.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x12.
[AVHWFramesContext @ 0x7f4ab0c28200] Created surface 0x13.
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7ea99480] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7ea99480] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7ea99480] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7ea99480] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7ea99480] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7ea99480] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7ea99480] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
[vp9 @ 0x7f4a987df000] Decode context initialised: 0x14/0x15.
[vp9 @ 0x7f4a987df000] Param buffer (type 0, 92 bytes) is 0x16.
[vp9 @ 0x7f4a987df000] Slice 0 param buffer (316 bytes) is 0x17.
[vp9 @ 0x7f4a987df000] Slice 0 data buffer (7592 bytes) is 0x18.
[vp9 @ 0x7f4a987df000] Decode to surface 0x13.
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7ea99180] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7ea99180] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7ea99180] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7ea99180] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7ea99180] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7ea99180] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7ea99180] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7dd844c0] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7dd844c0] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7dd844c0] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7dd844c0] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7dd844c0] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7dd844c0] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7dd844c0] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7dd84600] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7dd84600] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7dd84600] Driver not found in known nonstandard list, using standard behaviour.
libva info: VA-API version 1.19.0
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_0
libva info: va_openDriver() returns 0
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x32313050 -> p012le.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x7f4a7dd84380] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x7f4a7dd84380] VAAPI driver: VA-API NVDEC driver [direct backend].
[AVHWDeviceContext @ 0x7f4a7dd84380] Driver not found in known nonstandard list, using standard behaviour.
[vp9 @ 0x7f4a9149bc00] Format vaapi chosen by get_format().
[vp9 @ 0x7f4a9149bc00] Format vaapi requires hwaccel initialisation.
[vp9 @ 0x7f4a9149bc00] Considering format 0x3231564e -> nv12.
[vp9 @ 0x7f4a9149bc00] Considering format 0x30313050 -> p010le.
[vp9 @ 0x7f4a9149bc00] Considering format 0x32313050 -> p012le.
[vp9 @ 0x7f4a9149bc00] Ignoring unknown format 0x36313050.
[vp9 @ 0x7f4a9149bc00] Picked nv12 (0x3231564e) as best match for yuv420p.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x2.
[AVHWFramesContext @ 0x7f4a7e560700] Direct mapping disabled: deriving image does not work: 1 (operation failed).
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x3.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x4.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x5.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x6.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x7.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x8.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x9.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0xa.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0xb.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0xc.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0xd.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0xe.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0xf.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x10.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x11.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x12.
[AVHWFramesContext @ 0x7f4a7e560700] Created surface 0x13.
[vp9 @ 0x7f4a9149bc00] Decode context initialised: 0x14/0x15.
[vp9 @ 0x7f4a9149bc00] Param buffer (type 0, 92 bytes) is 0x16.
[vp9 @ 0x7f4a9149bc00] Slice 0 param buffer (316 bytes) is 0x17.
[vp9 @ 0x7f4a9149bc00] Slice 0 data buffer (7592 bytes) is 0x18.
[vp9 @ 0x7f4a9149bc00] Decode to surface 0x13.
[vp9 @ 0x7f4a9149bc00] Param buffer (type 0, 92 bytes) is 0x19.
[vp9 @ 0x7f4a9149bc00] Slice 0 param buffer (316 bytes) is 0x1a.
[vp9 @ 0x7f4a9149bc00] Slice 0 data buffer (1004 bytes) is 0x1b.
[vp9 @ 0x7f4a9149bc00] Decode to surface 0x12.
Does anyone have any hint of what’s wrong with my setup?
Thanks!
hcvv
August 24, 2023, 10:15am
3
Hello, and welcome to the openSUSE forums.
While it looks the problem might be on another area, I nevertheless ask my standard question: did you do the vendor switch to Packman?
amunoz
August 24, 2023, 10:24am
4
For some packages, yep, I did the switch to Packman.
zypper pa -ir packman
Loading repository data...
Reading installed packages...
S | Repository | Name | Version | Arch
---+------------+-------------------------------+----------------------------------------+-------
i+ | Packman | deadbeef | 1.9.5-1699.70.pm.5 | x86_64
i | Packman | deadbeef-plugins-extra | 1.9.5-1699.70.pm.5 | x86_64
i | Packman | faac | 1.30-1699.1.pm.63 | x86_64
v | Packman | faac | 1.30-1699.1.pm.63 | i586
i+ | Packman | ffmpeg-5 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | ffmpeg-5 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | gdk-pixbuf-loader-libheif | 1.16.2-1699.5.pm.10 | x86_64
v | Packman | gdk-pixbuf-loader-libheif | 1.16.2-1699.5.pm.10 | i586
i+ | Packman | gstreamer-plugins-bad-codecs | 1.22.5-1699.1.pm.1 | x86_64
v | Packman | gstreamer-plugins-bad-codecs | 1.22.0-1599.1.pm.1 | x86_64
v | Packman | gstreamer-plugins-bad-codecs | 1.22.5-1699.1.pm.1 | i586
v | Packman | gstreamer-plugins-bad-codecs | 1.22.0-1599.1.pm.1 | i586
i+ | Packman | gstreamer-plugins-ugly-codecs | 1.22.5-1699.1.pm.1 | x86_64
v | Packman | gstreamer-plugins-ugly-codecs | 1.22.0-1599.1.pm.1 | x86_64
v | Packman | gstreamer-plugins-ugly-codecs | 1.22.5-1699.1.pm.1 | i586
i+ | Packman | libavcodec58_134 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libavcodec58_134 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libavcodec59 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libavcodec59 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libavcodec60 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libavcodec60 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libavdevice59 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libavdevice59 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libavdevice60 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libavdevice60 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libavfilter7_110 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libavfilter7_110 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libavfilter8 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libavfilter8 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libavfilter9 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libavfilter9 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libavformat58_76 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libavformat58_76 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libavformat59 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libavformat59 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libavformat60 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libavformat60 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libavresample4_0 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libavresample4_0 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libavutil56_70 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libavutil56_70 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libavutil57 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libavutil57 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libavutil58 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libavutil58 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libdca0 | 0.0.7-1699.1.pm.64 | x86_64
v | Packman | libdca0 | 0.0.7-1699.1.pm.59 | x86_64
v | Packman | libdca0 | 0.0.7-1699.1.pm.64 | i586
v | Packman | libdca0 | 0.0.7-1699.1.pm.59 | i586
i | Packman | libde265-0 | 1.0.11-1699.1.pm.5 | x86_64
v | Packman | libde265-0 | 1.0.11-1699.1.pm.5 | i586
i | Packman | libfaac0 | 1.30-1699.1.pm.63 | x86_64
v | Packman | libfaac0 | 1.30-1699.1.pm.63 | i586
i | Packman | libfaad2 | 2.10.0-1699.1.pm.53 | x86_64
v | Packman | libfaad2 | 2.10.0-1699.1.pm.53 | i586
i+ | Packman | libfdk-aac2 | 2.0.2-1699.1.pm.46 | x86_64
v | Packman | libfdk-aac2 | 2.0.2-1699.1.pm.46 | i586
i+ | Packman | libgbm1 | 23.1.5-1699.356.pm.4 | x86_64
v | Packman | libgbm1 | 23.1.5-1699.356.pm.4 | i586
i+ | Packman | libheif-rav1e | 1.16.2-1699.5.pm.10 | x86_64
v | Packman | libheif-rav1e | 1.16.2-1699.5.pm.10 | i586
i+ | Packman | libheif-svtenc | 1.16.2-1699.5.pm.10 | x86_64
i+ | Packman | libheif1 | 1.16.2-1699.5.pm.10 | x86_64
v | Packman | libheif1 | 1.16.2-1699.5.pm.10 | i586
i | Packman | libopenaptx0 | 0.2.0-1699.10.pm.58 | x86_64
v | Packman | libopenaptx0 | 0.2.0-1699.10.pm.58 | i586
i+ | Packman | libpostproc55_9 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libpostproc55_9 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libpostproc56 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libpostproc56 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libpostproc57 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libpostproc57 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libquicktime0 | 1.2.4+git20180804.fff99cd-1699.6.pm.8 | x86_64
v | Packman | libquicktime0 | 1.2.4+git20180804.fff99cd-1699.6.pm.8 | i586
i+ | Packman | librist4 | 0.2.7-1699.1.pm.12 | x86_64
v | Packman | librist4 | 0.2.7-1699.1.pm.12 | i586
i | Packman | librtmp1 | 2.4.20151223.fa8646d-1699.1.pm.106 | x86_64
v | Packman | librtmp1 | 2.4.20151223.fa8646d-1699.1.pm.106 | i586
i+ | Packman | libswresample3_9 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libswresample3_9 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libswresample4 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libswresample4 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libswresample4_ff5 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libswresample4_ff5 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libswscale5_9 | 4.4.4-1699.4.pm.10 | x86_64
v | Packman | libswscale5_9 | 4.4.4-1699.4.pm.10 | i586
i+ | Packman | libswscale6 | 5.1.3-1699.9.pm.10 | x86_64
v | Packman | libswscale6 | 5.1.3-1699.9.pm.10 | i586
i+ | Packman | libswscale7 | 6.0-1699.5.pm.7 | x86_64
v | Packman | libswscale7 | 6.0-1699.5.pm.7 | i586
i+ | Packman | libvdpau_nouveau | 23.1.5-1699.356.pm.6 | x86_64
v | Packman | libvdpau_nouveau | 23.1.5-1699.356.pm.6 | i586
i+ | Packman | libvlc5 | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | libvlc5 | 3.0.18-1699.12.pm.6 | i586
i+ | Packman | libvlccore9 | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | libvlccore9 | 3.0.18-1699.12.pm.6 | i586
i | Packman | libvo-aacenc0 | 0.1.3-1699.1.pm.85 | x86_64
v | Packman | libvo-aacenc0 | 0.1.3-1699.1.pm.85 | i586
i+ | Packman | libvo-amrwbenc0 | 0.1.3-1699.1.pm.85 | x86_64
v | Packman | libvo-amrwbenc0 | 0.1.3-1699.1.pm.85 | i586
i | Packman | libx264-164 | 0.164+git20220602.baee400f-1699.1.pm.9 | x86_64
v | Packman | libx264-164 | 0.164+git20220602.baee400f-1699.1.pm.9 | i586
i | Packman | libx265-199 | 3.5-1699.2.pm.61 | x86_64
v | Packman | libx265-199 | 3.5-1699.2.pm.61 | i586
i | Packman | libxvidcore4 | 1.3.7-1699.1.pm.56 | x86_64
v | Packman | libxvidcore4 | 1.3.7-1699.1.pm.56 | i586
i+ | Packman | Mesa | 23.1.5-1699.356.pm.4 | x86_64
v | Packman | Mesa | 23.1.5-1699.356.pm.4 | i586
i+ | Packman | Mesa-dri | 23.1.5-1699.356.pm.6 | x86_64
v | Packman | Mesa-dri | 23.1.5-1699.356.pm.6 | i586
i+ | Packman | Mesa-gallium | 23.1.5-1699.356.pm.6 | x86_64
v | Packman | Mesa-gallium | 23.1.5-1699.356.pm.6 | i586
i+ | Packman | Mesa-libEGL1 | 23.1.5-1699.356.pm.4 | x86_64
v | Packman | Mesa-libEGL1 | 23.1.5-1699.356.pm.4 | i586
i+ | Packman | Mesa-libGL1 | 23.1.5-1699.356.pm.4 | x86_64
v | Packman | Mesa-libGL1 | 23.1.5-1699.356.pm.4 | i586
i+ | Packman | Mesa-libglapi0 | 23.1.5-1699.356.pm.4 | x86_64
v | Packman | Mesa-libglapi0 | 23.1.5-1699.356.pm.4 | i586
i+ | Packman | Mesa-libglapi0-32bit | 23.1.5-1699.356.pm.4 | x86_64
i+ | Packman | Mesa-libva | 23.1.5-1699.356.pm.6 | x86_64
v | Packman | Mesa-libva | 23.1.5-1699.356.pm.6 | i586
i+ | Packman | pipewire-aptx | 0.3.77-1699.1.pm.1 | x86_64
v | Packman | pipewire-aptx | 0.3.77-1699.1.pm.1 | i586
i+ | Packman | python310-docutils | 0.19-1699.5.pm.15 | noarch
i+ | Packman | python311-docutils | 0.19-1699.5.pm.15 | noarch
i+ | Packman | vlc | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | vlc | 3.0.18-1699.12.pm.6 | i586
i+ | Packman | vlc-codec-gstreamer | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | vlc-codec-gstreamer | 3.0.18-1699.12.pm.6 | i586
i+ | Packman | vlc-codecs | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | vlc-codecs | 3.0.18-1699.12.pm.6 | i586
i+ | Packman | vlc-lang | 3.0.18-1699.12.pm.6 | noarch
v | Packman | vlc-lang | 3.0.18-1699.12.pm.1 | noarch
v | Packman | vlc-lang | 3.0.18-1699.10.pm.8 | noarch
i+ | Packman | vlc-noX | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | vlc-noX | 3.0.18-1699.12.pm.6 | i586
i+ | Packman | vlc-qt | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | vlc-qt | 3.0.18-1699.12.pm.6 | i586
i+ | Packman | vlc-vdpau | 3.0.18-1699.12.pm.6 | x86_64
v | Packman | vlc-vdpau | 3.0.18-1699.12.pm.6 | i586
Was it the wrong move?
hcvv
August 24, 2023, 10:34am
5
amunoz:
Was it the wrong move?
I am not sure what you mean with “for some packages”. One does the switch or one doesn’t.
When you did not, but installed only some random packages from Packman (because you read somewhere that you should have them from Packman), the result may or may not be the same as a complete switch.
Better be 1000% sure you did the switch (you can of course still do it to be sure).
amunoz
August 24, 2023, 5:22pm
6
Yep,
I defined the packman repo with higher prio and run zypper dup --from packman
.
The packages that got updated are the ones in the previous message.
hcvv
August 24, 2023, 5:34pm
7
OK, that is clear then. Maybe indeed something to do with the hardware? I really do not know, but there are better experts for that here that just me.