Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
20210109
Browse files Browse the repository at this point in the history
  • Loading branch information
bavelee committed Jan 9, 2021
1 parent 2366a4f commit 2f7939c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified Microsoft/Boot/BCD
Binary file not shown.
2 changes: 1 addition & 1 deletion OC/config_4k.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>debug=0x100 darkwake=0 keepsyms=1 -lilubetaall -igfxmpc -wegbeta -alcbeta -nobiobeta</string>
<string>debug=0x100 darkwake=0 keepsyms=1 -lilubetaall -igfxmpc -igfxblr -wegbeta -alcbeta -nobiobeta</string>
<key>run-efi-updater</key>
<string>No</string>
<key>csr-active-config</key>
Expand Down
8 changes: 4 additions & 4 deletions myefi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ close_uiscale(){
resmy(){
echo "清除我的配置文件"
cp -f $config $config4k
echo "删除 2160p 启动参数\t: -igfxmpc"
/usr/bin/sed -i "" "s/ -igfxmpc//g" $config
echo "删除 2160p 启动参数\t: -igfxmpc -igfxblr"
/usr/bin/sed -i "" "s/ -igfxmpc -igfxblr//g" $config
close_uiscale
clear_uuid
echo "已生成 1080p 配置文件\t: $config"
Expand All @@ -78,8 +78,8 @@ usemy(){
autoconfig(){
resmy
cp -f $config $config4k
echo "增加 2160p 启动参数\t: -igfxmpc"
/usr/bin/sed -i "" "s/-lilubetaall/-lilubetaall -igfxmpc/g" $config4k
echo "增加 2160p 启动参数\t: -igfxmpc -igfxblr"
/usr/bin/sed -i "" "s/-lilubetaall/-lilubetaall -igfxmpc -igfxblr/g" $config4k
echo "已生成 2160p 配置文件\t: $config4k"
}
make(){
Expand Down

0 comments on commit 2f7939c

Please sign in to comment.