Skip to content
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

How to pass resolution to Xorg server/RDP server? #140

Open
brandonros opened this issue Dec 24, 2021 · 1 comment
Open

How to pass resolution to Xorg server/RDP server? #140

brandonros opened this issue Dec 24, 2021 · 1 comment
Labels

Comments

@brandonros
Copy link

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.

@scottyhardy
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants