mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #338] 2560x1080 Resolution Issue #242
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dhksa on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/338
Hi,
Thanks a lot for this great project!
After installing Big Sur with a
2560x1080pxresolution, I'm using the following command to run MacOS from a persistent disk but hit issues with screen resolution:The machine started with a very low resolution(1000x1000px).
After changing to
-e WIDTH=1920I was able to get 1080p no problem.I also saw in the readme that only the following resolutions are supported, is this true or just out dated info?
Thanks in advance for your help here!
Best regards!
@sickcodes commented on GitHub (Sep 5, 2021):
2560x1080is an invalid resolution, you must use16:9from what I tested.Your combination would be:
-e WIDTH=2560-e HEIGHT=1600@triptec commented on GitHub (Sep 16, 2021):
I'm trying to get 2560x1600 but I only get 1920x1080 it seems
@gronka commented on GitHub (Dec 7, 2021):
@triptec I was able to change to the resolution you want with the method here:
https://github.com/sickcodes/Docker-OSX/issues/283
I think this issue can be closed
@lopsbr commented on GitHub (Jan 31, 2023):
Is it possible to configure a screen with 21:9 resolution (2560x1080) in sickcodes/docker-osx:ventura?
I tried all the configuration alternatives in the config.v2.json file (#283), but it didn't work.
@gusbemacbe commented on GitHub (Apr 22, 2023):
Good afternoon, @sickcodes !
Would it be possible to apply the new resolution for the same Docker container ID (
docker start -ai)?