How to change resolution, activate pulse audio or enlarge ram? #187

Closed
opened 2025-12-29 00:19:57 +01:00 by adam · 2 comments
Owner

Originally created by @funkekaiser on GitHub (May 13, 2021).

I have installed OSX successfully and now want to change the vm's resolution.
All I found was #35 and it redirects to #163. What am I supposed to do?

I would like to be able to use sound, how do I activate PulseAudio? The code on the front page does not help me, other than installing another docker:

docker run \
    --device /dev/kvm \
    -e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \
    -v "/run/user/$(id -u)/pulse/native:/tmp/pulseaudio.socket" \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    sickcodes/docker-osx

Also, how do I add some more ram? 3 GB seems a bit low for me.

Originally created by @funkekaiser on GitHub (May 13, 2021). I have installed OSX successfully and now want to change the vm's resolution. All I found was #35 and it redirects to #163. What am I supposed to do? I would like to be able to use sound, how do I activate PulseAudio? The code on the front page does not help me, other than installing another docker: ``` docker run \ --device /dev/kvm \ -e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \ -v "/run/user/$(id -u)/pulse/native:/tmp/pulseaudio.socket" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ sickcodes/docker-osx ``` Also, how do I add some more ram? 3 GB seems a bit low for me.
adam closed this issue 2025-12-29 00:19:57 +01:00
Author
Owner

@tejasness commented on GitHub (May 14, 2021):

See the instructions to change resolution on readme file

@tejasness commented on GitHub (May 14, 2021): See the instructions to change resolution on readme file
Author
Owner

@sickcodes commented on GitHub (May 16, 2021):

Use naked now, see the readme to change container types

@sickcodes commented on GitHub (May 16, 2021): Use naked now, see the readme to change container types
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#187