Jump to content

eC//FrEaK

Members
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by eC//FrEaK

  1. Hello forum members.

     

    In a german hackintosh forum i found some code snippet to correct map the brightness keys for a Latitude E7440.
     

    # _OSI(WIN7) is needed for brightness keys
    into method label OSID code_regex _OSI\s+\(WIN7\) replaceall_matched begin LOr(_OSI(WIN7),_OSI("Darwin")) end;
    
    #syscl_fixBrightnesskey_VoodooPS2
    into method label BRT6 replace_content
    begin
    If (LEqual (Arg0, One))\n
    {\n
        Notify (LCD, 0x86)\n
        Notify (^^LPCB.PS2K, 0x0406)\n
    }\n
    If (And (Arg0, 0x02))\n
    {\n
        Notify (LCD, 0x87)\n
        Notify (^^LPCB.PS2K, 0x0405)\n
    }\n
    end;

    How and where do i have to implement this? And, is this compatible with the VoodooPS2 kext modified by @Bronxteck

  2. Hi. :-)

    Please provide full system specs, and a more detailed description of what you have tried so far. (e.g. what installer you tried, kexts, EFI folder.....)

     

    Thx.

     

    ... BUT ... i would not even recommend you to use that machine for a macHack... your dGPU (that RTX2070) has zero driver support for macOS ... so you would go with disabling it and using the iGPU (Intel UHD 630) of you CPU ... you will loose all the graphics power for what you paid so much, when you're running macOS instead of  Windows or Linux.

  3. Hi there. :)

    After some weeks of using my "MacBook E5540" i think it's time to max out the performance of my system (mostly battery life)... Unfortunately i do not know how i can do this and succeed at 100% ... So, is there any person who may check my "debug" for stupid/bad/unnecessary configuration? I'm very interested in the "ACPI" part of my "config.plist" :)

    Thx in advance to everyone who is digging/crawling through config. 😁

    debug_29750.zip

  4. As i can see from your "kextcache_log.txt" you have that "IntelGraphicsFixup.kext" still in the kext-cache. Remove that KEXT from from /L/E and type/copy the following in terminal:

     

    sudo chmod -Rf 755 /S*/L*/E*

    sudo chmod -Rf 755 /L*/E*

    sudo chown -Rf 0:0 /S*/L*/E*

    sudo chown -Rf 0:0 /L*/E*

    sudo kextcache -i /

     

    Reboot and check if your problem is solved. :)

×
×
  • Create New...