Multiple Displays on a Mac Sucks
wadetregaskis.com
Multiple Displays on a Mac Sucks
1–10 of 314 posts
Re: Multiple Displays on a Mac Sucks
#2Especially, if your setup changes often, you can have various presets to make life easier
Re: Multiple Displays on a Mac Sucks
#3Re: Multiple Displays on a Mac Sucks
#4I can't stand multiple displays, mac or not, they just distract me. I want one big display, something like 27" or 32". To each their own.
Me too. The extra wide ones are nice. I've got one gigantic 32" curved monitor, and use it with multiple workspaces.
Re: Multiple Displays on a Mac Sucks
#5Re: Multiple Displays on a Mac Sucks
#6Not to mention that macos renders fonts like crap on external displays.
Re: Multiple Displays on a Mac Sucks
#7Re: Multiple Displays on a Mac Sucks
#8Re: Multiple Displays on a Mac Sucks
#9- Screen going on and off is an asynchronous mechanism that the OS has to treat by an event driven implementation.
- All states must be valid (all graphical stuff must be put on display), as screen can go on and off at any time, for expected and unexpected events
- Those synchronous event must converge to an expected state for the user, whatever the final state is
- App developers mostly ignore those problems giving responsibility to the OS to deal with it. But sometimes they don't, sometimes ignoring the services provided by the OS to would help achieve predictable consensus, invalidating any assumption the OS could make.
- App windows positions state restoration have no definitive logic when there are moved and place across different dispositions, even it's manually by the other or programmatically by the OS.
Re: Multiple Displays on a Mac Sucks
#10Best thing there is on Mac is one app per desktop mode (maximise gives new desktop to the app) and a gesture to switch them