View Single Post
 
Old 01-29-2010, 11:46 PM
SaCleoCheater's Avatar
SaCleoCheater SaCleoCheater is offline
 
Join Date: Apr 2009
Location: Earth
Posts: 187
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.

My Specs
System: Custom Built
Mobo: ASRock Z68 Extreme4 Gen3
OS:Mac OS X MountainLion 10.8.2 & Windows 7 Ultimate x64
CPU: Intel Core i7 2600k @ 4.2GHz
Memory: 16GB DDR3 XMS3 1600MHz
Graphics Card: AMD Radeon HD 6870 1GB

Email/Gtalk:
[email protected]
Reply With Quote