[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VNC support is disabled
From: |
Thomas Huth |
Subject: |
Re: VNC support is disabled |
Date: |
Fri, 8 Jul 2022 09:53:18 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
On 07/07/2022 01.29, Vishesh Tanksale wrote:
Hello,
I installed qemu using brew on my mac running macOS Monterey 12.4. I am not
able to run a VM with VNC. I get following error message
$ qemu-system-x86_64 -vnc :0
qemu-system-x86_64: -vnc :0: VNC support is disabled
That message means that the VNC code has not been compiled into the binary.
Can anyone please help me enable VNC support?
You need to get a different binary that has VNC support compiled in (no clue
where to get that for macOS, though).
HTH,
Thomas