Commit 88ccd6f
Add "息屏" (Screen Off): dim built-in + DDC-off external, no render stall
New "息屏 / Screen Off" end action, placed at the top of "When Time's Up".
Instead of sleeping the display (which downclocks the GPU and stalls
renders), it goes truly black while keeping everything awake:
- built-in display: brightness → 0 via DisplayServices (also the GPU's
wake anchor so rendering keeps running)
- external display: DDC/CI power-off (IOAVService, VCP D6=0x04) for a real
black, not just dim
- caffeinate -dis; no screen lock
On return, a global mouse-event monitor (after a 1.5s grace) restores the
built-in brightness and re-lights the external by forcing a DisplayPort
link retrain (brief resolution toggle) — the external can't be woken over
DDC once its panel is off.
Also rename 熄屏 → 息屏 across the Chinese UI and both READMEs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017nR7Fg1zHxacjNKoqQzorD1 parent 5c6db45 commit 88ccd6f
3 files changed
Lines changed: 189 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
0 commit comments