Resolution change #28

Closed
opened 2025-12-28 23:21:49 +01:00 by adam · 10 comments
Owner

Originally created by @kgorol on GitHub (Jun 10, 2020).

Is there any way to change resolution?

Originally created by @kgorol on GitHub (Jun 10, 2020). Is there any way to change resolution?
adam closed this issue 2025-12-28 23:21:49 +01: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

@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?

@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?

@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

@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?

@taishi8117 commented on GitHub (Mar 3, 2021): has anyone figured out what qemu arguments to specify?
Author
Owner
@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
@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

@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

@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
@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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#28