0%

Mac外接2k显示器开启HiDPI支持

关闭SIP(System Integrity Protection)

  1. 关机
  2. 按住 command+R 开机
  3. 实用工具 -> 终端
  4. 输入 csrutil disable,回车
  5. 重启系统
1
2
-bash-3.2# csrutil disable
Successfully disabled System Integrity Protection. Please restart the machine for the changes to take effect.

获取显示器DisplayVendorID和DisplayProductID

终端执行

1
2
ioreg -l | grep "DisplayVendorID"
ioreg -l | grep "DisplayProductID"

记下 DisplayVendorIDDisplayProductID

生成配置文件

https://comsysto.github.io/Display-Override-PropertyList-File-Parser-and-Generator-with-HiDPI-Support-For-Scaled-Resolutions/

在上面的地址填上刚才得到的 DisplayVendorIDDisplayProductID,得到配置和文件路径,把配置放到对应的路径

开启SIP(System Integrity Protection)

  1. 关机
  2. 按住 command+R 开机
  3. 实用工具 -> 终端
  4. 输入 csrutil enable,回车
  5. 重启系统
1
2
-bash-3.2# csrutil enable
Successfully enabled System Integrity Protection. Please restart the machine for the changes to take effect.

下载RDM

http://avi.alkalay.net/software/RDM/

打开并选择需要的分辨率即可