A curious thing, that I discovered recently: if you cold boot Sequoia, the external monitor is not recognized; but if you reboot in clamshell mode, from Sonoma into Sequoia, the external monitor indeed works, albeit without acceleration (and it’s really much better to get native 2560x1440 on a 27” monitor than having the 2880x1800 without Retina resolutions on a 15” one). Tested on a 27” Cinema Display and MBP11,3: YMMV, of course…
(BTW, if you run the Sequoia developer beta from an external SSD, it might be a good thing not to mount the Mac’s internal SSD while testing the beta; to do this, simply create an
fstab entry:
sudo nano /etc/fstab
… then copy the internal drive’s system [1] and data [2] UUIDs from Disk Utility (Info), and paste them into the document in the Terminal, adding this:
UUID=[1] none apfs rw,noauto
UUID=[2] none apfs rw,noauto
… and finally
ctrl-O to write out the file,
return to save it and
ctrl-X to exit
nano: after having done all this, the next time you (re)boot into Sequoia on the external SSD, the internal SSD won’t automount any more.)