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

Flashing on Wayland #25

Open
Strykar opened this issue Jan 18, 2024 · 3 comments
Open

Flashing on Wayland #25

Strykar opened this issue Jan 18, 2024 · 3 comments

Comments

@Strykar
Copy link

Strykar commented Jan 18, 2024

It does not detect my GPU (pynvml installed), some mount points and my public IP.
The bigger issue is it keeps flashing randomly, which I suspect is a Wayland issue:
image

Can it be made transparent on Wayland?

I tried

conky.config = {
out_to_x = false,
out_to_wayland = true,

But that prevents conky from showing.

@DJenner8
Copy link

DJenner8 commented Mar 3, 2024

I put, in my local.conf, in the conky.config = { } section:

-- === RPi Running Wayland ===
   out_to_x = false,
   out_to_wayland = true,

and LCC is working correctly for me. (After fixing per Issue 8).

@jxai
Copy link
Owner

jxai commented Sep 7, 2024

@Strykar My desktop is x11 based so I didn't encounter the issue you reported. Can you post a video to show how bad the flickering is? Also some extra info, e.g. your Linux distro, Wayland and conky version etc., would help me or others to reproduce your issue.

@abkein
Copy link

abkein commented Dec 7, 2024

But that prevents conky from showing.

This was the problem with the conky itself, check out latest PR in conky repo, which fixes the issue. You can self-compile it and I recommend you to disable X11 support.

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

4 participants