Suchergebnisse

Suchergebnisse 1-20 von insgesamt 20.

  • HibernationFixup.kext

    Beitrag
    HibernationFixupDiese Kernel Erweiterung ist ein Plugin für die Lilu.kext, die eine Synchronisierung zwischen RTC-Variablen und NVRAM bereitstellt.Dieser Kext erkennt die Eingabe von "Hibernate" Power Status und liest den Wert IOHibernateRTCVariables aus der Systemregistrierung aus und schreibt diesen in den NVRAM.FeaturesEnables 'native' hibernation on PC's with hardware NVRAM on 10.10.5 and later. 'Native' means hibernation with encryption (standard hibernate modes 3 & 25) Enables dumping NVRA…
  • HibernationFixup.kext

    Beitrag
    Noch einer ...v1.1.1Call file sync method (to be sure that nvram.plist will be written)
  • HibernationFixup.kext

    Beitrag
    Weiter geht es ...v1.1.2Works with EmuVariable
  • HibernationFixup.kext

    Beitrag
    Neue Version ...v1.1.3Panic handling and writing to nvram.plist
  • HibernationFixup.kext

    Beitrag
    Noch einer ....v1.1.4Fix system freeze and black screen when resume after hibernation (Sierra only)
  • HibernationFixup.kext

    Beitrag
    Hier gehts auch weiter ....v1.1.5Added OSBundleCompatibleVersion
  • HibernationFixup.kext

    Beitrag
    v1.1.6Requires Lilu 1.1.6 Compatibility with High Sierra PCI Family patch was improved New boot-arg hbfx-patch-pci=[comma-separated list of ignored devices] supported
  • HibernationFixup.kext

    Beitrag
    v1.1.7Fixes for 1.1.6b (Release was non-working) Use pollers to provoke writing of SMC-keys earlier
  • HibernationFixup.kext

    Beitrag
    v1.2.0 ( für Lilu 1.2.0 )
  • HibernationFixup.kext

    Beitrag
    v1.2.0 Cosmetic fixes suggested by vit9696
  • HibernationFixup.kext

    Beitrag
    v1.2.5 Improve auto-hibernate feature: modify next wake time to currentTime + standbyDelay
  • HibernationFixup.kext

    Beitrag
    v1.2.6 Allow loading on 10.15 without -lilubetaall Fix minor typos in code and comments (credits to PMheart)
  • HibernationFixup.kext

    Beitrag
    v1.2.7 Unified release archive names
  • HibernationFixup.kext

    Beitrag
    v1.2.8 Fixed memory leaks Fixed EmuVariableUefiPresent detection (nvram.plist will be properly saved if EmuVariableUefiPresent == Yes in ioreg) Improve auto-hibernate feature: modify next wake time only before regular sleep
  • HibernationFixup.kext

    Beitrag
    v1.2.9 Improve auto-hibernate feature: if power nap is enabled, hibernation will start after next Maintenance/SleepService wake (standbyDelay value is respected)
  • HibernationFixup.kext

    Beitrag
    v1.3.0 Do not use recursive iterator to detect EmuVariableUefiPresent (based on panic report analysis)
  • HibernationFixup.kext

    Beitrag
    v1.3.1 Code refactoring, fix duplicates in log, auto-hibernate can work without power source
  • HibernationFixup.kext

    Beitrag
    v1.3.2 Fix nvram.plist saving in Catalina, new path is used when the root folder is not writable: /System/Volumes/Data/nvram.plist
  • HibernationFixup.kext

    Beitrag
    v1.3.3 Improve auto-hibernate feature: support standby and autopoweroff separately (with respective delay). Immediate hibernate is possible with zero delay.
  • HibernationFixup.kext

    Beitrag
    v1.3.4 Improve auto-hibernate feature: correct next wake time disregarding the current sleep phase.Added constants for 11.0 support.