Contribute
Register

Cannot get 1080p out of EVGA GT 630

Status
Not open for further replies.
This replaces the -f bootflag

Code:
 <Key>UseKernelCache</key>
<string>No</string>

as you have added -f to the kernel flags you can delete the above from your org.chameleon.Boot.plist - I am aware that you have this set to "Yes" at present which contradicts the -f that is listed in the Kernel flags section.
 
Hi,
So I decided to re install the OS and here is now my org.chameleon.Boot file:
Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
	<key>GraphicsEnabler</key>
        <string>Yes</string>
	<key>IGPEnabler</key>
	<string>Yes</string>
	<key>Kernel Flags</key>
        <string>kext-dev-mode=1 PCIRootUID=1</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>2</string>
        <key>Graphics Mode</key>
        <string>"1920x1080x32"</string>
        <key>GenerateCStates</key>
        <string>Yes</string>
        <key>GeneratePStates</key>
        <string>Yes</string>
        <key>UseKernelCache</key>
        <string>Yes</string>
</dict>
</plist>
and my smbios file
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>SMfamily</key>
	<string>MacPro</string>
	<key>SMproductname</key>
	<string>MacPro5,1</string>
	<key>SMboardproduct</key>
	<string>Mac-F221BEC8</string>
	<key>SMserial</key>
	<string>G8103K2YGWR</string>
	<key>SMbiosversion</key>
	<string>MultiBeast.tonymacx86.com</string>
</dict>
</plist>
Any help is greatly appreciated.
 
Any help is greatly appreciated.

Try the following. Change the System definition to Mac Pro 3,1 and 4,1 to see if there is any difference. Changer the IGPEnabler setting to 'No' and also try changing the GraphicsEnabler setting to No - this should be set to YES, but some people have reported that 'No' worked correctly for them?
 
Tried with GE=No and IGPEnabler=No and Mac Pro 3,1 but still no luck. I also booted with -x.
 
Tried with GE=No and IGPEnabler=No and Mac Pro 3,1 but still no luck. I also booted with -x.


-x is safe mode so that in its self may not give you good resolution. Since you are using a Dell motherboard it may be worth you trying to boot using

Code:
 GraphicsEnabler=Yes pciRoot=4

I am not aware of it working with your motherboard but I think it is an option that should be explored.
http://www.tonymacx86.com/graphics/144360-nvidia-geforce-gt430-yosemite-4.html#post975834
 
Still no luck.
 
Cannot get 1080p out of EVGA GT 630 2GB

Also note that my motherboard doesn't have any integrated graphics, which is why I need to use my graphics card. My GPU also has 2GB of VRAM.
I'm still not giving up! :headbang:

Once again, any help from anyone is greatly appreciated.
 
Does anyone have any idea?
 
Status
Not open for further replies.
Back
Top