Jump to content

Weird graphic glitches on Dual Asus R9 280x with 10.9.2


Balamut
 Share

4 posts in this topic

Recommended Posts

Hi All,

 

I've managed to install 10.9.2 on my rig without any issues what's so ever, everything was working fine until I've installed 10.9.3 then the nightmare begins.

 

First after getting the screen to show, rollover on finder, menus, safari drop downs, right click menus stopped working, I figured it's given since 10.9.3 is beta, but then I re-installed 10.9.2 and BAM same freaking issues stayed.

 

I've got full full OpenGL/OpenCL (Cinebench > 80, Luxemark > 4400), everything works fine except NO rolover on the menus(unless I right click, hold and move over), finder magnification wont work unless i drag something on it, drop downs, mouse-overs, will not work on ANY browser.

 

Using clover UEFI, UEFI vBios, and again no settings been changed singe going from 10.9.2 > 10.9.3 > 10.9.2.

 

The latest install of 10.9.2 is clean from 0 on fully formatted HD.

 

Any Suggestions?

 

Attaching SSDT and clover configs I use.

 

conf.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>smartUPS</key>
		<string>Yes</string>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<false/>
				<key>FixDarwin_0002</key>
				<false/>
				<key>FixShutdown_0004</key>
				<false/>
				<key>AddMCFG_0008</key>
				<false/>
				<key>FixHPET_0010</key>
				<false/>
				<key>FakeLPC_0020</key>
				<false/>
				<key>FixIPIC_0040</key>
				<false/>
				<key>FixSBUS_0080</key>
				<false/>
				<key>FixDisplay_0100</key>
				<false/>
				<key>FixIDE_0200</key>
				<false/>
				<key>FixSATA_0400</key>
				<false/>
				<key>FixFirewire_0800</key>
				<false/>
				<key>FixUSB_1000</key>
				<false/>
				<key>FixLAN_2000</key>
				<false/>
				<key>FixAirport_4000</key>
				<false/>
				<key>FixHDA_8000</key>
				<false/>
				<key>NewWay_80000000</key>
				<false/>
				<key>FIX_DARWIN_10000</key>
				<false/>
				<key>FIX_RTC_20000</key>
				<false/>
				<key>FIX_TMR_40000</key>
				<false/>
				<key>AddIMEI_80000</key>
				<false/>
				<key>FIX_INTELGFX_100000</key>
				<false/>
				<key>FIX_WAK_200000</key>
				<false/>
				<key>DeleteUnused_400000</key>
				<false/>
				<key>FIX_ADP1_800000</key>
				<false/>
				<key>AddPNLF_1000000</key>
				<false/>
				<key>FIX_S3D_2000000</key>
				<false/>
				<key>FIX_ACST_4000000</key>
				<false/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
		</array>
		<key>HaltEnabler</key>
		<false/>
		<key>SSDT</key>
		<dict>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<false/>
				<key>PStates</key>
				<false/>
			</dict>
			<key>MinMultiplier</key>
			<integer>8</integer>
			<key>PLimitDict</key>
			<integer>0</integer>
			<key>UnderVoltStep</key>
			<integer>0</integer>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>DefaultVolume</key>
		<string>Flash</string>
		<key>Arguments</key>
		<string>-v debug=0x100 npci=0x2000</string>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>-1</string>
	</dict>
	<key>CPU</key>
	<dict>
		<key>Type</key>
		<string>0x0A01</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
		</dict>
		<key>Inject</key>
		<false/>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<false/>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Theme</key>
		<string>black_green</string>
		<key>Hide</key>
		<array/>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Mirror</key>
			<false/>
			<key>DoubleClick</key>
			<integer>500</integer>
		</dict>
		<key>Language</key>
		<string>en:0</string>
		<key>TextOnly</key>
		<false/>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>PatchVBios</key>
		<false/>
		<key>InjectEDID</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<false/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Name</key>
				<string>AppleTyMCEDriver</string>
				<key>Find</key>
				<data>
				cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY				</data>
				<key>Replace</key>
				<data>
				cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY				</data>
				<key>Comment</key>
				<string>Disable ECC Memory in MacPro SMBIOS</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleIntelCPUPowerManagement</string>
				<key>Find</key>
				<data>
				hC8B
				</data>
				<key>Replace</key>
				<data>
				hS8B
				</data>
				<key>Comment</key>
				<string>Enable CPUPM IvyBridge-E</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleIntelCPUPowerManagement</string>
				<key>Find</key>
				<data>
				PnU6
				</data>
				<key>Replace</key>
				<data>
				PpCQ
				</data>
				<key>Comment</key>
				<string>Enable CPUPM IvyBridge-E</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleIntelCPUPowerManagement</string>
				<key>Find</key>
				<data>
				dQe5
				</data>
				<key>Replace</key>
				<data>
				6we5
				</data>
				<key>Comment</key>
				<string>Enable CPUPM IvyBridge-E</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleIntelCPUPowerManagement</string>
				<key>Find</key>
				<data>
				/AJ0
				</data>
				<key>Replace</key>
				<data>
				/ALr
				</data>
				<key>Comment</key>
				<string>Enable CPUPM IvyBridge-E</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleRTC</string>
				<key>Comment</key>
				<string>fix CMOS reset 10.9</string>
				<key>Find</key>
				<data>dS4Ptg==</data>
				<key>Replace</key>
				<data>6y4Ptg==</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Find</key>
				<data>RXh0ZXJuYWw=</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>SW50ZXJuYWw=</data>
			</dict>
            <dict>
                <key>Comment</key>
				<string>TRIM Support</string>
				<key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Find</key>
                <data>QVBQTEUgU1NE</data>
                <key>Replace</key>
                <data>AAAAAAAAAAAA</data>
            </dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>10</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<false/>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BoardType</key>
		<integer>11</integer>
		<key>ChassisType</key>
		<integer>6</integer>
		<key>BiosReleaseDate</key>
		<string>06/12/13</string>
		<key>Version</key>
		<string>1.0</string>
		<key>SerialNumber</key>
		<string>C02L59FNF693</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisAssetTag</key>
		<string>Pro-Enclosure</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MP61.88Z.0116.B04.1312061508</string>
		<key>Board-ID</key>
		<string>Mac-F60DEB81FF30ACF6</string>
		<key>Family</key>
		<string>Mac Pro</string>
		<key>ProductName</key>
		<string>MacPro6,1</string>
		<key>BoardVersion</key>
		<string>MacPro6,1</string>
		<key>Trust</key>
		<true/>
		<key>Server</key>
		<string>Yes</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

