bei dir wird die hardware beschleunigung nicht funktionieren.
ganz zu beginn:
sudo apt install intel-media-va-driver-non-free vainfo
reboot, was sagt dann vainfo in der bash? sollte so aussehen:
$ vainfo
libva info: VA-API version 0.x.x
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.x (libva x.x.x)
vainfo: Driver version: Intel xxx driver for Intel(R) Skylake - x.x.x
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
....
Alles anzeigen
wenn nicht, lies mal https://wiki.archlinux.org/title/Hardware…figuring_VA-API
nutzt du wayland? im firefox:
Go to the about:support page: the “Window Protocol” setting should read “wayland” instead of “xwayland”. If it says “xwayland”, add MOZ_ENABLE_WAYLAND=1 to /etc/environment to force Firefox to run on wayland instead of xwayland, then reboot.
und im about:config
media.hardware-video-decoding.force-enabled=true sowie media.hardware-video-encoding.force-enabled=true sowie layers.acceleration.force-enabled=true sowie gfx.webrender.all=true
darüber hinaus entschlackt das vorapis v3 plugin für chrome/firefox und setzt youtube auf den optischen stand von 2010 zurück.
dadurch hast du viel weniger JS bloat rundherum - das plugin funktioniert so gut, dass ich selbst auf core2duos mit 4500mhd bis 720p in software schaffe.
wenn du übrigens in about:config media.webm.enabled und media.encoder.webm.enabled auf false stellst, kickst du vp9 raus, youtube fällt auf h264 zurück. h264ify plugin hatte das früher so gemacht.