vamose Posted May 1, 2013 Author Share Posted May 1, 2013 Tried with the link posted above, hard luck again. attached is the created SSDT.DSL Please rename thefile ssdt-pr.txt to ssdt-pr.dsl when I try to compile I get an error message stating: 10 Error Initializer list longer than declared package length ssdt-pr.txt Link to comment Share on other sites More sharing options...
vamose Posted May 1, 2013 Author Share Posted May 1, 2013 K3NNY: Can you please mod the DSDT to accommodate the : Quadro Graphic Card The instruction set is provided on the link below : http://rampagedev.wo...rd-into-a-dsdt/ The dump of ioreg is attached. Also the most recent DSDT is also attached. Archive.zip Link to comment Share on other sites More sharing options...
k3nny Posted May 1, 2013 Share Posted May 1, 2013 Try to compile this SSDT. Note that your processor cores are named P000 and P001. SSDT.dsl.zip There is no need for this DSDT edit as GraphicsEnabler already does the same job. Link to comment Share on other sites More sharing options...
vamose Posted May 1, 2013 Author Share Posted May 1, 2013 K3nny: The error message generated when I am using DSDT Editor is: Pairs of bracket do not match, tree not updated. When I try to move forward, ignoring the message, following errors are prompted at compile time 80 Error Invalid character (0x5B), expecting ASL keyword or name 80 Error syntax error, unexpected PARSEOP_NAMESEG, expecting '(' 80 Error Invalid character (0x5D), expecting ASL keyword or name Link to comment Share on other sites More sharing options...
k3nny Posted May 1, 2013 Share Posted May 1, 2013 Here it is compiled. You should probably update DSDT Editor's iasl compiler to a more recent version. SSDT.aml.zip Link to comment Share on other sites More sharing options...
vamose Posted May 1, 2013 Author Share Posted May 1, 2013 Thank you very much K3nny. what benefit should I see by dropping this file in Extra folder. I have enable c & p state in chameleon as well as in mother board settings. Should I get ride of fakesmc.kext or leave it in the extra folder? Link to comment Share on other sites More sharing options...
k3nny Posted May 1, 2013 Share Posted May 1, 2013 No, disable states in Chameleon and disable dropping of OEM SSDT. You should have speedstep - you CPU should operate in different speeds. That's all. And maybe sleep works now. Link to comment Share on other sites More sharing options...
vamose Posted May 1, 2013 Author Share Posted May 1, 2013 Thanks for quick response. So i remove all the c & p state form the Chameleon, but what about form the BIOS settings? Also, how can I know if all the effort that u have put in, is performing as per the requirement. Link to comment Share on other sites More sharing options...
k3nny Posted May 1, 2013 Share Posted May 1, 2013 Leave the BIOS settings like they were in the screenshots you uploaded earlier. You need some kind of monitoring application. I can recommend you kozlek's FakeSMC (which should replace your current FakeSMC) and his HWMonitor app. Link to comment Share on other sites More sharing options...
vamose Posted May 1, 2013 Author Share Posted May 1, 2013 Sincerely thank you. Please refer to the attached BIOS settings and confirm if acceptable or any changes are required. Also, is there any way to check, if the CPU clock slows down if the load is not high? BIOS_compressed.pdf Link to comment Share on other sites More sharing options...
k3nny Posted May 1, 2013 Share Posted May 1, 2013 Yes, with HWMonitor mentioned in my previous post. Link to comment Share on other sites More sharing options...
vamose Posted May 2, 2013 Author Share Posted May 2, 2013 k3nny, thank you very much for ur help. the only issue unresolved are; - system hangs if left on beyond 8hrs - no sleep- tries to go into sleep mode, but fans keep spinning & never wakes up - as per the hardware sensor plug in, CPU has 2 states, 3Ghz & 2.13Ghz. Link to comment Share on other sites More sharing options...
k3nny Posted May 2, 2013 Share Posted May 2, 2013 You should set your SMBIOS to a MacPro model, I believe, if not done yet. You can also try this extension, which might show more states: http://www.insanelymac.com/forum/topic/258612-msrdumper/ Link to comment Share on other sites More sharing options...
vamose Posted May 2, 2013 Author Share Posted May 2, 2013 Thanks k3nny for your quick response. I have one more request, can you please edit my DSDT to accommodate details of my graphics card, as per the website. I will be able to use the HDMI with sound, currently my quadro fx1700 does not enable/ support HDMI. Please refer to post number 27 for ioreg details. Thanks a lot. Link to comment Share on other sites More sharing options...
vamose Posted May 3, 2013 Author Share Posted May 3, 2013 How to ensure my Quadro Fx 1800 is performing to its expected performance? I need HDMI (audio & video) enabled. Can you please help. Quadro FX1800.zip Link to comment Share on other sites More sharing options...
k3nny Posted May 3, 2013 Share Posted May 3, 2013 You can try doing some video benchmarks like Unigine Heaven and compare your results with others. I haven't got access to OS X right now. If you post a screenshot of your IOReg viewer app showing the expanded devices of the "PCI" section, I could do the edit for you. Alternatively you can upload the Terminal output of "ioreg -lf > ~/Desktop/ioreg.txt". Link to comment Share on other sites More sharing options...
vamose Posted May 4, 2013 Author Share Posted May 4, 2013 Thanks k3nny for your continuos support. attached is the ioreg.txt ioreg.txt Link to comment Share on other sites More sharing options...
k3nny Posted May 4, 2013 Share Posted May 4, 2013 Here it is. However I did not add the full example code from rampagedev's site because it seems to be for another card. Feel free to experiment by yourself though, you can find the section in your DSDT if you search for "GFX0". HDMI audio should theoretically work, though. If you still got trouble compiling it, replace the iasl version bundled with DSDT editor with a newer revision from http://www.insanelym...-juli-11th-2012. DSDT.dsl.tar.gz Link to comment Share on other sites More sharing options...
Rampage Dev Posted May 5, 2013 Share Posted May 5, 2013 Here it is. However I did not add the full example code from rampagedev's site because it seems to be for another card. Feel free to experiment by yourself though, you can find the section in your DSDT if you search for "GFX0". HDMI audio should theoretically work, though. If you still got trouble compiling it, replace the iasl version bundled with DSDT editor with a newer revision from http://www.insanelym...-juli-11th-2012. That HDMI edit you did is only for AMD/ATI and will never work for Nvidia. Nothing personal. This version has the correct HDMI edit for Nvidia. DSDT.aml.zip Link to comment Share on other sites More sharing options...
vamose Posted May 5, 2013 Author Share Posted May 5, 2013 Thank you kenny & Rampage Dev, Unfortunately both of the DSDT edits do not work without "GraphicsEnabler=Yes" syntax. Also, the recent DSDT do not support shutdown or restart. Can you please help. Link to comment Share on other sites More sharing options...
Rampage Dev Posted May 5, 2013 Share Posted May 5, 2013 Using GraphicsEnabler=Yes is fine Post a new IOreg with the latest DSDT. Link to comment Share on other sites More sharing options...
vamose Posted May 5, 2013 Author Share Posted May 5, 2013 Attached the latest ioreg with new DSDT. Currently booting with following flags GraphicsEnabler=Yes, PCIRootUID=0 Can you help with the following DSDT edit: - Sleep - Shutdown - No Graphics enabler or any additional KEXT for video card, Quadro FX1800 and to enable HDMI Audio. ioreg-5May.zip Link to comment Share on other sites More sharing options...
Rampage Dev Posted May 5, 2013 Share Posted May 5, 2013 Your graphics card does not even support HDMI audio. Sorry that the other users did not see this in earlier versions of the IOreg (if posted) Link to comment Share on other sites More sharing options...
vamose Posted May 5, 2013 Author Share Posted May 5, 2013 Thanks for the confirmation. Can you help me with HDMI video though? without Graphic enabler. Link to comment Share on other sites More sharing options...
k3nny Posted May 5, 2013 Share Posted May 5, 2013 @Rampage Dev: I'm rather quite happy someone else stepped in. @vamose: The Quadro FX1800 doesn't have a HDMI port. You probably mean the HDMI port on your board and it will only work with the integrated GPU. However I cannot help you with this. 1 Link to comment Share on other sites More sharing options...
Recommended Posts