documents/devices/Mac-display.md
Enable HiDPI for Mac
https://github.com/jakehilborn/displayplacer
-
Install Homebrew if not yet installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Install displayplacer (it is an open source app so don't worry)
brew tap jakehilborn/jakehilborn && brew install displayplacer -
Run the following command to get the display id
displayplacer list -
You'll see all the displays connected to your Mac and all the available resolutions.
-
Copy the display id of the display you want to fix
-
Focus on only the resolutions that have scaling: on under the desired display
-
Copy the mode number of the resolution you want to fix
-
Run the following command to use the display (replace the <DISPLAY_ID> and <MODE_NUMBER> of course)
displayplacer "id:<DISPLAY_ID> mode:<MODE_NUMBER>"