You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When installed with flatpak and launched on a wayland session, YUView warns of being unable to access /dev/dri/renderD128.
Significant performance impact is noticeable.
user@testrig ~ % flatpak run de.rwth_aachen.ient.YUView
QSocketNotifier: Can only be used with threads started with QThread
libEGL warning: wayland-egl: could not open /dev/dri/renderD128 (Aucun fichier ou dossier de ce type)
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Quick fix
The end user can run the following command:
Describe the bug
When installed with flatpak and launched on a wayland session, YUView warns of being unable to access /dev/dri/renderD128.
Significant performance impact is noticeable.
Quick fix
The end user can run the following command:
Longer term fix
As suggested by that thread, add the following in
de.rwth_aachen.ient.YUView.yaml
.To Reproduce
Steps to reproduce the behavior:
flatpak install de.rwth_aachen.ient.YUView
flatpak run de.rwth_aachen.ient.YUView
Expected behavior
YUView runs without any EGL warning. Console output shows the following:
Screenshots
Not applicable
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: