- Joined
- Aug 21, 2011
- Messages
- 198
- Motherboard
- ASRock Z77E-ITX
- CPU
- i5 3570K
- Graphics
- GTX 650
I installed NVIDIA and CUDA drivers, then the EVGA GTX 650, and everything seems to work fine. It even shows up as a 650 in the system profiler. However, auto sleep has stopped working (it was working when using HD4000 graphics). Any ideas as to how I can fix this? Another thing I noticed was that it seems like the GPU fan was running full speed the whole time. Does the GPU not have speedstepping, or is there a way to enable it?
[N.B. I had to keep the EFI injection in my org.chameleon.bootlist and set GraphicsEnabler=Yes, or it would KP. Also, I had to keep the BIOS setting for onboard graphics memory at 32MB, but I think this would not affect the discrete GPU yes?]
[N.B. I had to keep the EFI injection in my org.chameleon.bootlist and set GraphicsEnabler=Yes, or it would KP. Also, I had to keep the BIOS setting for onboard graphics memory at 32MB, but I think this would not affect the discrete GPU yes?]
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>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>darkwake=10</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>device-properties</key>
<string>7f0000000100000001000000730000000200000002 010c00d041030a000000000101060000027fff04002c000000 4100410050004c002c00690067002d0070006c006100740066 006f0072006d002d0069006400000008000000050062011400 00006800640061002d0067006600780000000d0000006f6e62 6f6172642d31</string>
<key>Graphics Mode</key>
<string>1920x1080x32</string>
</dict>
</plist>