[GH-ISSUE #35] Resolution change #28

Closed
opened 2026-02-27 22:07:31 +03:00 by kerem · 10 comments
Owner

Originally created by @kgorol on GitHub (Jun 10, 2020).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/35

Is there any way to change resolution?

Originally created by @kgorol on GitHub (Jun 10, 2020). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/35 Is there any way to change resolution?
kerem closed this issue 2026-02-27 22:07:31 +03:00
Author
Owner

@sickcodes commented on GitHub (Jun 12, 2020):

Use the ./boot-macOS-NG.sh argument at the end of your docker run command. It will launch 1000x1000

See pull request: https://github.com/sickcodes/Docker-OSX/pull/163

<!-- gh-comment-id:643291030 --> @sickcodes commented on GitHub (Jun 12, 2020): ~~Use the ./boot-macOS-NG.sh argument at the end of your docker run command. It will launch 1000x1000~~ See pull request: https://github.com/sickcodes/Docker-OSX/pull/163
Author
Owner

@kgorol commented on GitHub (Jun 18, 2020):

I have 4K monitor and if I would like to launch it at 2560×1440 resolution is there any way to do this?

<!-- gh-comment-id:645787292 --> @kgorol commented on GitHub (Jun 18, 2020): I have 4K monitor and if I would like to launch it at 2560×1440 resolution is there any way to do this?
Author
Owner

@weaming commented on GitHub (Dec 12, 2020):

Use the ./boot-macOS-NG.sh argument at the end of your docker run command. It will launch 1000x1000

So what's the detail extra options?

<!-- gh-comment-id:743777663 --> @weaming commented on GitHub (Dec 12, 2020): > Use the ./boot-macOS-NG.sh argument at the end of your docker run command. It will launch 1000x1000 So what's the detail extra options?
Author
Owner

@sickcodes commented on GitHub (Dec 13, 2020):

Use the ./boot-macOS-NG.sh argument at the end of your docker run command. It will launch 1000x1000

So what's the detail extra options?

You can use any QEMU command line arguments there

https://www.qemu.org/docs/master/system/index.html

Resolution is controlled via OpenCore: https://github.com/kholia/OSX-KVM

<!-- gh-comment-id:743980453 --> @sickcodes commented on GitHub (Dec 13, 2020): > > Use the ./boot-macOS-NG.sh argument at the end of your docker run command. It will launch 1000x1000 > > > > So what's the detail extra options? You can use any QEMU command line arguments there https://www.qemu.org/docs/master/system/index.html Resolution is controlled via OpenCore: https://github.com/kholia/OSX-KVM
Author
Owner

@taishi8117 commented on GitHub (Mar 3, 2021):

has anyone figured out what qemu arguments to specify?

<!-- gh-comment-id:789667666 --> @taishi8117 commented on GitHub (Mar 3, 2021): has anyone figured out what qemu arguments to specify?
Author
Owner
<!-- gh-comment-id:789777189 --> @sickcodes commented on GitHub (Mar 3, 2021): Edit: https://github.com/sickcodes/Docker-OSX/pull/163 Resolution is controlled here now: https://github.com/sickcodes/Docker-OSX/blob/master/custom/config-nopicker-custom.plist#L819 Follow these steps: https://github.com/sickcodes/Docker-OSX/issues/156 https://github.com/sickcodes/Docker-OSX#serial-numbers
Author
Owner

@sickcodes commented on GitHub (Mar 3, 2021):

Specifically,

git clone https://github.com/sickcodes/Docker-OSX.git
cd ./Docker-OSX
sed -i -e s/1920x1080/new/ ./custom/config-nopicker-custom.plist
./custom/generate-unique-machine-values.sh \
        --custom-plist ./custom/config-nopicker-custom.plist
        --count 1 \
        --tsv ~/my_permanent_serial_number.tsv \
        --output-env ~/my_permanent_serial_number.sh
<!-- gh-comment-id:789782824 --> @sickcodes commented on GitHub (Mar 3, 2021): ~~Specifically,~~ ```bash git clone https://github.com/sickcodes/Docker-OSX.git cd ./Docker-OSX sed -i -e s/1920x1080/new/ ./custom/config-nopicker-custom.plist ./custom/generate-unique-machine-values.sh \ --custom-plist ./custom/config-nopicker-custom.plist --count 1 \ --tsv ~/my_permanent_serial_number.tsv \ --output-env ~/my_permanent_serial_number.sh ```
Author
Owner

@sickcodes commented on GitHub (Mar 3, 2021):

I'm adding x and y resolution to the docker arguments

<!-- gh-comment-id:789845763 --> @sickcodes commented on GitHub (Mar 3, 2021): I'm adding x and y resolution to the docker arguments
Author
Owner

@sickcodes commented on GitHub (Mar 3, 2021):

https://github.com/sickcodes/Docker-OSX/pull/163

Untested yet, but its here

Work in progress

<!-- gh-comment-id:789876963 --> @sickcodes commented on GitHub (Mar 3, 2021): https://github.com/sickcodes/Docker-OSX/pull/163 ~~Untested yet, but its here~~ Work in progress
Author
Owner
<!-- gh-comment-id:790767823 --> @sickcodes commented on GitHub (Mar 4, 2021): Added https://github.com/sickcodes/Docker-OSX/pull/163 Examples: https://github.com/sickcodes/Docker-OSX#change-docker-osx-resolution-examples
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#28
No description provided.