Operating system
Ubuntu 24.04
Description
I have created a 128GB Disk, 16-core, and 64GB of RAM Codespace using Mac OS Sierra. However, I am seeing in the settings that in the display, there is only... Is one size of resolution available? It does not fill my screen, as it is set to 1920x1080 Max. That is the only Display Resolution I can see. Since I am accessing the HTTP port of the mac os container using Novnc, I do not have a graphical accerating build in i assume, because I don't really have a smooth experience using theHTTPp version, I dont know how to access the UDP or TCP Ports, So am using software like chrome remote desktop for less lag, Although the results are basically the same. So I am wondering if it is possible to pass through my MacBook's GPU or another GPU? I know Github Discountinued GPU Codespaces, But mabye there could be an alternative to resolve this?
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "14"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
volumes:
- ./macos:/storage
restart: always
stop_grace_period: 2m
Docker log
Screenshots (optional)
No response
Operating system
Ubuntu 24.04
Description
I have created a 128GB Disk, 16-core, and 64GB of RAM Codespace using Mac OS Sierra. However, I am seeing in the settings that in the display, there is only... Is one size of resolution available? It does not fill my screen, as it is set to 1920x1080 Max. That is the only Display Resolution I can see. Since I am accessing the HTTP port of the mac os container using Novnc, I do not have a graphical accerating build in i assume, because I don't really have a smooth experience using theHTTPp version, I dont know how to access the UDP or TCP Ports, So am using software like chrome remote desktop for less lag, Although the results are basically the same. So I am wondering if it is possible to pass through my MacBook's GPU or another GPU? I know Github Discountinued GPU Codespaces, But mabye there could be an alternative to resolve this?
Docker compose
Docker log
Screenshots (optional)
No response