Open brandonros opened 2 years ago
Hi @brandonros, resolution in RDP is determined by the client. So, assuming you're using the macOS Microsoft Remote Desktop app, right-click on the connection and select Edit, then select the Display tab and choose the Resolution from the drop-down box.
As for performance, would you mind testing with the base image from https://github.com/scottyhardy/docker-remote-desktop and let me know if it performs the same? Just run with:
docker run --rm -d -p 3389:3389/tcp --platform=linux/arm64 scottyhardy/docker-remote-desktop
Both username and password is ubuntu
. Maybe compare with --platform=linux/amd64
just out of interest to see if performance is worse, considering it'll be using emulation.
Performance is pretty sluggish, even when doing
linux/arm64
from an ARM64 processor. There's about 0.8s delay after clicking "X" on Terminal before it closes.