Recent content by Liankao

  1. Liankao

    DSDT Debugging/Tracing to system.log

    Is it possible to call other methods in dsdt like using acpi_call in linux?
  2. Liankao

    [help]Why I can't disable nvidia card?

    By reading some tutorials I learnt that the most proper way to disable nvidia card in dsdt is firstly using the method _DSM to change the value of OMPR to 0x03, and then calls method _PS3, which will call the method _OFF to turn of Nvidia card only when OMBR equals to 0x03. It is actually how...
  3. Liankao

    disable nvidia card in dsdt

    Sorry,when I entered the code it told me "command not fount" .Why?
  4. Liankao

    disable nvidia card in dsdt

    OK,I will give it a try.Thank you.
  5. Liankao

    disable nvidia card in dsdt

    Thanks for your reply.But where I should use the iasl file?In osx?But now I can't enter the system although I have finished installation.
  6. Liankao

    disable nvidia card in dsdt

    I have worked on it for two days.Although I have found the methods _ON,_OFF,_PS0 and _PS3 in ssdt,I don't know where to put these methods in dsdt. Anyone who can tell me the right place or help me modify my dsdt?Thanks in advance!
Back
Top