Skip to content
M69W edited this page Aug 22, 2021 · 14 revisions

关于 HiDPI

HiDPI是什么?以及黑苹果如何开启HiDPI

一键脚本

Catalina:

https://github.com/xzhih/one-key-hidpi
https://github.com/xzhih/one-key-hidpi/blob/master/README-zh.md 中文

Big Sur

https://github.com/xzhih/one-key-hidpi/tree/dev

本地模式(网络环境不好时,下载后在本地运行)

参考上面链接里提到的本地模式(Local Mode),运行 hidpi.command

选择设置分辨率的软件: RDM

https://github.com/avibrazil/RDM 此仓库很久没更新
https://github.com/usr-sse2/RDM/releases forked上面仓库更新

脚本使用

以下作为一个参考例子:
使用方法

Catalina

bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"

Big Sur

bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev/hidpi.sh)"

以下操作仅参考:
1.选择注入EDID:(2) Enable HIDPI (with EDID)
2.显示Icon(Display Icon):(6) Do not change
3.选择分辨率(resolution config): (6) Manual input resolution
4.手动输入分辨率: 1680x1050 1440x900 1024x640 【 参考来自 MacBook Pro 13
5.上面输入格式为:1680小写字母x1050空格键1440小写字母x900
6.重启系统,使其生效
7.使用 RDM 选择你需要显示的分辨率,带⚡️的才是支持HiDPI 效果的分辨率

HiDPi.png

注意

如果出现闪屏花屏等现象,尝试设置如下:

机型

小新pro13 i5

AAPL,ig-platform-id : 00009B3E
device-id: 9B3E0000

小新pro13 i7

AAPL,ig-platform-id : 0500A63E
device-id: A63E0000

AAPL,ig-platform-id : 0400A53E
device-id: A53E0004

AAPL,ig-platform-id : 0500A53E
device-id: A53E0000

以上参考
i5来源
i7来源1
i7来源2

更多参考 WhateverGreen/Manual/FAQ.IntelHD.en.md中文

Big Sur 上遇到问题的解决方法来自以下

https://github.com/xzhih/one-key-hidpi/issues/136
https://github.com/xzhih/one-key-hidpi/issues/133