Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. Para 3.0 tem que instalar kext http://Olarila.com/forum/viewtopic.php?f=9&t=3388 ou http://www.insanelymac.com/forum/files/file/150-109gm-patched-appleusbxhcikext/
  2. In OpenGL Extensions Viewer you should see "HD 7870" and not "Apple Software Renderer". Looks like the ATI drivers are not enabled. http://Olarila.com/forum/viewtopic.php?f=28&t=736
  3. Não porque o 3 já está em uso pelas entradas.
  4. nid 37 0x01011040 nid 38 0x01016050 nid 39 0x01012060
  5. Please don't cross post http://Olarila.com/forum/viewtopic.php?f=27&p=32318#p32318
  6. Also check this http://Olarila.com/forum/viewtopic.php?f=17&t=2194#p19471
  7. Sim, mas essa legacy, assim como este tópico, é para nVidia, não vai funcionar em Intel. Repara na AGPM original que as chaves são diferentes para nVidia, ATI e Intel.
  8. Essa legacy parece ser para nVidia e você inseriu vendor e device ID de Intel HD 3000.
  9. Pode baixar daqui http://sourceforge.net/projects/voodoohda/
  10. It doesn't matter if you don't have multiboot, it will work with OS X only. If boot from pen drive works in UEFI mode, it should work if you install Clover UEFI in the HD as well.
  11. Chimera doesn't work in UEFI mode, install Clover in the EFI partition of the HD http://Olarila.com/forum/viewtopic.php?f=28&t=3405
  12. Aparentemente já tens a VoodooHDA editada corretamente, pois aparecem todas as saídas, só precisas criar o dispositivo agregado como mostra o tópico que o Mirone indicou.
  13. Pode instalar limpo.
  14. O atualizado não precisa, basta rodar os comandos como está no post curl -o ssdtPRGen.sh https://raw.github.com/Piker-Alpha/RevoBoot/clang/i386/libsaio/acpi/Tools/ssdtPRGen.sh chmod +x ssdtPRGen.sh ./ssdtPRGen.sh
  15. Não é isso que diz lá. O Clover gera SSDT corretamente para qualquer CPU. Se você usa Chameleon precisa gerar o SSDT.aml com o script.
  16. Aqui tem todas as dicas sobre gestão de energia http://Olarila.com/forum/viewtopic.php?f=2&t=34
  17. Desmarca "colocar os discos rígidos em repouso sempre que possível" no economizador de energia.
  18. Isso vem desde o 10.7 http://Olarila.com/forum/viewtopic.php?f=10&t=585
  19. Aqui está tudo normal com as mesmas configurações que o ML (Clover ou Chameleon com FileNVRAM). Se for igual ao 10.7 e 10.8, o GM é a versão final, mas só saberemos com certeza quando lançar na App Store.
  20. You should see an option to boot "Mac OS X Install USB" on both Clover and Chameleon. I really don't understand what's happening.
  21. O tópico foi atualizado para GM Não esqueça da \ antes dos espaços tar zxvf ~/Desktop/Mavericks_GM_MBR_Patch.tar.gz -C /Volumes/myHack\ OS\ X\ Install\ Disk
  22. Check BIOS settings http://Olarila.com/forum/viewtopic.php?f=2&t=1804 To use Chameleon you must boot legacy, not UEFI, and press 1.
  23. Try Chameleon, boot legacy and press 1 when you see the blinking cursor.
  24. Just replace "device-id" by "compatible". Example: instead of into method label _DSM parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x02)\n {\n "device-id", \n Buffer (0x04)\n {\n 0xb9, 0x27, 0x00, 0x00\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end use into method label _DSM parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x02)\n {\n "compatible", \n Buffer (0x0D)\n {\n "pci8086,27b9"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end
  25. Some people reported success on Haswell, some don't, you have to test. The video card should work.
×
×
  • Create New...