Contribute
Register

Dell Inspiron 3x37 - 5x37 -7x37 Clover Install Guide

Status
Not open for further replies.
I tried a bit around with the SSDTs: When only using DSDT.aml and SSDT.aml the System boots up fine (even the Display works correct) but Optimus is running and my Cards are both not recognized. This is clear as the Optimus patches are in SSDT-1 2 3.
I found this out, because after patching EDID injection into SSDT-1 the SSDT-1 - SSDT-3 didn´t load anymore and I tried booting without them.

This Shows at least that OSX is able to recognize and use my Display correctly without EDID injection.

I will try the backlight switching Thing after work and Report back!
 
Ok brightness seems to work flawless!

I don´t know but System somehow works wierd. A few minutes ago I booted two times in a row directly into Desktop without any glitch or artifact or black Screen at all.

Then after booting into Windows and back into OSX the black Screen Problem is back.

Is it correct that my HD4400 mobile is always detected as HD5000 ? I know the macbookair has HD5000.
 
Ok brightness seems to work flawless!

I don´t know but System somehow works wierd. A few minutes ago I booted two times in a row directly into Desktop without any glitch or artifact or black Screen at all.

Then after booting into Windows and back into OSX the black Screen Problem is back.

It is not uncommon to have problems after restarting from Windows. I haven't seen that particular problem (running Win8.1), but it is possible Windows does something to the graphics chip that OS X does not expect and that BIOS does not reset.

Is it correct that my HD4400 mobile is always detected as HD5000 ? I know the macbookair has HD5000.

It is normal/cosmetic.
 
Native DSDT/AML IDE & Compiler: MaciASL Open Beta

I have created a version of iasl that does not insert these extraneous comments.

The patch was as follows:
Code:
ProBook-mavs:iasl.git Admin$ git diff
diff --git a/source/components/disassembler/dmbuffer.c b/source/components/disassembler/dmbuffer.
index cfdf33b..0611f78 100644
--- a/source/components/disassembler/dmbuffer.c
+++ b/source/components/disassembler/dmbuffer.c
@@ -777,12 +777,13 @@ AcpiDmDecompressEisaId (
     AcpiOsPrintf ("EisaId (\"%s\")", IdBuffer);
 
     /* If we know about the ID, emit the description */
-
+#if 0
     Info = AcpiAhMatchHardwareId (IdBuffer);
     if (Info)
     {
         AcpiOsPrintf (" /* %s */", Info->Description);
     }
+#endif
 }
 
 #endif
diff --git a/source/components/disassembler/dmopcode.c b/source/components/disassembler/dmopcode.
index db30c00..fc282a0 100644
--- a/source/components/disassembler/dmopcode.c
+++ b/source/components/disassembler/dmopcode.c
@@ -862,12 +862,13 @@ AcpiDmDisassembleOneOp (
         if (Op->Common.DisasmOpcode == ACPI_DASM_HID_STRING)
         {
             /* If we know about the ID, emit the description */
-
+#if 0
             IdInfo = AcpiAhMatchHardwareId (Op->Common.Value.String);
             if (IdInfo)
             {
                 AcpiOsPrintf (" /* %s */", IdInfo->Description);
             }
+#endif
         }
         break;

The binary is available here: http://www.tonymacx86.com/attachmen...3-buggy-dsdt-asus-q501la-help-needed-iasl.zip
 
I´m currently playing around with AppleIntelFramebufferAzul.kext patching (according to pike).
Seems to be the way to go as I already got my mouse to show up on a black screen without the initial black-screen-problem :D yet another black screen ;) I will post my results
 
After updating to 10.9.4 I have distortion/glitches, can someone help me ????

please look carefully within the attached image, you will find glitches on the menu bar :S

dell 5737

intel core i7 4500u
16 GB RAM DDR3L
Intel HD 4400
AMD Radeon 8870
17" 1920x1080
1TB HDD
 

Attachments

  • Screen Shot 2014-07-03 at 2.20.59 AM.jpg
    Screen Shot 2014-07-03 at 2.20.59 AM.jpg
    667.1 KB · Views: 141
After updating to 10.9.4 I have distortion/glitches, can someone help me ????

please look carefully within the attached image, you will find glitches on the menu bar :S

dell 5737

intel core i7 4500u
16 GB RAM DDR3L
Intel HD 4400
AMD Radeon 8870
17" 1920x1080
1TB HDD

Several have reported using slide=0 Kernel Flag...
 
After updating to 10.9.4 I have distortion/glitches, can someone help me ????

please look carefully within the attached image, you will find glitches on the menu bar :S

dell 5737

intel core i7 4500u
16 GB RAM DDR3L
Intel HD 4400
AMD Radeon 8870
17" 1920x1080
1TB HDD

Run HVT and select Kexts > Graphics > HD4400/4600 DP/HDMI Freeze
 
Sleep not working anymore at all after update via App Store.
 
Sleep not working anymore at all after update via App Store.

Run HVT and select Fixes > Hibernate Mode > Disable Hibernate
 
Status
Not open for further replies.
Back
Top