Just to help others Deep System Reset by abhiraj_chatterjee worked here too.
So the culprit was corrupted display preference files left behind by the macOS Tahoe upgrade. Not the hardware, not the cable, not the display switch. macOS had cached bad display settings and was silently rejecting the connection every time based on that stale data.
To recap the full journey for anyone who ever finds this:
- Philips BDM3270 stopped working with M1 MacBook Air after upgrading to macOS Tahoe (26)
- Both HDMI and DisplayPort inputs appeared dead - no signal, nothing in System Settings
- The fix: delete the corrupted windowserver plist files and restart:
Unplug monitor and run The Deep System Reset script posted by abhiraj_chatterjee:
bash
rm -f ~/Library/Preferences/ByHost/com.apple.windowserver.displays*.plist
sudo rm -f /Library/Preferences/com.apple.windowserver*.plist
sudo killall Dock
Then restart, plug back in after restart -> display works again fine.