-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hello, I'm trying to update your docker file from scrpy v1.16 to v1.19, but unfortunately I'm getting the following problem (tried with all three drivers, but my host is intel)...
docker run --rm -i -t --privileged -v /dev/bus/usb:/dev/bus/usb -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY scrcpy:amd
/ # adb devices -l
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
0A171JEC219692 unauthorized usb:1-4 transport_id:1
/ # adb devices -l
List of devices attached
0A171JEC219692 device usb:1-4 product:sunfish model:Pixel_4a device:sunfish transport_id:1
/ # scrcpy
INFO: scrcpy 1.19 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 173.8 MB/s (37330 bytes in 0.000s)
[server] INFO: Device: Google Pixel 4a (Android 12)
INFO: Renderer: opengl
INFO: OpenGL version: 4.6 (Compatibility Profile) Mesa 21.2.5 (git-53b2b224dc)
INFO: Trilinear filtering enabled
INFO: Initial texture: 1080x2336
Segmentation fault (core dumped)
/ #
Or (just to show it doesn't make a difference)...
docker run --rm -i -t --privileged -v /dev/bus/usb:/dev/bus/usb -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY scrcpy:intel
/ # adb devices -l
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
0A171JEC219692 unauthorized usb:1-4 transport_id:1
/ # adb devices -l
List of devices attached
0A171JEC219692 device usb:1-4 product:sunfish model:Pixel_4a device:sunfish transport_id:1
/ # scrcpy
INFO: scrcpy 1.19 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 181.4 MB/s (37330 bytes in 0.000s)
[server] INFO: Device: Google Pixel 4a (Android 12)
INFO: Renderer: opengl
INFO: OpenGL version: 4.6 (Compatibility Profile) Mesa 21.2.5 (git-53b2b224dc)
INFO: Trilinear filtering enabled
INFO: Initial texture: 1080x2336
Segmentation fault (core dumped)
/ #
I do see my mobile's screen for a split second on my desktop, so it's almost working ;-)
Please let me know if this is a scrcpy issue!
Many thanks,
Dan.
Metadata
Metadata
Assignees
Labels
No labels