Skip to content

Mac OS GPU And Display Issue #390

@MASTERWINDOWS90909

Description

@MASTERWINDOWS90909

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

Unknown

Screenshots (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions