scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
907 stars 158 forks source link

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

Open brandonros opened 2 years ago

brandonros commented 2 years ago

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 commented 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.