SSDT

DefinitionBlock ("SSDT.aml", "SSDT", 1, "Test", "amitest", 0x00008000)
{
    External (C00B)
    External (C00A)
    External (C009)
    External (C008)
    External (C007)
    External (C006)
    External (C005)
    External (C004)
    External (C003)
    External (C002)
    External (C001)
    External (C000)
    External (SMB_, DeviceObj)
    External (PEX1, DeviceObj)
    External (PEX0, DeviceObj)
    External (NPE3, DeviceObj)
    External (NPE7, DeviceObj)
    External (PCI0, DeviceObj)
    External (\_SB_.PWRB)
    Scope (\_SB)
    {
        Device (VSND)
        {
            Name (_HID, EisaId ("APP0007"))
            Name (_CID, "virtual-sound")
            Name (_STA, 0x0B)
            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x02)
                    {
                        "hda-gfx", 
                        Buffer (0x0A)
                        {
                            "onboard-4"
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
        }
        Scope (PCI0)
        {
            Device (FWHD)
            {
                Name (_HID, EisaId ("INT0800"))
                Name (_CRS, ResourceTemplate ()
                {
                    Memory32Fixed (ReadOnly,
                        0xFF000000,         // Address Base
                        0x01000000,         // Address Length
                        )
                })
            }
            Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x06)
                        {
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-3"
                            }, 
                            "layout-id", 
                            Buffer (0x04)
                            {
                                 0x01, 0x00, 0x00, 0x00
                            }, 
                            "PinConfigurations", 
                            Buffer (Zero) {}
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
            Scope (NPE7)
            {
                Device (PEGX)
                {
                    Name (_ADR, Zero)
                    Name (_SUN, One)
                    Device (PCI1)
                    {
                        Name (_ADR, 0x00100000)
                        Device (GFX1)
                        {
                            Name (_ADR, Zero)
                            Method (_DSM, 4, NotSerialized)
                            {
                                Store (Package (0x04)
                                    {
                                        "AAPL,slot-name", 
                                        Buffer (0x07)
                                        {
                                            "Slot-1"
                                        }, 
                                        "hda-gfx", 
                                        Buffer (0x0A)
                                        {
                                            "onboard-1"
                                        }
                                    }, Local0)
                                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                                Return (Local0)
                            }
                        }
                        Device (HDAU)
                        {
                            Name (_ADR, One)
                            Method (_DSM, 4, NotSerialized)
                            {
                                Store (Package (0x02)
                                    {
                                        "hda-gfx", 
                                        Buffer (0x0A)
                                        {
                                            "onboard-1"
                                        }
                                    }, Local0)
                                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                                Return (Local0)
                            }
                        }
                    }
                    Device (PCI2)
                    {
                        Name (_ADR, 0x00080000)
                    }
                }
            }
            Scope (NPE3)
            {
                Device (PEGX)
                {
                    Name (_ADR, Zero)
                    Name (_SUN, One)
                    Device (PCI1)
                    {
                        Name (_ADR, 0x00100000)
                        Device (GFX2)
                        {
                            Name (_ADR, Zero)
                            Method (_DSM, 4, NotSerialized)
                            {
                                Store (Package (0x04)
                                    {
                                        "AAPL,slot-name", 
                                        Buffer (0x07)
                                        {
                                            "Slot-2"
                                        }, 
                                        "hda-gfx", 
                                        Buffer (0x0A)
                                        {
                                            "onboard-2"
                                        }
                                    }, Local0)
                                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                                Return (Local0)
                            }
                        }
                        Device (HDAU)
                        {
                            Name (_ADR, One)
                            Method (_DSM, 4, NotSerialized)
                            {
                                Store (Package (0x02)
                                    {
                                        "hda-gfx", 
                                        Buffer (0x0A)
                                        {
                                            "onboard-2"
                                        }
                                    }, Local0)
                                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                                Return (Local0)
                            }
                        }
                    }
                    Device (PCI2)
                    {
                        Name (_ADR, 0x00080000)
                    }
                }
            }
            Scope (PEX0)
            {
                Device (GIGE)
                {
                    Name (_ADR, Zero)
                    OperationRegion (GPIO, SystemIO, 0x0800, 0x06)
                    Field (GPIO, ByteAcc, NoLock, Preserve)
                    {
                        GO01,   8, 
                        GO02,   8, 
                        GO03,   8, 
                        GO04,   8, 
                        GO05,   8, 
                        GP45,   1, 
                        GP9,    1
                    }
                    Method (EWOL, 1, NotSerialized)
                    {
                        If (LEqual (Arg0, One))
                        {
                            Or (GP9, One, GP9)
                        }
                        Else
                        {
                            And (GP9, Zero, GP9)
                        }
                        If (LEqual (Arg0, GP9))
                        {
                            Return (Zero)
                        }
                        Else
                        {
                            Return (One)
                        }
                    }
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x0A)
                            {
                                "AAPL,slot-name", 
                                Buffer (0x09)
                                {
                                    "Internal"
                                }, 
                                "built-in", 
                                Buffer (One)
                                {
                                     0x01
                                }, 
                                "device_type", 
                                Buffer (0x14)
                                {
                                    "Ethernet Controller"
                                }, 
                                "model", 
                                Buffer (0x1E)
                                {
                                    "Intel(R) 82579V PCI-E Gigabit"
                                }, 
                                "name", 
                                Buffer (0x14)
                                {
                                    "Ethernet Controller"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
            }
            Scope (PEX1)
            {
                Device (GIGE)
                {
                    Name (_ADR, Zero)
                    OperationRegion (GPIO, SystemIO, 0x0800, 0x06)
                    Field (GPIO, ByteAcc, NoLock, Preserve)
                    {
                        GO01,   8, 
                        GO02,   8, 
                        GO03,   8, 
                        GO04,   8, 
                        GO05,   8, 
                        GP45,   1, 
                        GP9,    1
                    }
                    Method (EWOL, 1, NotSerialized)
                    {
                        If (LEqual (Arg0, One))
                        {
                            Or (GP9, One, GP9)
                        }
                        Else
                        {
                            And (GP9, Zero, GP9)
                        }
                        If (LEqual (Arg0, GP9))
                        {
                            Return (Zero)
                        }
                        Else
                        {
                            Return (One)
                        }
                    }
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x0A)
                            {
                                "AAPL,slot-name", 
                                Buffer (0x09)
                                {
                                    "Internal"
                                }, 
                                "built-in", 
                                Buffer (One)
                                {
                                     0x01
                                }, 
                                "device_type", 
                                Buffer (0x14)
                                {
                                    "Ethernet Controller"
                                }, 
                                "model", 
                                Buffer (0x1E)
                                {
                                    "Intel(R) 82579V PCI-E Gigabit"
                                }, 
                                "name", 
                                Buffer (0x14)
                                {
                                    "Ethernet Controller"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
            }
            Scope (SMB)
            {
                Device (BUS0)
                {
                    Name (_CID, "smbus")
                    Name (_ADR, Zero)
                }
                Device (BUS1)
                {
                    Name (_CID, "smbus")
                    Name (_ADR, One)
                }
            }
        }
    }
    Device (GCON)
    {
        OperationRegion (GPIO, SystemIO, 0x0500, 0x64)
        Field (GPIO, ByteAcc, NoLock, Preserve)
        {
            GP06,   1
        }
        Name (_HID, EisaId ("APP000B"))
        Name (_CID, "gcon")
        Name (_STA, 0x0B)
        Name (_CRS, ResourceTemplate ()
        {
            IO (Decode16,
                0x0700,             // Range Minimum
                0x07FF,             // Range Maximum
                0x01,               // Alignment
                0xFF,               // Length
                )
        })
        Name (_PRW, Package (0x02)
        {
            0x16, 
            0x04
        })
        Name (GMGP, 0x16)
        Method (GMSP, 1, NotSerialized)
        {
            If (LLessEqual (Arg0, One))
            {
                Or (GP06, Arg0, GP06)
            }
        }
        Method (GMLV, 0, NotSerialized)
        {
            Return (GP06)
        }
    }
    Device (EC)
    {
        Name (_HID, EisaId ("PNP0C09"))
        Name (_UID, Zero)
        Name (_CRS, ResourceTemplate ()
        {
            IO (Decode16,
                0x0062,             // Range Minimum
                0x0062,             // Range Maximum
                0x00,               // Alignment
                0x01,               // Length
                )
            IO (Decode16,
                0x0066,             // Range Minimum
                0x0066,             // Range Maximum
                0x00,               // Alignment
                0x01,               // Length
                )
        })
        Name (_GPE, 0x17)
        Name (ECOK, Zero)
        OperationRegion (ECOR, EmbeddedControl, Zero, 0xFF)
        Field (ECOR, ByteAcc, Lock, Preserve)
        {
            ECVS,   8, 
            Offset (0x02), 
            Offset (0x03), 
            G3HT,   1, 
            Offset (0x04), 
            WBCB,   1, 
            DSLP,   1, 
            Offset (0x05), 
            Offset (0x06), 
            WKRS,   8, 
            Offset (0x10), 
            ECSS,   8, 
            PLIM,   8, 
            ALB0,   8, 
            ALB1,   8, 
            WTLB,   8, 
            WTMB,   8, 
            Offset (0x20), 
            SPTR,   8, 
            SSTS,   8, 
            SADR,   8, 
            SCMD,   8, 
            SBFR,   256, 
            SCNT,   8, 
            SAAD,   8, 
            SAD0,   8, 
            SAD1,   8, 
            SMUX,   8, 
            Offset (0x60), 
            ELSW,   1, 
            EACP,   1, 
            ECDI,   1, 
            ENMI,   1, 
            Offset (0x61), 
            EMHP,   1, 
            Offset (0x62), 
            Offset (0x63), 
            Offset (0x64), 
            SWLO,   1, 
            SWLC,   1, 
            SWAI,   1, 
            SWAR,   1, 
            SWCI,   1, 
            SWCE,   1, 
            SWMI,   1, 
            SWMR,   1, 
            SWPB,   1, 
            SWGP,   1, 
            SWPM,   1, 
            SWWT,   1, 
            SWLB,   1, 
            Offset (0x66), 
            Offset (0x67), 
            Offset (0x68), 
            EWLO,   1, 
            EWLC,   1, 
            EWAI,   1, 
            EWAR,   1, 
            EWCI,   1, 
            EWCE,   1, 
            EWMI,   1, 
            EWMR,   1, 
            EWPB,   1, 
            EWGP,   1, 
            EWPM,   1, 
            ENWT,   1, 
            EWLB,   1, 
            Offset (0x6A), 
            Offset (0x6B), 
            Offset (0x6C), 
            LWLO,   1, 
            LWLC,   1, 
            LWAI,   1, 
            LWAR,   1, 
            LWCI,   1, 
            LWCE,   1, 
            LWMI,   1, 
            LWMR,   1, 
            LWPB,   1, 
            LWGP,   1, 
            LWPM,   1, 
            LWWT,   1, 
            LWLB,   1, 
            Offset (0x6E), 
            Offset (0x6F), 
            Offset (0x70)
        }
        Field (ECOR, ByteAcc, Lock, Preserve)
        {
            Offset (0x03), 
            G3AD,   1, 
            BLOD,   1, 
            S4WE,   1, 
            Offset (0x04), 
            Offset (0x6C), 
            LWE0,   8, 
            LWE1,   8, 
            LWE2,   8, 
            LWE3,   8
        }
        Field (ECOR, ByteAcc, Lock, Preserve)
        {
            Offset (0x24), 
            SBDW,   16, 
            Offset (0x46), 
            SADW,   16
        }
        Method (WAKE, 0, NotSerialized)
        {
            If (ECOK)
            {
                Return (WKRS)
            }
            Else
            {
                Return (Zero)
            }
        }
        Method (_Q5A, 0, NotSerialized)
        {
            Notify (\_SB.PWRB, 0x80)
        }
        Method (_Q80, 0, NotSerialized)
        {
            Notify (C000, 0x80)
            Notify (C001, 0x80)
            Notify (C002, 0x80)
            Notify (C003, 0x80)
            Notify (C004, 0x80)
            Notify (C005, 0x80)
            Notify (C006, 0x80)
            Notify (C007, 0x80)
            Notify (C008, 0x80)
            Notify (C009, 0x80)
            Notify (C00A, 0x80)
            Notify (C00B, 0x80)
        }
        Method (_REG, 2, NotSerialized)
        {
            If (LOr (LEqual (Arg0, 0x03), Zero))
            {
                Store (Arg1, ECOK)
                If (LEqual (Arg1, One))
                {
                    Store (Zero, ECSS)
                }
            }
        }
    }
    Method (DTGP, 5, NotSerialized)
    {
        If (LEqual (Arg0, Buffer (0x10)
                {
                    /* 0000 */   0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
                    /* 0008 */   0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
                }))
        {
            If (LEqual (Arg1, One))
            {
                If (LEqual (Arg2, Zero))
                {
                    Store (Buffer (One)
                        {
                             0x03
                        }, Arg4)
                    Return (One)
                }
                If (LEqual (Arg2, One))
                {
                    Return (One)
                }
            }
        }
        Store (Buffer (One)
            {
                 0x00
            }, Arg4)
        Return (Zero)
    }
}

Anyone else had this issues? Any suggestions?

 

Update: Posting video.

http://vimeo.com/90249410

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...