Open kawais opened 2 years ago
/upstream tauri-apps/wry
If you are running it on Linux export LIBGL_ALWAYS_SOFTWARE=1
may work.
It's how I'm running it fine on a raspberry pi over VNC otherwise, the app just freezes for ages between frame updates.
Not exactly a proper fix but good for edge cases for now that are on Linux at least.
Describe the problem
I need disable hardware acceleration. In electron, I can use code "app.disableHardwareAcceleration()". I hope tauri has the same functional.
Describe the solution you'd like
use js code like electron, or set in tauri.conf.json
Alternatives considered
No response
Additional context
No response