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

laggy interface after update #527

Closed
1 task done
overtube opened this issue May 3, 2024 · 5 comments
Closed
1 task done

laggy interface after update #527

overtube opened this issue May 3, 2024 · 5 comments
Labels
bug Something isn't working Linux Something related to Linux operating system

Comments

@overtube
Copy link

overtube commented May 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

What's the problem?

laggy interface on newer version that app, interface cannot lagg before update.
also.

How did you install the app?

downloaded one of the provided packages

Operating System

Linux

Additional context

app installed with latest version ofcargo also I try install with pacman, but lags won't gone, so also I try recompile, mdaybe I have some wrong cargo flags?

@GyulyVGC
Copy link
Owner

GyulyVGC commented May 5, 2024

Hi @overtube on which version this problem occurs? Just on the last one (v1.3.0)?

And what do you exactly mean by lag?
Could you share a short video?

@GyulyVGC GyulyVGC added bug Something isn't working Linux Something related to Linux operating system labels May 5, 2024
@overtube
Copy link
Author

overtube commented May 6, 2024

yes, ofc, version 1.3.0. low responsiveness of the interface with a slight delay in animations, when make some interaction.
2024-05-06_04-33-04.mp4.zip

@GyulyVGC
Copy link
Owner

GyulyVGC commented May 8, 2024

Mm it seems really annoying... you can try setting an environment variable ICED_BACKEND=tiny-skia and see if it's better.
This environment variable is telling the GUI library to use an alternative graphical renderer.
But this is weird since the default renderer wgpu is usually more performant.

@overtube
Copy link
Author

overtube commented May 8, 2024

after add that variable app work normally again, as before update, how I can pass compile flag for recompile app with enabling that by default?

@GyulyVGC
Copy link
Owner

GyulyVGC commented May 8, 2024

You don't need to recompile the app.
The renderer is chosen at run-time so it's enough to set the environment variable in a permanent way in your system, and that's it.
Remember that if for any reason you want to go back to the default renderer you can set the same variable to wgpu.

@GyulyVGC GyulyVGC closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Linux Something related to Linux operating system
Projects
None yet
Development

No branches or pull requests

2 participants