one-key-hidpi/README.md
2018-04-03 02:59:50 +08:00

22 lines
866 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 一键开启MacOS HIDPI
### 说明
此脚本的目的是为中低分辨率的屏幕开启HIDPI选项并且具有原生的HIDPI设置不需要RDM软件即可在系统显示器设置中设置
MacOS的dpi机制和win下不一样比如1080p的屏幕在win下有125%、150%这样的缩放选项而同样的屏幕在MacOS下缩放选项里只是单纯的调节分辨率这就使得在默认分辨率下字体和UI看起来很小降低分辨率又显得模糊。
效果:
![HIDPI效果.png](https://i.loli.net/2017/10/26/59f199e85deb7.png)
同时此脚本也可以通过注入修补后的EDID修复闪屏或者睡眠唤醒后的闪屏问题当然这个修复因人而异
### 使用方法
在终端输入以下命令回车即可
```
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
```