Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(Pause Thread) Debian 11.6.0, and 12 HP Computer, and Video Problems

Need help with peripherals or devices?
Message
Author
User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

(Pause Thread) Debian 11.6.0, and 12 HP Computer, and Video Problems

#1 Post by DebianUser042923 »

This computer is a refurbished HP computer. This video problem has been a hard thing to diagnose.

For the first 2 years I owned this machine, I ran it on PCLinuxOS, and didn't experience any video problems. But I needed to switch distros, and I decided to try MXLinux which is based on Debian. Right away I noticed these video problems. MX allows you to try other Kernel versions easily. I found that an older 4.X Kernel solved this problem while all the newer kernels only made it worse.

I distro hopped to Linux Mint 20.3, and things worked good there. Currently I am running Linux Mint 21.1 full time, and the video is working good on it. But it is a good idea to have other distros on hand that also work.

I decided to try Linux Mint Debian Edition. I got into the same problem I was having with MXLinux. I decided to try Manjaro, BigLinux (based on Manjaro), and EZArcher. (EZArcher is just a quicker way to have something by Arch.
I didn't want to take the time to build Arch the Arch way just for doing this test.) The video seems to work good on Manjaro, BigLinux, and EZArcher.

I decided to go upstream on Debian and join these forums. I am currently trying Debian 11.6.0 and I am having the same problem as MXLinux and Linux Mint Debian. I guess this means that the problem is originating with this distribution, which is why I'm writing this post.

The computer is connected to a TV. The output on the computer is a display port connected to a hdmi input port on the TV.

I have the system information, and I used a video camera by cannon to record a video so that you can see the erratic video behavior. Sometimes the video goes into fast forward like mode. Other times the voice and the audio is out of sync.

The first part of the recording has no sound because when it went crazy it didn't output any sound. About the second half there is sound but it gradually gets out of sync.

Debian 11.6.0 MPV Video Test
https://youtu.be/FlNByT71vkE

Code: Select all

inxi -Fxz
System:    Kernel: 5.10.0-22-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1 Desktop: Xfce 4.16.0 
           Distro: Debian GNU/Linux 11 (bullseye) 
Machine:   Type: Desktop System: Hewlett-Packard product: HP EliteDesk 800 G1 SFF v: N/A serial: <filter> 
           Mobo: Hewlett-Packard model: 1998 serial: <filter> BIOS: Hewlett-Packard v: L01 v02.78 date: 02/20/2020 
Battery:   Device-1: hidpp_battery_0 model: Logitech M215 charge: 55% (should be ignored) status: Discharging 
CPU:       Info: Quad Core model: Intel Core i7-4790 bits: 64 type: MT MCP arch: Haswell rev: 3 L2 cache: 8 MiB 
           flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 57464 
           Speed: 3592 MHz min/max: 800/4000 MHz Core speeds (MHz): 1: 3592 2: 3592 3: 3592 4: 3591 5: 3592 6: 3594 7: 3595 
           8: 3596 
Graphics:  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics vendor: Hewlett-Packard EliteDesk 800 G1 
           driver: i915 v: kernel bus ID: 00:02.0 
           Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz 
           OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2) v: 4.5 Mesa 20.3.5 direct render: Yes 
Audio:     Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio vendor: Hewlett-Packard EliteDesk 800 G1 
           driver: snd_hda_intel v: kernel bus ID: 00:03.0 
           Device-2: Intel 8 Series/C220 Series High Definition Audio vendor: Hewlett-Packard EliteDesk 800 G1 
           driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
           Sound Server: ALSA v: k5.10.0-22-amd64 
Network:   Device-1: Intel Ethernet I217-LM vendor: Hewlett-Packard EliteDesk 800 G1 driver: e1000e v: kernel port: f080 
           bus ID: 00:19.0 
           IF: eno1 state: up speed: 100 Mbps duplex: full mac: <filter> 
Drives:    Local Storage: total: 931.51 GiB used: 4.4 GiB (0.5%) 
           ID-1: /dev/sda model: SD Ultra 3D 1TB size: 931.51 GiB 
Partition: ID-1: / size: 914.88 GiB used: 4.4 GiB (0.5%) fs: ext4 dev: /dev/sda1 
Swap:      ID-1: swap-1 type: partition size: 976 MiB used: 0 KiB (0.0%) dev: /dev/sda5 
Sensors:   System Temperatures: cpu: 29.8 C mobo: 27.8 C 
           Fan Speeds (RPM): N/A 
Info:      Processes: 175 Uptime: 2h 18m Memory: 15.51 GiB used: 813.3 MiB (5.1%) Init: systemd runlevel: 5 Compilers: 
           gcc: N/A Packages: 1407 Shell: Bash v: 5.1.4 inxi: 3.3.01
Last edited by DebianUser042923 on 2023-06-02 21:32, edited 2 times in total.

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#2 Post by CynicalDebian »

Hello, when downloading the Debian iso, did you use the non-free iso?

Please paste the output of

Code: Select all

#dmesg | grep -i firmware
When running mpv, you can turn on verbose logging. The output of this may be useful.

Code: Select all

$mpv -v /path/to/file.mp4
Be seeing you...

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#3 Post by DebianUser042923 »

I am sorry for my late reply. Currently I only have time to work on this stuff during the weekend.
Hello, when downloading the Debian iso, did you use the non-free iso?
firmware-11.6.0-amd64-netinst.iso


sudo dmesg | grep -i firmware

Code: Select all

sudo] password for gregory: 
[    0.078385] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.228686] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.597459] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
mpv -v *.mp4

Code: Select all

