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

what(): Interface not supported: zwlr_export_dmabuf_manager_v1 #2

Open
user3287 opened this issue May 22, 2023 · 4 comments
Open

what(): Interface not supported: zwlr_export_dmabuf_manager_v1 #2

user3287 opened this issue May 22, 2023 · 4 comments

Comments

@user3287
Copy link

user3287 commented May 22, 2023

Trying to execute wl-ambilight I get the following error:

  1. When executing as non-root:
terminate called after throwing an instance of 'std::runtime_error'
  what():  Interface not supported: zwlr_export_dmabuf_manager_v1
zsh: IOT instruction (core dumped)
  1. When executing as root:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
terminate called after throwing an instance of 'std::runtime_error'
  what():  Failed to connect to wayland display
zsh: IOT instruction (core dumped)

I use Manjaro/ Plasma/ Wayland with an amd gpu.

@tdakhran
Copy link
Owner

tdakhran commented May 22, 2023

zwlr_export_dmabuf_manager_v1 is an unstable protocol and not many Wayland compositors implement it. sway do implement it.

I will add wlr-screencopy-unstable-v1 support, it is more commonly used but has higher overhead.

@user3287
Copy link
Author

Ah, I figured that wasn't the issue because https://wayland.app/protocols/wlr-export-dmabuf-unstable-v1 lists zwlr_export_dmabuf_manager_v1 as first point...
I'm very inexperienced. I use KWin.
Thanks for looking into this! :)

@user3287
Copy link
Author

Still here looking for a way to get my ambient light to work on kwin :P
Funny how "back then", when I just started to use wayland, I didn't even understand the differences between kwin and sway. On that note: Why actually doesn't kwin support that protocol? Because it's still unstable?

@Ahrirg
Copy link

Ahrirg commented Jan 9, 2025

Would be nice if you implemented wlr-screencopy-unstable-v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants