关闭SIP(System Integrity Protection)
- 关机
- 按住
command+R开机 - 实用工具 -> 终端
- 输入
csrutil disable,回车 - 重启系统
1 | -bash-3.2# csrutil disable |
获取显示器DisplayVendorID和DisplayProductID
终端执行
1 | ioreg -l | grep "DisplayVendorID" |
记下 DisplayVendorID 和 DisplayProductID
生成配置文件
在上面的地址填上刚才得到的 DisplayVendorID 和 DisplayProductID,得到配置和文件路径,把配置放到对应的路径

开启SIP(System Integrity Protection)
- 关机
- 按住
command+R开机 - 实用工具 -> 终端
- 输入
csrutil enable,回车 - 重启系统
1 | -bash-3.2# csrutil enable |
下载RDM
打开并选择需要的分辨率即可