[cplayer] Command line options: '-v' 'Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4'
[cplayer] mpv 0.32.0 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
[cplayer]  built on UNKNOWN
[cplayer] ffmpeg library versions:
[cplayer]    libavutil       56.51.100
[cplayer]    libavcodec      58.91.100
[cplayer]    libavformat     58.45.100
[cplayer]    libswscale      5.7.100
[cplayer]    libavfilter     7.85.100
[cplayer]    libswresample   3.7.100
[cplayer] ffmpeg version: 4.3.5-0+deb11u1
[cplayer] 
[cplayer] Configuration: ./waf configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --confdir=/etc/mpv --zshdir=/usr/share/zsh/vendor-completions --enable-cdda --enable-dvdnav --enable-libmpv-shared --enable-libsmbclient --enable-sdl2 --enable-sndio --disable-build-date --enable-dvbin
[cplayer] List of enabled features: 52arch aligned_alloc alsa asm atomics caca cdda cplayer cplugins debug-build drm drmprime dvbin dvdnav egl egl-drm egl-helpers egl-x11 fchmod ffmpeg gbm gbm.h gl gl-wayland gl-x11 glibc-thread-name glob glob-posix gnuc gpl iconv jack jpeg lcms2 libarchive libass libass-osd libav-any libavcodec libavdevice libavutil libbluray libdl libm libmpv-shared librt libsmbclient linux-fstatfs lua memfd_create optimize oss-audio plain-gl posix posix-or-mingw posix-spawn posix-spawn-native pthreads pulse rubberband sdl2 sdl2-audio sdl2-gamepad sdl2-video sndio stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vdpau-gl-x11 vt.h wayland wayland-protocols x11 xv zlib
[cplayer] Reading config file /etc/mpv/encoding-profiles.conf
[cplayer] Applying profile 'default'...
[cplayer] Setting option 'v' = '' (flags = 8)
[cplayer] Waiting for scripts...
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX)
[osd/libass] Setting up fonts...
[osd/libass] Using font provider fontconfig
[osd/libass] Done.
[cplayer] Done loading scripts.
[cplayer] Running hook: ytdl_hook/on_load
[ytdl_hook] ytdl:// hook 
[ytdl_hook] not a ytdl:// url 
[osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX)
[osd/libass] Setting up fonts...
[ifo_dvdnav] Opening Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[bdmv/bluray] Opening Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[file] Opening Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[demux] Trying demuxers for level=normal.
[osd/libass] Using font provider fontconfig
[osd/libass] Done.
[lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048.
[demux] Detected file format: mov,mp4,m4a,3gp,3g2,mj2 (libavformat)
[cplayer] Opening done: Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[find_files] Loading external files in .
[cplayer] Running hook: ytdl_hook/on_preloaded
[lavf] select track 0
[lavf] select track 1
[cplayer]  (+) Video --vid=1 (*) (h264 1920x1080 29.970fps)
[cplayer]  (+) Audio --aid=1 (*) (aac 2ch 44100Hz)
[vo/gpu] Probing for best GPU context.
[vo/gpu/opengl] Initializing GPU context 'wayland'
[vo/gpu/opengl] Initializing GPU context 'x11egl'
[vo/gpu/x11] X11 opening display: :0.0
[vo/gpu/x11] Display 0 (HDMI-1): [0, 0, 1920, 1080] @ 60.000000 FPS
[vo/gpu/x11] Current display FPS: 60.000000
[vo/gpu/opengl] EGL_VERSION=1.4
[vo/gpu/opengl] EGL_VENDOR=Mesa Project
[vo/gpu/opengl] EGL_CLIENT_APIS=OpenGL OpenGL_ES 
[vo/gpu/opengl] Trying to create Desktop OpenGL context.
[vo/gpu/opengl] Choosing visual EGL config 0x3, visual ID 0x21
[vo/gpu/opengl] GL_VERSION='4.5 (Core Profile) Mesa 20.3.5'
[vo/gpu/opengl] Detected desktop OpenGL 4.5.
[vo/gpu/opengl] GL_VENDOR='Intel Open Source Technology Center'
[vo/gpu/opengl] GL_RENDERER='Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)'
[vo/gpu/opengl] GL_SHADING_LANGUAGE_VERSION='4.50'
[vo/gpu] Testing FBO format rgba16f
[vo/gpu] Using FBO format rgba16f.
[vo/gpu] No advanced processing required. Enabling dumb mode.
[vo/gpu] Assuming 60.000000 FPS for display sync.
[vd] Container reported FPS: 29.970030
[vd] Codec list:
[vd]     h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[vd]     h264_v4l2m2m (h264) - V4L2 mem2mem H.264 decoder wrapper
[vd]     h264_qsv (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration)
[vd] Opening decoder h264
[vd] No hardware decoding requested.
[vd] Using software decoding.
[vd] Detected 8 logical cores.
[vd] Requesting 9 threads for decoding.
[vd] Selected codec: h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)
[vf] User filter list:
[vf]   (empty)
[ad] Codec list:
[ad]     aac - AAC (Advanced Audio Coding)
[ad]     aac_fixed (aac) - AAC (Advanced Audio Coding)
[ad] Opening decoder aac
[ad] Requesting 1 threads for decoding.
[ad] Selected codec: aac (AAC (Advanced Audio Coding))
[af] User filter list:
[af]   (empty)
[cplayer] Starting playback...
[af] [in] 44100Hz stereo 2ch floatp
[af] [userspeed] 44100Hz stereo 2ch floatp
[af] [userspeed] (disabled)
[af] [convert] 44100Hz stereo 2ch floatp
[vd] Decoder format: 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/auto CL=mpeg2/4/h264
[vd] Using container aspect ratio.
[vf] [in] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [userdeint] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [userdeint] (disabled)
[vf] [autorotate] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [autorotate] (disabled)
[vf] [convert] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [convert] (disabled)
[vf] [out] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[ao] Trying audio driver 'pulse'
[ao/pulse] requested format: 44100 Hz, stereo channels, floatp
[ao/pulse] Library version: 14.2.0
[ao/pulse] Proto: 34
[ao/pulse] Server proto: 4294967295
[ao/pulse] Channel layouts:
[ao/pulse]  - #fl
[ao/pulse]  - #fr
[ao/pulse]  - #fc
[ao/pulse]  - #lfe
[ao/pulse]  - #bl
[ao/pulse]  - #br
[ao/pulse]  - #flc
[ao/pulse]  - #frc
[ao/pulse]  - #bc
[ao/pulse]  - #sl
[ao/pulse]  - #sr
[ao/pulse]  - #tc
[ao/pulse]  - #tfl
[ao/pulse]  - #tfc
[ao/pulse]  - #tfr
[ao/pulse]  - #tbl
[ao/pulse]  - #tbc
[ao/pulse]  - #tbr
[ao/pulse] result: stereo
[ao/pulse] device buffer: 4410 samples.
[ao/pulse] using soft-buffer of 8820 samples.
[cplayer] AO: [pulse] 44100Hz stereo 2ch float
[cplayer] AO: Description: PulseAudio audio output
[autoconvert] inserting resampler
[swresample] format change, reinitializing resampler
[swresample] 44100Hz stereo floatp -> 44100Hz stereo float
[af] [out] 44100Hz stereo 2ch float
[cplayer] VO: [gpu] 1920x1080 yuv420p
[cplayer] VO: Description: Shader-based GPU Renderer
[vo/gpu] reconfig to 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vo/gpu/x11] not waiting for MapNotify
[vo/gpu] Resize: 1920x1029
[vo/gpu] Window size: 1920x1029 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (45, 0) 1829x1029
[vo/gpu] Video scale: 0.952604/0.952778
[vo/gpu] OSD borders: l=45 t=0 r=46 b=0
[vo/gpu] Video borders: l=45 t=0 r=46 b=0
[vo/gpu] Reported display depth: 8
[vo/gpu] Texture for plane 0: 1920x1080
[vo/gpu] Texture for plane 1: 960x540
[vo/gpu] Texture for plane 2: 960x540
[vo/gpu] Testing FBO format rgba16f
[vo/gpu] Using FBO format rgba16f.
[vo/gpu] No advanced processing required. Enabling dumb mode.
[vo/gpu] Resize: 1920x1029
[vo/gpu] Window size: 1920x1029 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (45, 0) 1829x1029
[vo/gpu] Video scale: 0.952604/0.952778
[vo/gpu] OSD borders: l=45 t=0 r=46 b=0
[vo/gpu] Video borders: l=45 t=0 r=46 b=0
[vo/gpu] Reported display depth: 8
[vo/gpu] DR enabled: yes
[cplayer] first video frame after restart shown
[cplayer] audio sync: sync_to_video=1, offset=0.000000
[cplayer] starting audio playback
[cplayer] playback restart complete @ 0.000000
[statusline] AV: 00:00:00 / 00:11:20 (0%) A-V: -0.000
[vo/gpu/x11] Disabling screensaver.
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:01 / 00:11:20 (0%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:01 / 00:11:20 (0%) A-V:  0.000
[osd/libass] fontselect: (sans-serif, 400, 0) -> /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf, 0, DejaVuSans
[osd/libass] fontselect: (mpv-osd-symbols, 400, 0) -> mpv-osd-symbols-Regular, 0, mpv-osd-symbols-Regular
[osd/libass] Glyph 0xFF5C not found, selecting one more font for (sans-serif, 400, 0)
[osd/libass] fontselect: (sans-serif, 400, 0) -> /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf, 0, DroidSansFallback
[vo/gpu] Reallocating OSD texture to 2048x256.
[statusline] AV: 00:00:03 / 00:11:20 (0%) A-V:  0.000
[cplayer] Set property: pause -> 1
[statusline] (Paused) AV: 00:00:03 / 00:11:20 (0%) A-V:  0.000
[vo/gpu/x11] Enabling screensaver.
[statusline] (Paused) AV: 00:00:03 / 00:11:20 (0%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[statusline] (Paused) AV: 00:00:03 / 00:11:20 (0%) A-V:  0.000[code]

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#4 Post by CynicalDebian »

Well of course, I need to see the -v information for a running video, I can't see if any errors come up since you paused at the first 3 seconds :P.
DebianUser042923 wrote:

Code: Select all

[    1.597459] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Have you tried this? This is probably what the issue is since you say this doesn't happen on an older kernel, likely due to a regression. But some cursory research points it usually being a trivial message, but these firmware bugs appear to be caused by a very buggy (poorly made) BIOS.

Linux mint has a slightly newer kernel than Debian 11, the first thing I would try is backporting a newer kernel.

https://wiki.debian.org/Backports
Be seeing you...

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#5 Post by DebianUser042923 »

I haft to do one thing at a time.

I hope this is the information you were asking for.
mpv -v *.mp4

Code: Select all

[cplayer] Command line options: '-v' 'Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4'
[cplayer] mpv 0.32.0 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
[cplayer]  built on UNKNOWN
[cplayer] ffmpeg library versions:
[cplayer]    libavutil       56.51.100
[cplayer]    libavcodec      58.91.100
[cplayer]    libavformat     58.45.100
[cplayer]    libswscale      5.7.100
[cplayer]    libavfilter     7.85.100
[cplayer]    libswresample   3.7.100
[cplayer] ffmpeg version: 4.3.6-0+deb11u1
[cplayer] 
[cplayer] Configuration: ./waf configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --confdir=/etc/mpv --zshdir=/usr/share/zsh/vendor-completions --enable-cdda --enable-dvdnav --enable-libmpv-shared --enable-libsmbclient --enable-sdl2 --enable-sndio --disable-build-date --enable-dvbin
[cplayer] List of enabled features: 52arch aligned_alloc alsa asm atomics caca cdda cplayer cplugins debug-build drm drmprime dvbin dvdnav egl egl-drm egl-helpers egl-x11 fchmod ffmpeg gbm gbm.h gl gl-wayland gl-x11 glibc-thread-name glob glob-posix gnuc gpl iconv jack jpeg lcms2 libarchive libass libass-osd libav-any libavcodec libavdevice libavutil libbluray libdl libm libmpv-shared librt libsmbclient linux-fstatfs lua memfd_create optimize oss-audio plain-gl posix posix-or-mingw posix-spawn posix-spawn-native pthreads pulse rubberband sdl2 sdl2-audio sdl2-gamepad sdl2-video sndio stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vdpau-gl-x11 vt.h wayland wayland-protocols x11 xv zlib
[cplayer] Reading config file /etc/mpv/encoding-profiles.conf
[cplayer] Applying profile 'default'...
[cplayer] Setting option 'v' = '' (flags = 8)
[cplayer] Waiting for scripts...
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX)
[osd/libass] Setting up fonts...
[osd/libass] Using font provider fontconfig
[osd/libass] Done.
[cplayer] Done loading scripts.
[cplayer] Running hook: ytdl_hook/on_load
[ytdl_hook] ytdl:// hook 
[ytdl_hook] not a ytdl:// url 
[osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX)
[osd/libass] Setting up fonts...
[osd/libass] Using font provider fontconfig
[osd/libass] Done.
[ifo_dvdnav] Opening Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[bdmv/bluray] Opening Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[file] Opening Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[demux] Trying demuxers for level=normal.
[lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048.
[demux] Detected file format: mov,mp4,m4a,3gp,3g2,mj2 (libavformat)
[cplayer] Opening done: Linux is Now Too Fragmented | Many Recent Distros Fail Basic Quality Control.mp4
[find_files] Loading external files in .
[cplayer] Running hook: ytdl_hook/on_preloaded
[lavf] select track 0
[lavf] select track 1
[cplayer]  (+) Video --vid=1 (*) (h264 1920x1080 29.970fps)
[cplayer]  (+) Audio --aid=1 (*) (aac 2ch 44100Hz)
[vo/gpu] Probing for best GPU context.
[vo/gpu/opengl] Initializing GPU context 'wayland'
[vo/gpu/opengl] Initializing GPU context 'x11egl'
[vo/gpu/x11] X11 opening display: :0.0
[vo/gpu/x11] Display 0 (HDMI-1): [0, 0, 1920, 1080] @ 60.000000 FPS
[vo/gpu/x11] Current display FPS: 60.000000
[vo/gpu/opengl] EGL_VERSION=1.4
[vo/gpu/opengl] EGL_VENDOR=Mesa Project
[vo/gpu/opengl] EGL_CLIENT_APIS=OpenGL OpenGL_ES 
[vo/gpu/opengl] Trying to create Desktop OpenGL context.
[vo/gpu/opengl] Choosing visual EGL config 0x3, visual ID 0x21
[vo/gpu/opengl] GL_VERSION='4.5 (Core Profile) Mesa 20.3.5'
[vo/gpu/opengl] Detected desktop OpenGL 4.5.
[vo/gpu/opengl] GL_VENDOR='Intel Open Source Technology Center'
[vo/gpu/opengl] GL_RENDERER='Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)'
[vo/gpu/opengl] GL_SHADING_LANGUAGE_VERSION='4.50'
[vo/gpu] Testing FBO format rgba16f
[vo/gpu] Using FBO format rgba16f.
[vo/gpu] No advanced processing required. Enabling dumb mode.
[vo/gpu] Assuming 60.000000 FPS for display sync.
[vd] Container reported FPS: 29.970030
[vd] Codec list:
[vd]     h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[vd]     h264_v4l2m2m (h264) - V4L2 mem2mem H.264 decoder wrapper
[vd]     h264_qsv (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration)
[vd] Opening decoder h264
[vd] No hardware decoding requested.
[vd] Using software decoding.
[vd] Detected 8 logical cores.
[vd] Requesting 9 threads for decoding.
[vd] Selected codec: h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)
[vf] User filter list:
[vf]   (empty)
[ad] Codec list:
[ad]     aac - AAC (Advanced Audio Coding)
[ad]     aac_fixed (aac) - AAC (Advanced Audio Coding)
[ad] Opening decoder aac
[ad] Requesting 1 threads for decoding.
[ad] Selected codec: aac (AAC (Advanced Audio Coding))
[af] User filter list:
[af]   (empty)
[cplayer] Starting playback...
[af] [in] 44100Hz stereo 2ch floatp
[af] [userspeed] 44100Hz stereo 2ch floatp
[af] [userspeed] (disabled)
[af] [convert] 44100Hz stereo 2ch floatp
[vd] Decoder format: 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/auto CL=mpeg2/4/h264
[vd] Using container aspect ratio.
[vf] [in] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [userdeint] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [userdeint] (disabled)
[vf] [autorotate] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [autorotate] (disabled)
[vf] [convert] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [convert] (disabled)
[vf] [out] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[ao] Trying audio driver 'pulse'
[ao/pulse] requested format: 44100 Hz, stereo channels, floatp
[ao/pulse] Library version: 14.2.0
[ao/pulse] Proto: 34
[ao/pulse] Server proto: 4294967295
[ao/pulse] Channel layouts:
[ao/pulse]  - #fl
[ao/pulse]  - #fr
[ao/pulse]  - #fc
[ao/pulse]  - #lfe
[ao/pulse]  - #bl
[ao/pulse]  - #br
[ao/pulse]  - #flc
[ao/pulse]  - #frc
[ao/pulse]  - #bc
[ao/pulse]  - #sl
[ao/pulse]  - #sr
[ao/pulse]  - #tc
[ao/pulse]  - #tfl
[ao/pulse]  - #tfc
[ao/pulse]  - #tfr
[ao/pulse]  - #tbl
[ao/pulse]  - #tbc
[ao/pulse]  - #tbr
[ao/pulse] result: stereo
[ao/pulse] device buffer: 4410 samples.
[ao/pulse] using soft-buffer of 8820 samples.
[cplayer] AO: [pulse] 44100Hz stereo 2ch float
[cplayer] AO: Description: PulseAudio audio output
[autoconvert] inserting resampler
[swresample] format change, reinitializing resampler
[swresample] 44100Hz stereo floatp -> 44100Hz stereo float
[af] [out] 44100Hz stereo 2ch float
[cplayer] VO: [gpu] 1920x1080 yuv420p
[cplayer] VO: Description: Shader-based GPU Renderer
[vo/gpu] reconfig to 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vo/gpu/x11] not waiting for MapNotify
[vo/gpu] Resize: 1920x1029
[vo/gpu] Window size: 1920x1029 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (45, 0) 1829x1029
[vo/gpu] Video scale: 0.952604/0.952778
[vo/gpu] OSD borders: l=45 t=0 r=46 b=0
[vo/gpu] Video borders: l=45 t=0 r=46 b=0
[vo/gpu] Reported display depth: 8
[vo/gpu] Texture for plane 0: 1920x1080
[vo/gpu] Texture for plane 1: 960x540
[vo/gpu] Texture for plane 2: 960x540
[vo/gpu] Testing FBO format rgba16f
[vo/gpu] Using FBO format rgba16f.
[vo/gpu] No advanced processing required. Enabling dumb mode.
[vo/gpu] Resize: 1920x1029
[vo/gpu] Window size: 1920x1029 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (45, 0) 1829x1029
[vo/gpu] Video scale: 0.952604/0.952778
[vo/gpu] OSD borders: l=45 t=0 r=46 b=0
[vo/gpu] Video borders: l=45 t=0 r=46 b=0
[vo/gpu] Reported display depth: 8
[vo/gpu] DR enabled: yes
[cplayer] first video frame after restart shown
[cplayer] audio sync: sync_to_video=1, offset=0.000000
[cplayer] starting audio playback
[cplayer] playback restart complete @ 0.000000
[statusline] AV: 00:00:00 / 00:11:20 (0%) A-V:  0.000
[vo/gpu/x11] Disabling screensaver.
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:03 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1920x1080
[vo/gpu] Window size: 1920x1080 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1920x1080
[vo/gpu] Video scale: 1.000000/1.000000
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:03 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1920x1080
[vo/gpu] Window size: 1920x1080 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1920x1080
[vo/gpu] Video scale: 1.000000/1.000000
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1907x1073
[vo/gpu] Window size: 1907x1073 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1907x1073
[vo/gpu] Video scale: 0.993229/0.993519
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1898x1068
[vo/gpu] Window size: 1898x1068 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1898x1068
[vo/gpu] Video scale: 0.988542/0.988889
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.002
[vo/gpu] Resize: 1891x1064
[vo/gpu] Window size: 1891x1064 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1891x1064
[vo/gpu] Video scale: 0.984896/0.985185
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1877x1056
[vo/gpu] Window size: 1877x1056 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1877x1056
[vo/gpu] Video scale: 0.977604/0.977778
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1861x1047
[vo/gpu] Window size: 1861x1047 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1861x1047
[vo/gpu] Video scale: 0.969271/0.969444
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1827x1028
[vo/gpu] Window size: 1827x1028 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1827x1028
[vo/gpu] Video scale: 0.951562/0.951852
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1797x1011
[vo/gpu] Window size: 1797x1011 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1797x1011
[vo/gpu] Video scale: 0.935937/0.936111
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1768x995
[vo/gpu] Window size: 1768x995 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1768x995
[vo/gpu] Video scale: 0.920833/0.921296
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[vo/gpu] Resize: 1745x982
[vo/gpu] Window size: 1745x982 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1745x982
[vo/gpu] Video scale: 0.908854/0.909259
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1706x960
[vo/gpu] Window size: 1706x960 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1706x960
[vo/gpu] Video scale: 0.888542/0.888889
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1674x942
[vo/gpu] Window size: 1674x942 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1674x942
[vo/gpu] Video scale: 0.871875/0.872222
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1649x928
[vo/gpu] Window size: 1649x928 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1649x928
[vo/gpu] Video scale: 0.858854/0.859259
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1623x913
[vo/gpu] Window size: 1623x913 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1623x913
[vo/gpu] Video scale: 0.845313/0.845370
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1587x893
[vo/gpu] Window size: 1587x893 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1587x893
[vo/gpu] Video scale: 0.826562/0.826852
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1521x856
[vo/gpu] Window size: 1521x856 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1521x856
[vo/gpu] Video scale: 0.792188/0.792593
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1447x814
[vo/gpu] Window size: 1447x814 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1447x814
[vo/gpu] Video scale: 0.753646/0.753704
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:05 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1409x793
[vo/gpu] Window size: 1409x793 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1409x793
[vo/gpu] Video scale: 0.733854/0.734259
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1384x779
[vo/gpu] Window size: 1384x779 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1384x779
[vo/gpu] Video scale: 0.720833/0.721296
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1361x766
[vo/gpu] Window size: 1361x766 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1361x766
[vo/gpu] Video scale: 0.708854/0.709259
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1324x745
[vo/gpu] Window size: 1324x745 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1324x745
[vo/gpu] Video scale: 0.689583/0.689815
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1269x714
[vo/gpu] Window size: 1269x714 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1269x714
[vo/gpu] Video scale: 0.660937/0.661111
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1207x679
[vo/gpu] Window size: 1207x679 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1207x679
[vo/gpu] Video scale: 0.628646/0.628704
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1171x659
[vo/gpu] Window size: 1171x659 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1171x659
[vo/gpu] Video scale: 0.609896/0.610185
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1141x642
[vo/gpu] Window size: 1141x642 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1141x642
[vo/gpu] Video scale: 0.594271/0.594444
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1112x626
[vo/gpu] Window size: 1112x626 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1112x626
[vo/gpu] Video scale: 0.579167/0.579630
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1072x603
[vo/gpu] Window size: 1072x603 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1072x603
[vo/gpu] Video scale: 0.558333/0.558333
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1043x587
[vo/gpu] Window size: 1043x587 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1043x587
[vo/gpu] Video scale: 0.543229/0.543519
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 1004x565
[vo/gpu] Window size: 1004x565 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1004x565
[vo/gpu] Video scale: 0.522917/0.523148
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 958x539
[vo/gpu] Window size: 958x539 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 958x539
[vo/gpu] Video scale: 0.498958/0.499074
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 915x515
[vo/gpu] Window size: 915x515 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 915x515
[vo/gpu] Video scale: 0.476562/0.476852
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 878x494
[vo/gpu] Window size: 878x494 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 878x494
[vo/gpu] Video scale: 0.457292/0.457407
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 864x486
[vo/gpu] Window size: 864x486 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 864x486
[vo/gpu] Video scale: 0.450000/0.450000
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 853x480
[vo/gpu] Window size: 853x480 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 853x480
[vo/gpu] Video scale: 0.444271/0.444444
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 849x478
[vo/gpu] Window size: 849x478 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 849x478
[vo/gpu] Video scale: 0.442188/0.442593
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 844x475
[vo/gpu] Window size: 844x475 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 844x475
[vo/gpu] Video scale: 0.439583/0.439815
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 840x473
[vo/gpu] Window size: 840x473 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 840x473
[vo/gpu] Video scale: 0.437500/0.437963
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 839x472
[vo/gpu] Window size: 839x472 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 839x472
[vo/gpu] Video scale: 0.436979/0.437037
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 833x469
[vo/gpu] Window size: 833x469 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 833x469
[vo/gpu] Video scale: 0.433854/0.434259
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 826x465
[vo/gpu] Window size: 826x465 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 826x465
[vo/gpu] Video scale: 0.430208/0.430556
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 807x454
[vo/gpu] Window size: 807x454 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 807x454
[vo/gpu] Video scale: 0.420312/0.420370
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:06 / 00:11:20 (0%) A-V:  0.000
[vo/gpu] Resize: 787x443
[vo/gpu] Window size: 787x443 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 787x443
[vo/gpu] Video scale: 0.409896/0.410185
[vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[vo/gpu] Video borders: l=0 t=0 r=0 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:45 / 00:11:20 (6%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:00:45 / 00:11:20 (6%) A-V:  0.000
[osd/libass] fontselect: (sans-serif, 400, 0) -> /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf, 0, DejaVuSans
[osd/libass] fontselect: (mpv-osd-symbols, 400, 0) -> mpv-osd-symbols-Regular, 0, mpv-osd-symbols-Regular
[osd/libass] Glyph 0xFF5C not found, selecting one more font for (sans-serif, 400, 0)
[osd/libass] fontselect: (sans-serif, 400, 0) -> /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf, 0, DroidSansFallback
[vo/gpu] Reallocating OSD texture to 1024x128.
[statusline] AV: 00:00:45 / 00:11:20 (6%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:05:48 / 00:11:20 (51%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:05:48 / 00:11:20 (51%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[statusline] AV: 00:05:57 / 00:11:20 (52%) A-V:  0.000
[cplayer] EOF code: 5  
[cplayer] finished playback, success (reason 3)
[cplayer] 
[cplayer] 
[cplayer] Exiting... (Quit)
[cplayer] Set property: shared-script-properties -> 1
[ao/pulse] draining...
[vo/gpu/x11] Enabling screensaver.
I have not tried this because I didn't know it was something that I could try. And secondly I don't currently know how.

Code: Select all

[    1.597459] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Linux mint has a slightly newer kernel than Debian 11, the first thing I would try is backporting a newer kernel.

https://wiki.debian.org/Backports
This is the first time I have ever tried using straight debian. Currently I don't know how to do that.
Last edited by DebianUser042923 on 2023-05-07 22:44, edited 1 time in total.

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#6 Post by CynicalDebian »

DebianUser042923 wrote: This is the first time I have ever tried using straight debian. Currently I don't know how to do that.
Ok :), welcome to Debian. Your MPV logs don't show any errors to me, yet in the video you recorded I can clearly see "desynchronization" errors, is the video still playing strangely? Have you tested video playback on anything other than MPV?

Debian is extensively documented. If you read anything at all please read:
https://wiki.debian.org/DontBreakDebian

My guess, and keep in mind this is only a guess is that you have a buggy BIOS that your kernel can't cope with. We have the same iGPU and mine is able to play videos just fine. I have an i5-4670k.

Sometimes we want newer stuff, Debian allows you to backport newer software from upcoming releases. Read about that here:
https://wiki.debian.org/Backports

I will show you how to backport the kernel. You will need this line.

Code: Select all

#apt edit-sources
...
~#Debian Bullseye-Backports repo
~deb http://deb.debian.org/debian bullseye-backports main contrib non-free
~
...
Of course, contrib and non-free are optional.

Then you can update the package cache

Code: Select all

#apt update
And install the newer kernel

Code: Select all

#apt install -t bullseye-backports linux-image-amd64
$systemctl reboot
No guarantees this will work, especially since your hardware is old like mine.

Debian is a distro where reading is power, if you take the time and read the wiki pages I linked you will have a much better understanding of what exactly it is we are doing, and what is going on. Let me know if you have any questions.
Be seeing you...

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#7 Post by DebianUser042923 »

So far I have read these:

https://backports.debian.org/Instructions/

https://wiki.debian.org/Backports

I have not read this yet:
https://wiki.debian.org/DontBreakDebian

Is this how you want my /etc/apt/sources.list to read?

Code: Select all

  GNU nano 5.4                                                                         /etc/apt/sources.list *                                                                                
# deb cdrom:[Debian GNU/Linux 11.6.0 _Bullseye_ - Unofficial amd64 NETINST with firmware 20221217-10:45]/ bullseye contrib main non-free

#deb cdrom:[Debian GNU/Linux 11.6.0 _Bullseye_ - Unofficial amd64 NETINST with firmware 20221217-10:45]/ bullseye contrib main non-free

deb http://deb.debian.org/debian/ bullseye main non-free contrib
deb-src http://deb.debian.org/debian/ bullseye main non-free contrib

deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free

# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free

#Debian Bullseye-Backports repo
deb http://deb.debian.org/debian bullseye-backports main contrib non-free

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
On MX Linux which is based on Debian, I tried both MPV and VLC. I had the same trouble on both of them. I have not taken the time to try VLC on straight Debian yet. However, in my limited experience with media players on Linux, only MPV does exactly what I normally want to do with video files. It is not that the other media players are bad, it is just that there is one feature that MPV seems to do the best. VLC is great for doing special things, that I don't normally need to do. But when it comes to this one feature that I use MPV for, VLC is awful.

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#8 Post by CynicalDebian »

DebianUser042923 wrote: Is this how you want my /etc/apt/sources.list to read?
Yes this looks correct! If you aren't planning on building anything from source you can also comment out all #deb-src entries to speed up your update times.

Code: Select all

#apt install -t bullseye-backports linux-image-amd64
Be seeing you...

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Debian 11.6.0, HP Computer, and Video Problems

#9 Post by sunrat »

MPV is not set up to use hardware as default, maybe that would help.
See:- https://wiki.debian.org/HardwareVideoAcceleration#mpv

I had an issue playing HD video on my ThinkPad Yoga 11e a while ago. I ended up creating mpv.conf file in ~/.config/mpv/ and it works well now.
My mpv.conf -

Code: Select all

vo=gpu
hwdec=vaapi
# Required for hwdec=vaapi to work when using vo=gpu
gpu-context=x11egl
ao=pulse
# Resample audio to catch up if audio/video go out of sync
video-sync=display-resample
#
# bilinear is fastest and also the lowest quality. 
# spline36 for medium quality/speed. 
# ewa_lanczossharp is best but really resource-demanding
scale=bilinear
cscale=bilinear
#
msg-level=vo=fatal
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#10 Post by DebianUser042923 »

I'm back from an entire week of work and sleep.

I guess I didn't tell you guys that I also had the same problem with VLC too. In fact VLC on MXLinux based on Debian was even worse then the problems I was getting on MPV!

What I have done so far is follow CynicalDebian 's instructions and installed the Kernel 6.1.0-0.deb11.6-amd64.

My work:

Code: Select all

sudo apt update
[sudo] password for gregory: 
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Get:4 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB]
Get:5 http://deb.debian.org/debian bullseye-backports/main amd64 Packages [419 kB]
Get:6 http://deb.debian.org/debian bullseye-backports/main Translation-en [351 kB]
Get:7 http://deb.debian.org/debian bullseye-backports/contrib amd64 Packages [5,692 B]
Get:8 http://deb.debian.org/debian bullseye-backports/contrib Translation-en [5,832 B]
Get:9 http://deb.debian.org/debian bullseye-backports/non-free amd64 Packages [14.3 kB]
Get:10 http://deb.debian.org/debian bullseye-backports/non-free Translation-en [27.7 kB]
Fetched 872 kB in 1s (642 kB/s)                                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

Code: Select all

sudo apt install -t bullseye-backports linux-image-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  libopengl0
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
  linux-image-6.1.0-0.deb11.6-amd64
Suggested packages:
  linux-doc-6.1 debian-kernel-handbook
The following NEW packages will be installed:
  linux-image-6.1.0-0.deb11.6-amd64
The following packages will be upgraded:
  linux-image-amd64
1 upgraded, 1 newly installed, 0 to remove and 127 not upgraded.
Need to get 72.4 MB of archives.
After this operation, 512 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian bullseye-backports/main amd64 linux-image-6.1.0-0.deb11.6-amd64 amd64 6.1.15-1~bpo11+1 [72.4 MB]
Get:2 http://deb.debian.org/debian bullseye-backports/main amd64 linux-image-amd64 amd64 6.1.15-1~bpo11+1 [1,504 B]                                                                          
Fetched 72.4 MB in 1min 12s (1,000 kB/s)                                                                                                                                                     
Reading changelogs... Done
Selecting previously unselected package linux-image-6.1.0-0.deb11.6-amd64.
(Reading database ... 108782 files and directories currently installed.)
Preparing to unpack .../linux-image-6.1.0-0.deb11.6-amd64_6.1.15-1~bpo11+1_amd64.deb ...
Unpacking linux-image-6.1.0-0.deb11.6-amd64 (6.1.15-1~bpo11+1) ...
Preparing to unpack .../linux-image-amd64_6.1.15-1~bpo11+1_amd64.deb ...
Unpacking linux-image-amd64 (6.1.15-1~bpo11+1) over (5.10.178-3) ...
Setting up linux-image-6.1.0-0.deb11.6-amd64 (6.1.15-1~bpo11+1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.10.0-22-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-5.10.0-22-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-6.1.0-0.deb11.6-amd64
I: /initrd.img is now a symlink to boot/initrd.img-6.1.0-0.deb11.6-amd64
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.1.0-0.deb11.6-amd64
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg1_huc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.9.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/cml_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg1_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_69.0.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_69.0.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg2_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_12.bin for module i915
W: Possible missing firmware /lib/firmware/i915/rkl_dmc_ver2_03.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_dmc_ver2_16.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg2_dmc_ver2_07.bin for module i915
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.1.0-0.deb11.6-amd64
Found initrd image: /boot/initrd.img-6.1.0-0.deb11.6-amd64
Found linux image: /boot/vmlinuz-5.10.0-22-amd64
Found initrd image: /boot/initrd.img-5.10.0-22-amd64
Found linux image: /boot/vmlinuz-5.10.0-20-amd64
Found initrd image: /boot/initrd.img-5.10.0-20-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Linux Mint 21.1 Vera (21.1) on /dev/sdc3
done
Setting up linux-image-amd64 (6.1.15-1~bpo11+1) ...

Code: Select all

uname -r
6.1.0-0.deb11.6-amd64
I made a very short video demonstrating how bad VLC is, at playing the file.

https://youtu.be/DwgClrcZuMQ

I don't know if this helps you guys or not. But if I'm running the sound through the onboard audio, the video players run a little smoother but not perfect. The issues really show up when I'm running the audio through the HDMI.

The reason why I started this thread is because I am sure that it is a problem in the Debian version of the Linux Kernel. Cause I'm not having a problems with the Arch version of the Kernel. I'm not having any problems with the Ubuntu Version of the Kernel. Which is what I think Linux Mint uses. I wanted to report this to Debian.

I don't know anything about how good the BIOS is on the machine. Most of the time we are stuck with what we are stuck with. That is why the programming in the software needs to be correct or work around any of those issues.
Last edited by DebianUser042923 on 2023-05-13 21:46, edited 1 time in total.

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#11 Post by CynicalDebian »

@DebianUser042923

Well I don't think we needed the newer kernel! You are missing lots of firmware for your iGPU! Strange this didn't show up in dmesg earlier!

Code: Select all

#apt install firmware-misc-nonfree
I think this will fix your problem!

Lets be sure you didn't miss anything else...

Code: Select all

#apt install isenkram
#isenkram-autoinstall-firmware 
If this fixes the issue, you should downgrade your kernel. Backported kernels have many risks and instabilities associated with them!

Code: Select all

#apt install -t bullseye linux-image-amd64
Last edited by CynicalDebian on 2023-05-14 23:10, edited 1 time in total.
Be seeing you...

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Debian 11.6.0, HP Computer, and Video Problems

#12 Post by sunrat »

CynicalDebian wrote: 2023-05-13 23:57Backported kernels have many risks and instabilities associated with them!
Hmmm, first time I ever heard that.
They are backported by Debian developers and maintainers.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#13 Post by CynicalDebian »

sunrat wrote:Hmmm, first time I ever heard that.
They are backported by Debian developers and maintainers.
Of course they are high quality and mantained by the Debian team, but all regular risks with backporting apply to kernels as well, and it is a rather crucial part of your OS so I am even more wary. I would prefer the stable kernel over the backported one, unless a backport was necessary for my hardware. You may run into issues as-well when installing something like propietary nvidia-drivers. Long ago I found a good write up on the same of the issues you may face backporting kernels on Debian but now I cannot find it.

I am maybe guilty of exaggerating a little. Forgive me.:cry:
Be seeing you...

Random_Troll
Posts: 444
Joined: 2023-02-07 13:35
Been thanked: 105 times

Re: Debian 11.6.0, HP Computer, and Video Problems

#14 Post by Random_Troll »

sunrat wrote: 2023-05-14 03:25
CynicalDebian wrote: 2023-05-13 23:57Backported kernels have many risks and instabilities associated with them!
Hmmm, first time I ever heard that.
They are backported by Debian developers and maintainers.
Backports are drawn from testing and there is a mandatory delay for packages transitioning from sid so the backported kernel is always outdated, which means it can contain known vulnerabilities for significantly longer than the stable kernel version.

Also consider that backported kernel versions have new features, which will always introduce the potential for new bugs, vulnerabilities, and regressions. This is also true for the fixes backported to the stable kernel though.
Jeder nach seinen Fähigkeiten, jedem nach seinen Bedürfnissen.

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#15 Post by DebianUser042923 »

I am currently running

Code: Select all

uname -r
5.10.0-22-amd64
I just did this.

Code: Select all

sudo apt update
[sudo] password for gregory: 
Hit:1 http://deb.debian.org/debian bullseye InRelease
Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB]
Get:5 http://security.debian.org/debian-security bullseye-security/main Sources [195 kB]
Get:6 http://deb.debian.org/debian bullseye-backports/main amd64 Packages.diff/Index [63.3 kB]
Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [240 kB]
Get:8 http://deb.debian.org/debian bullseye-backports/main amd64 Packages T-2023-05-13-2011.54-F-2023-05-13-1405.20.pdiff [2,701 B]
Get:8 http://deb.debian.org/debian bullseye-backports/main amd64 Packages T-2023-05-13-2011.54-F-2023-05-13-1405.20.pdiff [2,701 B]
Get:9 http://security.debian.org/debian-security bullseye-security/main Translation-en [158 kB]
Fetched 801 kB in 1s (697 kB/s)                                                
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

Code: Select all

sudo apt install firmware-misc-nonfree
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
firmware-misc-nonfree is already the newest version (20210315-3).
The following packages were automatically installed and are no longer required:
  libopengl0 linux-image-5.10.0-20-amd64
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code: Select all

sudo apt install isenkram
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libopengl0 linux-image-5.10.0-20-amd64
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  appstream curl gir1.2-appstream-1.0 gir1.2-gudev-1.0 isenkram-cli
Suggested packages:
  apt-config-icons
The following NEW packages will be installed:
  appstream curl gir1.2-appstream-1.0 gir1.2-gudev-1.0 isenkram isenkram-cli
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 688 kB of archives.
After this operation, 4,131 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://deb.debian.org/debian bullseye/main amd64 appstream amd64 0.14.4-1 [324 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 gir1.2-appstream-1.0 amd64 0.14.4-1 [28.3 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 gir1.2-gudev-1.0 amd64 234-1 [5,268 B]
Get:5 http://deb.debian.org/debian bullseye/main amd64 isenkram-cli all 0.48 [42.7 kB]
Get:6 http://deb.debian.org/debian bullseye/main amd64 isenkram all 0.48 [17.3 kB]
Fetched 688 kB in 1s (802 kB/s)  
Preconfiguring packages ...
Selecting previously unselected package appstream.
(Reading database ... 412268 files and directories currently installed.)
Preparing to unpack .../0-appstream_0.14.4-1_amd64.deb ...
Unpacking appstream (0.14.4-1) ...
Selecting previously unselected package curl.
Preparing to unpack .../1-curl_7.74.0-1.3+deb11u7_amd64.deb ...
Unpacking curl (7.74.0-1.3+deb11u7) ...
Selecting previously unselected package gir1.2-appstream-1.0.
Preparing to unpack .../2-gir1.2-appstream-1.0_0.14.4-1_amd64.deb ...
Unpacking gir1.2-appstream-1.0 (0.14.4-1) ...
Selecting previously unselected package gir1.2-gudev-1.0:amd64.
Preparing to unpack .../3-gir1.2-gudev-1.0_234-1_amd64.deb ...
Unpacking gir1.2-gudev-1.0:amd64 (234-1) ...
Selecting previously unselected package isenkram-cli.
Preparing to unpack .../4-isenkram-cli_0.48_all.deb ...
Unpacking isenkram-cli (0.48) ...
Selecting previously unselected package isenkram.
Preparing to unpack .../5-isenkram_0.48_all.deb ...
Unpacking isenkram (0.48) ...
Setting up appstream (0.14.4-1) ...
AppStream cache update completed successfully.
Setting up gir1.2-gudev-1.0:amd64 (234-1) ...
Setting up gir1.2-appstream-1.0 (0.14.4-1) ...
Setting up curl (7.74.0-1.3+deb11u7) ...
Setting up isenkram-cli (0.48) ...
Setting up isenkram (0.48) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for mailcap (3.69) ...
I will reboot and check the video with the 5.10.0-22-amd64 Kernel first.
Last edited by DebianUser042923 on 2023-05-14 22:56, edited 2 times in total.

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#16 Post by DebianUser042923 »

I after installing the extra stuff, and checking the video on both MPV and VLC twice. One time under 5.10.0-22-amd64 Kernel and One time under 6.1.0-0.deb11.6-amd64 Kernel. I must report that I still have the same video problems.

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: Debian 11.6.0, HP Computer, and Video Problems

#17 Post by CynicalDebian »

@DebianUser042923

My apologies, typo in my original post.

Try running

Code: Select all

#isenkram-autoinstall-firmware
Last edited by CynicalDebian on 2023-05-14 23:15, edited 1 time in total.
Be seeing you...

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Debian 11.6.0, HP Computer, and Video Problems

#18 Post by sunrat »

Did you try the mpv.conf file in my post above? As I said, that's what fixed it for me.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#19 Post by DebianUser042923 »

CynicalDebian wrote: 2023-05-14 23:11 @DebianUser042923

My apologies, typo in my original post.

Try running

Code: Select all

#isenkram-autoinstall-firmware
Currently running 6.1.0-0.deb11.6-amd64

I don't think that did anything. Here is the output.

Code: Select all

sudo isenkram-autoinstall-firmware
[sudo] password for gregory: 
info: some kernel driver requested extra firmware files: i915/adlp_dmc_ver2_16.bin i915/adlp_guc_69.0.3.bin i915/adlp_guc_70.1.1.bin i915/adlp_guc_70.bin i915/bxt_guc_70.1.1.bin i915/cml_guc_70.1.1.bin i915/dg1_guc_70.bin i915/dg1_huc.bin i915/dg2_dmc_ver2_07.bin i915/dg2_guc_70.bin i915/ehl_guc_70.1.1.bin i915/glk_guc_70.1.1.bin i915/icl_guc_70.1.1.bin i915/kbl_guc_70.1.1.bin i915/rkl_dmc_ver2_03.bin i915/skl_guc_70.1.1.bin i915/tgl_dmc_ver2_12.bin i915/tgl_guc_69.0.3.bin i915/tgl_guc_70.1.1.bin i915/tgl_guc_70.bin i915/tgl_huc_7.9.3.bin i915/tgl_huc.bin
info: locating packages with the requested firmware files
info: determining whether enabling other components is required
info: No new firmware package with requested firmware detected.

User avatar
DebianUser042923
Posts: 77
Joined: 2023-04-30 01:30

Re: Debian 11.6.0, HP Computer, and Video Problems

#20 Post by DebianUser042923 »

sunrat wrote: 2023-05-14 23:14 Did you try the mpv.conf file in my post above? As I said, that's what fixed it for me.
No, But I think that is an interesting thing to try. But IF it worked, it would only fix MPV, and my problem is effecting both MPV and VLC.
Last edited by DebianUser042923 on 2023-05-14 23:20, edited 1 time in total.

Post Reply