Komorebi-Fork / komorebi

A beautiful and customisable wallpaper manager for Linux
GNU General Public License v3.0
271 stars 17 forks source link

[BUG] Video wallpapers are broken (POP!_OS 20.10) #50

Open Narisoval opened 3 years ago

Narisoval commented 3 years ago

After os update video wallpapers became quite interesting. Screenshot from 2020-10-29 09-03-45 Here's console output:

Welcome to komorebi
Reading config file..
[INFO]: loading Gst
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
mesa: for the --structurizecfg-skip-uniform-regions option: may only occur zero or one 
times!
rsubtil commented 3 years ago

This is very likely a problem with the VAAPI driver. A similar thing is happening to me too, so one day I'll open a bug report.

In the meantime, there's a proposed workaround here, and the problem seems to be the exact same as yours.

YBAFOOL commented 3 years ago

Running this command fix this issue for me:

sudo apt-get purge gstreamer1.0-vaapi

Solution found here

rsubtil commented 3 years ago

@YBAFOOL it fixes, but that leaves you without hardware-accelerated video decoding, so it's not a complete solution either

GiaSen commented 3 years ago

I could find a better workaround for this by adding this to ~/.drirc So normal .desktop files are fine now

<driconf>
   <device screen="0" driver="radeonsi">
      <application name="Komorebi" executable="komorebi">
         <option name="allow_rgb10_configs" value="false" />
      </application>
   </device>
</driconf>