All Projects → xzhih → One Key Hidpi

xzhih / One Key Hidpi

Enable macOS HiDPI and have a native setting.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to One Key Hidpi

HiDPI-Fixer
Qt app that automates fractional scaling configuration on X11 desktops
Stars: ✭ 118 (-98.06%)
Mutual labels:  hidpi
gimp-hidpi
A theme for HiDPI displays
Stars: ✭ 72 (-98.81%)
Mutual labels:  hidpi
gnome-control-center-x11-scaling
gnome-control-center build with Ubuntu patches for Xorg fractional scaling on Manjaro / Arch Linux
Stars: ✭ 19 (-99.69%)
Mutual labels:  hidpi
mutter-x11-scaling
Mutter build with Ubuntu patch for Xorg fractional scaling on Manjaro / Arch Linux
Stars: ✭ 77 (-98.73%)
Mutual labels:  hidpi
BetterDummy
Unlock your displays on your Mac! Smooth scaling, HiDPI unlock, XDR/HDR extra brightness upscale, DDC, brightness and dimming, dummy displays, PIP and lots more!
Stars: ✭ 9,601 (+58.15%)
Mutual labels:  hidpi

Enable macOS HiDPI

Explanation

English | 中文

 This script can simulate macOS HiDPI on a non-retina display, and have a "Native" Scaled in System Preferences.

Some device have wake-up issue, script's second option may help, it inject a patched EDID, but another problem may exists here.

Logo scaling up may not be resolved, cuz the higher resolution is faked.

System Preferences

Preferences

Preferences

Usage

1.Remote Mode: Run this script in Terminal

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

2.Local Mode: Download ZIP, decompressing it, and double click hidpi.command to run

RUN

Recovery

Normal

Still running the script in the terminal, but choose option 3

Recovery mode

If you cant boot into system, or get any another issues, you can boot into macOS Recovery mode, and use the Terminal.app

There are two ways to close it. It is recommended to choose the first one

ls /Volumes/

you can see all Disk.

cd /Volumes/"Your System Disk Part"/Users/

ls

you can see user home directory.

cd "user name"

./.hidpi-disable

Remove all injected display's DisplayVendorID folder under Library/Displays/Contents/Resources/Overrides

ls /Volumes/
rm -rf /Volumes/"Your System Disk Part"/Library/Displays/Contents/Resources/Overrides

Inspired

https://www.tonymacx86.com/threads/solved-black-screen-with-gtx-1070-lg-ultrafine-5k-sierra-10-12-4.219872/page-4#post-1644805

https://github.com/syscl/Enable-HiDPI-OSX

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].