-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
No screen popping up in Fedora #2554
Comments
Does it work better with: export SDL_VIDEODRIVER=wayland
scrcpy ? If not, could you build the client manually (following the BUILD instructions, but in debug mode): meson d --prebuilt-server=/usr/share/scrcpy/scrcpy-server
ninja -Cd Then run it under export SCRCPY_SERVER_PATH=/usr/share/scrcpy/scrcpy-server
gdb d/app/scrcpy
# in gdb: run When stuck, Ctrl+C or Ctrl+z, and in gdb, execute:
Then post the backtraces. Thank you |
Fixed it! Thank you very much! |
So in case anyone else struggles on Fedora with wayland:
Thanks again @rom1v |
I have this on fedora 36:
Created a separate issue here: #3223 |
I'm still having the issue mentioned in the original post here despite having added I'm on fedora 36, installed through copr zeno/scrcpy, |
See #3431 |
Environment
Describe the bug
No screen is displayed. Stuck here:
Running with
-Vdebug
it is stuck on[server] DEBUG: Using encoder: 'OMX.Exynos.AVC.Encoder'
.No obvious error message in
adb logcat
and nothing insudo journalctl -f
.I have tried:
-m
adb shell screenrecord ....
worksNot sure where to look/debug :-(
The text was updated successfully, but these errors were encountered: