Contribute
Register

Changing resolution in clover

Status
Not open for further replies.
Joined
Nov 7, 2016
Messages
106
Motherboard
Dell XPS 13 9350, 8GB, 256GB SSD PM951, Boot loader uefi
CPU
Skylake i7 6500U
Graphics
Iris 540, QHD+
Hi after successful install, when changing resolution in clover, will make OSX not booting, reason to change resolution is my laptop screen is UHD+, so the clover boot screen text is very small

Any help ?
 
Hi after successful install, when changing resolution in clover, will make OSX not booting, reason to change resolution is my laptop screen is UHD+, so the clover boot screen text is very small

Any help ?

Set your desired resolution inside your config.plist.
Code:
<key>ScreenResolution</key>
<string>1920x1080</string>
 
Set your desired resolution inside your config.plist.
Code:
<key>ScreenResolution</key>
<string>1920x1080</string>
Isnt it the same as using CloverConfigurator? It just stares and not booting, but I'll try it right now, thanks
 
Ok here's the complete solution :
<key>GUI</key>
<dict>
<key>TextOnly</key>
<true/>
<key>ScreenResolution</key>
<string>1024x768</string>
</dict>


Thanks robinHuang, using 1920x1080 still very small, so I use that config above and set textmode to make it easier to read, but uglier :)
 
Ok here's the complete solution :
<key>GUI</key>
<dict>
<key>TextOnly</key>
<true/>
<key>ScreenResolution</key>
<string>1024x768</string>
</dict>


Thanks robinHuang, using 1920x1080 still very small, so I use that config above and set textmode to make it easier to read, but uglier :)

Please provide complete details in your profile/signature
("Personal Details" link from "profile menu" in upper right corner of this site)

Mobo: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.

Note: When specifying your bootloader, if using Clover legacy, please be sure to specify "Clover legacy"). Specifying "Clover" will be assumed as "Clover UEFI"
 
Please provide complete details in your profile/signature
("Personal Details" link from "profile menu" in upper right corner of this site)

Mobo: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.

Note: When specifying your bootloader, if using Clover legacy, please be sure to specify "Clover legacy"). Specifying "Clover" will be assumed as "Clover UEFI"

Manually change solve the issue, maybe clover configurator adds more config automatically that make won't boot
 
Manually change solve the issue, maybe clover configurator adds more config automatically that make won't boot

Always a bad idea to use Clover Configurator to edit your config.plist directly.

It tends to make unauthorized changes.
 
Always a bad idea to use Clover Configurator to edit your config.plist directly.

It tends to make unauthorized changes.

Thats my conclusion also
 
Status
Not open for further replies.
Back
Top