windows
windows copied to clipboard
VM Lag and Screen Resolution Problems
Operating system
Ubuntu 22.04
Description
-
High Input Lag: The Windows 11 VM is laggy, which is especially noticeable when moving the cursor
-
Screen Resolution: The VM defaults to a 1080p resolution. When I attempt to set the resolution to 4K (resolution of the monitor, connected to my laptop), the aspect ratio becomes 1:1 and the Windows 11 dock disappears.
The issues occur with both Firefox and Brave.
Docker compose
name: "winapps"
volumes: data:
services: windows: image: dockurr/windows container_name: windows environment: VERSION: "tiny11" RAM_SIZE: "16G" CPU_CORES: "8" privileged: true ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure volumes: - data:/storage
Docker log
❯ Starting Windows for Docker v3.12... ❯ For support visit https://github.com/dockur/windows ❯ CPU: AMD Ryzen 5 7640U w Radeon 760M Graphics | RAM: 79/93 GB | DISK: 204 GB (ext4) | HOST: 6.5.0-1023-oem...
❯ Warning: unexpected clocksource: hpet ❯ Booting Windows using QEMU v8.2.4...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,A443F9A3-2662-458E-89BF-D7165B9A180B,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,A443F9A3-2662-458E-89BF-D7165B9A180B,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi ❯ Windows started succesfully, visit http://localhost:8006/ to view the screen... serpent@Serpent-Framework:~/Documents/Coding_Projects/Winapps$