Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

It is not issue :)

You have to:

- increase screen size

- decrease font size - consult with the theme author Blackosx

- leave as is.

how to decrease font size of clover theme.....

i theme .plist i also add proportional =true anything else i need and is random theme working????

though i am using it just curious

Link to comment
Share on other sites

@Faradis - It's a long string so yes, it doesn't fit.

 

However, what you see now is better than how it used to be when it was truncated. It would have looked like this 3 months ago:

post-331032-0-20053800-1440164282_thumb.jpg

 

A reduced font size would help and the easiest way to do that be simply use another theme with a smaller font.

You could make a new font file if you have the time and inclination but for this it's probably not worth the effort.

 

Yes - using a theme name of random in the config plist does work to select a different theme from your /EFI/Clover/Themes/ dir.

 

Also, if you need to read the full device path then you can get that from Clover bootlog.

Link to comment
Share on other sites

@Faradis - It's a long string so yes, it doesn't fit.

 

However, what you see now is better than how it used to be when it was truncated. It would have looked like this 3 months ago:

attachicon.gifscreenshot.jpg

 

A reduced font size would help and the easiest way to do that be simply use another theme with a smaller font.

You could make a new font file if you have the time and inclination but for this it's probably not worth the effort.

 

Yes - using a theme name of random in the config plist does work to select a different theme from your /EFI/Clover/Themes/ dir.

 

Also, if you need to read the full device path then you can get that from Clover bootlog.

if i use 

<key>Proportional</key>

<true/>

<key>CharWidth</key>

<integer>4</integer>

does that going to do any help??

Link to comment
Share on other sites

When using the Aptio fix driver with current clover releases, do we still need to add slide=0 in the boot args or will clover automatically take care of this?

 

Just add slide=xxx in boot-args if you need use another value, like slide=100

Link to comment
Share on other sites

Do we need to add slide=0 in legacy clover and is hibernate working with legacy clover my cant wake for hibernate as it restarts instantly any solution for this??? and also i am getting IoGraphics flag 0x43

i have added my darwin dump hope some one can help me

legacy clover doesn't need slide argument

hibernate usually works with legacy clover, since OSX 10.9.1

if not there is no known solutions.

I never hear about IoGraphics flag

  • Like 1
Link to comment
Share on other sites

legacy clover doesn't need slide argument

hibernate usually works with legacy clover, since OSX 10.9.1

if not there is no known solutions.

I never hear about IoGraphics flag

 

 

I also see this on many of my systems. I boot all of my devices in Verbose mode ever since I started hackintosh and I can say I see this flag often on many if not all of my devices.

Link to comment
Share on other sites

Thanks Blackosx!

 

I will give it a read...

Hi Robert,

 

Hope you are well and happy.

 

I use slide=100 as per Dmazar's original recommendation.

 

These days with OS X 10.10.5, 10.11.PB5 and Windows 10, the only Kext I install is FakeSMC and Pikers 1150 sound. In the case of 10.11 I choose not to allow Clover to insert kexts instead use any non apple or modded kext in L/E which works fine for me and most things like sleep etc just works.  I choose not to use any boot arg apart from slide=100 in order that S/L/E is as Apple intends.

 

Good hacking/T

<key>RtVariables</key>
<dict>
<key>CsrActiveConfig</key>
<string>0x00</string>
<key>ROM</key>
<data>xxxxxxxx</data>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>NO</string>
<key>InjectSystemID</key>
<true/>
<key>NoCaches</key>
<false/>
 
</dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>AddArguments</key>
<string>-slide=100</string>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>OS X 10.10.4 Yosemite on Macintosh HD (SSD)</string>
<key>Hidden</key>
<false/>
<key>Hotkey</key>
<string>Y</string>
<key>Ignore</key>
<false/>
<key>InjectKexts</key>
<true/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>D0B388D4-AA1A-4FEE-9D38-197C2533A728</string>
</dict>
<dict>
<key>AddArguments</key>
<string>-slide=100</string>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>OS X 10.11 Public beta  on HD El Capitan</string>
<key>Hidden</key>
<false/>
<key>Hotkey</key>
<string>E</string>
<key>Ignore</key>
<false/>
<key>InjectKexts</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>F9C713EE-2306-4A42-9DC4-449024EBB8A5</string>
</dict>
<dict>
<key>AddArguments</key>
<string>-</string>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>Windows 10</string>
<key>Hidden</key>
<false/>
<key>Hotkey</key>
<string>W</string>
<key>Ignore</key>
<false/>
<key>InjectKexts</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>windows</string>
<key>Volume</key>
<string>4DDB47A8-A0E6-4E1F-90E5-EC1321F8861D</string>
</dict>
Link to comment
Share on other sites

legacy clover doesn't need slide argument

hibernate usually works with legacy clover, since OSX 10.9.1

if not there is no known solutions.

I never hear about IoGraphics flag

where i can find this solutions since project osx is offline any other link for this solution

Link to comment
Share on other sites

where i can find this solutions since project osx is offline any other link for this solution

There is no solutions for Hibernate. NO.

All needed is already done inside Clover. Nothing more. No customization. No advices.

It works or no. 

You should cleanup your system. Make all devices fully working. Update your system. Fine tune your DSDT in every dark corner. 

May be after that sleep will work.

For hibernatemode you may try values 21, 29 or 57.

Post#38 Hibernation

I also see this on many of my systems. I boot all of my devices in Verbose mode ever since I started hackintosh and I can say I see this flag often on many if not all of my devices.

Sorry for my darkness, where can I look this flag?

  • Like 1
Link to comment
Share on other sites

Sorry for my darkness, where can I look this flag?

I think he meant slide=0, not IOGraphics... Cause I never heard of that one before. And apparently neither did you. Might not be related to Clover....? Anyway, I found something about it here. Maybe it helps.

Also, welcome to the dark side. :P

Link to comment
Share on other sites

There is no solutions for Hibernate. NO.

All needed is already done inside Clover. Nothing more. No customization. No advices.

It works or no. 

You should cleanup your system. Make all devices fully working. Update your system. Fine tune your DSDT in every dark corner. 

May be after that sleep will work.

For hibernatemode you may try values 21, 29 or 57.

Post#38 Hibernation

Sorry for my darkness, where can I look this flag?

thanks for reply :D

i have a legacy bios system and booting to win & mac from clover installed @ ESP so does that makes my clover legacy or i have to go with chameleon way install in system partiton about DSDT where can i find the necessary patch for that i know clover auto patch dsdt but what patches useful and how to use clover calculator i saw i can select of the all patches in calculator any hints how this thing works for patching DSDT

Link to comment
Share on other sites

×
×
  • Create New...