With Optimus enabled, non of the external display will work.
If you want to use HDMI video, you'll have to display Optimus and use the Nvidia card. But of course with this, you'll lose sleep capability.
Are you sure you got the CPU right?
Unless you mean NVIDIA GeForce GT 720M 2GB
Then what's your CPU?
For Clover, you can try this guide. It's pretty detailed.
Here, the file is patched. Go ahead and remove the above code. Install it to SLE and backup the original just in case.
AppleIntelFramebufferAzul.kext.zip
Follow installation documentation here.
Preinstallation
Installation
Post Installation.
Read thoroughly before you get started.
Use the boot pack from this guide. Very similar to your model.
Use ACPIBatteryManager v1.5.3. Patch AICPM and remove NullCPM. You can use your DSDT and SSDT from your Mavericks installation. If you want me to try patch your DSDT, extract it with MacIASL and send it.
Can't help with the AppleHDA mic, I didn't create the patch, I just update it to latest version. I was originally patched by our developer EmlyDenish and then modded by ktbos.
Folks, to get SD Card reader working without killing sleep, try this
Credit goes to joe82.
The VEN/DEV will not be the same. For my E6420/E6430/6430U, it's pci1217,8221
You could skip the DSDT edits, it'll work fine without it. Enjoy!
The ALC3226 is ALC292 when you extract it from linux dump. Although your ven/dev might be different. Mine is 80809c20, yours might be 80868c20. Try and see if this works. Patched is made by Joe82
Add this to config.plist
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>AppleHDA ALC 292 #1</string>
<key>Find</key>
<data>
hBnUEQ==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
kgLsEA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>AppleHDA ALC 292 #2</string>
<key>Find</key>
<data>
hAjsEA==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>AppleHDA ALC 292 #3</string>
<key>Find</key>
<data>
hQjsEA==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>
</array>
and this 10.10 or SLE if it doesn't work. AppleHDAALC.kext.zip