Filed as rdar://FB11975037
When macOS Ventura is run as a guest OS within the virtualization framework, the main menu bar items will not be displayed correctly if VZMacGraphicsDisplayConfiguration
defines a large resolution.
The menu bar titles appear to be using the same color as the menu bar itself. When the Appearance
is set to Light, the menu bar items are effectively invisible. When the Appearance
is set to Dark, the menu bar items are drawn in what looks like a disabled state.
This only affects the menu bar item titles on the left-hand side. The date-time and menu bar icons on the right side are always displayed in the correct color.
This appears to be a regression in macOS Ventura as this issue is not present in macOS 12 running as a guest.
This bug can be easily reproduced using Apple's own Virtualization sample code titled: "Running macOS in a Virtual Machine on Apple Silicon Macs"
Steps to reproduce:
-
Follow the sample code instructions for building and installing a VM.bundle.
-
Before running
'macOSVirtualMachineSampleApp',
change theVZMacGraphicsDisplayConfiguration
to use:- width = 5120,
- height = 2880,
- ppi = 144.
-
Run
'macOSVirtualMachineSampleApp'
and notice that the menu bar titles on the left side of the screen are not correctly drawn in the guest instance.
This has been tested on:
- Host: macOS 13.1
- Guest: macOS 13.x (All versions)
- Hardware: MBP 14" M1 Pro 32GB/2TB
Is there anything that can be done to resolve this issue?