p4ever Posted August 3, 2012 Share Posted August 3, 2012 Hi, i've recently installed mountain lion on my vaio vpcs12c5e but if i want the display working i've to use the flag GraphicsEnabler=No. My GPU is a NVIDIA GeForce 310M could anyone help me to patch the dsdt so that my display could be used? This is the dsdt: dsdt.rar Link to comment https://www.insanelymac.com/forum/topic/281461-help-with-vaio-vpcs12c5e/ Share on other sites More sharing options...
HUSABER Posted August 3, 2012 Share Posted August 3, 2012 Problem is no DSDT,need to use GraphicsEnabler=Yes andNVEnabler .kext DSDT The cleanest and newest method favored by many OSx86 enthusiasts for it's 'vanilla' approach. You add some code to your DSDT, and it auto-identifies your graphics card. You need to view your system's information to edit NVCap values using IORegistry Editor. This tool comes with XCode and should be on your Snow Leopard Retail DVD. If you selected XCode at install, it will be in /Devloper/Applications/Utilities. For an example of the edited code, download this .dsl file, taken from an MSI GD65 motherboard. EFI String You can use EFIStudio application to extract your specific card information, or EFI String. Then place that information into your com.apple.Boot.plist. It is also a very clean method involving no edited or additional kexts. Enabler Kexts Enabler kexts, like ethernet or audio kexts, are installed either in /Extra/Extensions or /System/Library/Extensions are the oldest used method of identifying graphics cards. Older methods for Leopard included NVInject, NVKush. Lately the most widely used kexts for Snow Leopard is NVEnabler andEVOenabler which both feature 32/64 bit support. NVEnabler injects 2nd display and TV-OUT information better than any method I've used.The downside of this method is that many times Apple's updates break functionality, necessitating users to find a new solution. Modified Kexts For troublesome and newer cards, some users must inject device IDs directly into stock system kexts in addition to providing enablers. Specifically the ATI 48xx series and nVidia GTX 2xx cards have proved more difficult to enable. For many solutions, check out netkas' blog. There are various ways to enable full graphics card acceleration for your Hackintosh. You can probably do 2 or 3 different methods to get to the same place. Some users will tout DSDT modifications over kexts for the sake of keeping the installation more like a real Mac. Others will argue that whatever is functional will suffice. Part of the fun is testing them all out and coming up with your own favorite solution. Link to comment https://www.insanelymac.com/forum/topic/281461-help-with-vaio-vpcs12c5e/#findComment-1840734 Share on other sites More sharing options...
p4ever Posted November 9, 2012 Author Share Posted November 9, 2012 I've put the dev and vendor ids into the kext, during the boot is loaded and registered but, when the desktop is loaded, the internal display switches off and the hdmi port turn on... Link to comment https://www.insanelymac.com/forum/topic/281461-help-with-vaio-vpcs12c5e/#findComment-1865885 Share on other sites More sharing options...
Recommended Posts