Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Narisoval opened this issue Oct 29, 2020 · 4 comments
Open

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

Narisoval opened this issue Oct 29, 2020 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Narisoval
Copy link

Narisoval commented Oct 29, 2020

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
Copy link
Member

rsubtil commented Oct 29, 2020

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.

@rsubtil rsubtil changed the title Video wallpapers are broken(POP!_OS 20.10) [BUG] Video wallpapers are broken (POP!_OS 20.10) Oct 29, 2020
@rsubtil rsubtil added bug Something isn't working help wanted Extra attention is needed labels Oct 29, 2020
@YBAFOOL
Copy link

YBAFOOL commented Nov 7, 2020

Running this command fix this issue for me:

sudo apt-get purge gstreamer1.0-vaapi

Solution found here

@rsubtil
Copy link
Member

rsubtil commented Nov 7, 2020

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

@GiaSen
Copy link

GiaSen commented Feb 25, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants