Search results

Loading Google Results...
  1. Aurash

    Netflix not working - any ideas?

    Hi, I tried to fix it with this command line: defaults write com.apple.AppleGVA forceATI -boolean ye To enforce my hackintosh to use my AMD GPU for video decoding. However Netflix still gives me an error code, although WhatEverGreen is installed and iTunes Trailers are working so I assume that...
  2. Aurash

    << Solved >> Syntax Problem with SSDT-7 file

    Solved it by myself, you need to put the variables like OLDV into the () of the methods as a parameter. E.g.: \_SB.GGOV (0x02010014) OLDV to \_SB.GGOV (0x02010014, OLDV) Needed to do that with 3 variables that for some reasons where out of the ().
  3. Aurash

    << Solved >> Syntax Problem with SSDT-7 file

    Hello, I have compiled every DSDT/SSDT.dsl files to .aml successfully except one file. It says that there is a syntax error within the code and I cannot resolve it by my self as I am not familiar with the syntax. (All other files worked ootb using the newest iasl without the -da option (as I am...
Back
Top