cscreenコマンドでmacの解像度を限界まで上げる

Homebrewのインストール

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install

brew install cscreen

スクリーンをリストアップ

cscreen -v

特定のスクリーンをみる

cscreen -s <SCREEN> -v

スクリーンを設定

cscreen -s <SCREEN> -x <WIDTH> -y <HEIGHT> -r <REFRESH_RATE>

自分の場合

cscreen -s 1 -x 3456 -y 2160

読んだ人たち