| 1 |
# Framework Laptop 12 display tuning. |
| 2 |
# |
| 3 |
# 12.2" 1920x1200 (16:10), ~185 PPI. 1.0x puts glyphs too small at |
| 4 |
# arm's length and 1.5x wastes usable columns, so the panel sits in the |
| 5 |
# awkward middle that fractional scaling exists for. See |
| 6 |
# docs/HARDWARE-FW12.md#display for the full reasoning. |
| 7 |
# |
| 8 |
# SCOPE: this matches eDP-1, which is the internal panel on any laptop, |
| 9 |
# not just the FW12. Alloy has one hardware target today so shipping it |
| 10 |
# active is the pragmatic call. When a second device is validated, this |
| 11 |
# should either move to a usr/share/alloy/ template the installer copies, |
| 12 |
# or match the panel by make/model instead of by connector name. |
| 13 |
# Delete this file on hardware where 1.25x is wrong. |
| 14 |
|
| 15 |
output eDP-1 scale 1.25 |
| 16 |
|