Contribute
Register
Status
Not open for further replies.
Joined
Nov 18, 2018
Messages
53
Motherboard
Lenovo Legion 7i - 15IMH05
CPU
i7-10750H
Graphics
UHD 630 / RTX 2070
Mobile Phone
  1. Android
Hi there....

did some of you know how to fix this little problem?

Whenever I boot to MacOS, the Apple boot logo seems to be stretched, after it loads for about half, then it started to look normal (native resolution)


IMG_20200602_001147.jpg


and After half the loading screen :
IMG_20200602_002445_HHT.jpg


I have tried CsmVideoDxe, but whenever I use CsmVideoDxe, clover always fail to boot...
 
Hi there....

did some of you know how to fix this little problem?

Whenever I boot to MacOS, the Apple boot logo seems to be stretched, after it loads for about half, then it started to look normal (native resolution)


View attachment 473056

and After half the loading screen :
View attachment 473057

I have tried CsmVideoDxe, but whenever I use CsmVideoDxe, clover always fail to boot...
you can set your screen resolution in your config.plist
 
you can set your screen resolution in your config.plist
Did you mean this part?

Screen Shot 2020-06-02 at 00.51.04.png

I have tried it, and reboot, but the Apple Logo seems to be still stretched...

also, there is only 2 resolution to choose in System Preferences
Screen Shot 2020-06-02 at 00.57.58.png
 
be careful with clover configurator, it can break laptop config.plist's
Ok, thanks fyi(I always use Clover Configurator until I realised)..so what do you recommend best for Laptop? PlistEditPro?

zip and upload clover folder
Here is my zipped EFi Folder...

Also, why I can't choose more resolution in System Preferences?
 

Attachments

  • EFI.zip
    5.7 MB · Views: 150
Ok, thanks fyi(I always use Clover Configurator until I realised)..so what do you recommend best for Laptop? PlistEditPro?


Here is my zipped EFi Folder...

Also, why I can't choose more resolution in System Preferences?
use PlistEditPro

also you have this disabled:
Code:
<key>#ScreenResolution</key>
        <string>1366x768</string>

remove the #

you shouldn't inject Intel:
Code:
<key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>

hold the Option key while you click Scaled option to see more resolutions
 
hold the Option key while you click Scaled option to see more resolutions
Ok,thanks it worked :thumbup:
Screen Shot 2020-06-02 at 05.13.01.png

now it gives me 5 resolutions to choose from....

I have removed the # and changed InjectIntel to False using PlistEditPro, but still doesn't work for me
am I doing it the correct way? because I just know how to use PlistEditPro...
 

Attachments

  • config.plist
    13.5 KB · Views: 98
Ok,thanks it worked :thumbup:
View attachment 473121
now it gives me 5 resolutions to choose from....

I have removed the # and changed InjectIntel to False using PlistEditPro, but still doesn't work for me
am I doing it the correct way? because I just know how to use PlistEditPro...
the strange screen issue on bootup?
 
the strange screen issue on bootup?
Yes, it took for about 1 minute to boot, but the first boot of the Apple logo seems to be stretched.. Then after half the loading screen, the Apple logo seems to look normal...
 
Yes, it took for about 1 minute to boot, but the first boot of the Apple logo seems to be stretched.. Then after half the loading screen, the Apple logo seems to look normal...
try enabling or disabling csm/legacy in bios
 
Status
Not open for further replies.
Back
Top