SaCleoCheater
01-29-2010, 11:46 PM
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
Device (PNLF)
{
Name (_HID, EisaId ("APP0002"))
Name (_CID, "backlight")
Name (_UID, 0x0A)
Name (_STA, 0x0B)
}
Mac Pro Restart On Power Faliure
After -PWR:
Device (MCEH)
{
Name (_HID, EisaId ("APP0006"))
Name (_GPE, 0x17)
Name (_STA, 0x0B)
}
Fake Accelerometer
Before LDRC:
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.
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
Device (PNLF)
{
Name (_HID, EisaId ("APP0002"))
Name (_CID, "backlight")
Name (_UID, 0x0A)
Name (_STA, 0x0B)
}
Mac Pro Restart On Power Faliure
After -PWR:
Device (MCEH)
{
Name (_HID, EisaId ("APP0006"))
Name (_GPE, 0x17)
Name (_STA, 0x0B)
}
Fake Accelerometer
Before LDRC:
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.