InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Laptop Panel Detection, Fake Accelerometer, MP Restart... (http://infinitemac.com/showthread.php?t=5363)

SaCleoCheater 01-29-2010 11:46 PM

Laptop Panel Detection, Fake Accelerometer, MP Restart...
 
Laptop Panel Detection

This DSDT Modification will fix the vertical coloured streaks that you sometimes get upon boot with Intel Integrated graphics chips. May also work for ATI or nVidia.

Tested and works on the X3100.

Add this code before SLPB
Code:

        Device (PNLF)
        {
            Name (_HID, EisaId ("APP0002"))
            Name (_CID, "backlight")
            Name (_UID, 0x0A)
            Name (_STA, 0x0B)
        }

Mac Pro Restart On Power Faliure

After -PWR:
Code:

Device (MCEH)
        {
            Name (_HID, EisaId ("APP0006"))
            Name (_GPE, 0x17)
            Name (_STA, 0x0B)
        }

Fake Accelerometer

Before LDRC:
Code:

Device (SMS0)
                {
                    Name (_HID, EisaId ("APP0003"))
                    Name (_CID, "smc-sms")
                }

These patches were discovered by Andyvand, so all credit goes to him for these patches.