Skip to content

Commit

Permalink
Update hidpi script and config.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Feb 24, 2019
1 parent 5e6158e commit 73713b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>igfxrst=1</string>
<string>gfxrst=1</string>
<key>DefaultVolume</key>
<string>LastBootedVolume</string>
<key>Legacy</key>
Expand Down
5 changes: 4 additions & 1 deletion HIDPI for Mi Pro/install.command
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ sudo cp /System/Library/Displays/Contents/Resources/Overrides/Icons.plist /Syste
# Override Icon.plist
sudo cp -r "$path/Icons.plist" /System/Library/Displays/Contents/Resources/Overrides/

# Fix permission for Icon.plist
# Fix permission
sudo chown root:wheel /System/Library/Displays/Contents/Resources/Overrides/Icons.plist
sudo chown root:wheel /System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-9e5/DisplayProductID-747
sudo chown root:wheel /System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-9e5/DisplayProductID-747.icns
sudo chown root:wheel /System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-9e5/DisplayProductID-747.tiff

echo 'This is the end of the installation, please reboot and choose 1424x802 in SysPref! '
bash read -p 'Press any key to exit'

0 comments on commit 73713b8

Please sign in to comment.