You can enable the hidden and broken feature to scale the entire UI by opening Terminal (from Spotlight or the Utilities folder) and entering:
replace x.x with a factor larger than 1.0 - you should also only add quaters, so for example 1.25 would be the next step...
After you have done that and pressed enter, reboot. Everything will now be larger including the UI but this is still broken. It works but the design and everything falls apart. It really is just a last resort...
If you wanna disable it again enter this into the Terminal:
and reboot again...
Code:
defaults write -g AppleDisplayScaleFactor x.x
replace x.x with a factor larger than 1.0 - you should also only add quaters, so for example 1.25 would be the next step...
After you have done that and pressed enter, reboot. Everything will now be larger including the UI but this is still broken. It works but the design and everything falls apart. It really is just a last resort...
If you wanna disable it again enter this into the Terminal:
Code:
defaults remove -g AppleDisplayScaleFactor
and reboot again...