Taskbar icon indicating copy to clipboard operation
Taskbar copied to clipboard

scrcpy psuedo-desktop mode error

Open Victor239 opened this issue 4 years ago • 0 comments

I found your gist here and I use scrcpy often so thought I'd try your script, but it unfortunately only showed a black scrcpy screen for me.

This is the console readout:

com.genymobile.scrcpy.InvalidDisplayIdException: There is no display having id 65535
        at com.genymobile.scrcpy.Device.<init>(Device.java:60)
        at com.genymobile.scrcpy.Server.scrcpy(Server.java:24)
        at com.genymobile.scrcpy.Server.main(Server.java:252)
        at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
        at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:340)
INFO: scrcpy 1.17 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server: 1 file pushed. 3.6 MB/s (34930 bytes in 0.009s)
[server] INFO: Device: Xiaomi POCO F1 (Android 10)
[server] WARN: Display doesn't have FLAG_SUPPORTS_PROTECTED_BUFFERS flag, mirroring can be restricted
INFO: Renderer: opengl
INFO: OpenGL version: 3.0 Mesa 20.0.8
INFO: Trilinear filtering enabled
INFO: Initial texture: 1920x1080

Victor239 avatar Apr 12 '21 03:04 Victor239