home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.comp.os.windows-11      Steaming pile of horseshit Windows 11      4,969 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 4,039 of 4,969   
   Maria Sophia to Frank Slootweg   
   Re: Windows 10 and 11 power state habits   
   25 Jan 26 15:40:31   
   
   XPost: alt.comp.os.windows-10, alt.comp.microsoft.windows   
   From: mariasophia@comprehension.com   
      
   Frank Slootweg wrote:   
   >> My decisions are dictated, in part, by my hardware, where my desktop is   
   >> from around 2009 and therefore it cannot support Windows 11, S0 low power   
   >> idle, or any of the newer sleep/hibernate mechanisms. The firmware in my   
   >> desktop only exposes S1 and S3, and hibernation is not available at all.   
   >>   
   >> Modern systems use S0 Low Power Idle (Modern Standby), which the firmware   
   >> on my desktop (and that of many on this newsgroup) does not support.   
   >   
   >   I'm not talking about any 'modern' power states, like Modern Standby,   
   > but like old-fashioned  Sleep (S3), which you do have, and old-fashioned   
   > Hibernate (S4).   
   >   
   >   You say that you don't have Hibernate, but I think it's more likely   
   > you have not enabled Hibernate or/and do not have a hiberfil.sys file.   
   >   
   >   Hibernate exists since decades, so it's unlikely that a 2009 machine   
   > doesn't have it.   
   >   
   >   Anyway, with just Sleep most things - except RAM - should power down   
   > or go to a low-power state, ready to resume all your active programs in   
   > seconds (if that) instead of the time you now need to get a coffee.   
   >   
   >   But how you use your system is your choice and your choice only.   
   >   
   >   My little sting about being sensible was just in jest (hence the   
   > smiley). Many people shutdown their systems for no reason. They just   
   > think that's the way to do it and do not realize what their options are.   
   >   
   >   When I'm going to use my computer, I don't have to turn it on, I don't   
   > have to boot it, I don't have to wait for Windows to fully start, I don't   
   > have to wait for a sign-on to finish to the Desktop and I don't have to   
   > wait to restart all my programs/windows. I just tap the keyboard or the   
   > 'mouse' and am back where I left off, in a few seconds (if that much).   
   >   
   >   It's notable that people Char and I, who are used to (also) work with   
   > laptops, use the sleep/hibernate mechanisms, while people who only   
   > use(d) 'desktops' have a strong tendency to shutdown/turn-off at the end   
   > of the day and turn-on/boot_etc. in the morning.   
      
   Hi Frank,   
      
   Thanks for requesting me to clarify my situation with this particular   
   machine with respect to whether hibernation is possible if desired.   
      
   Here is my "powercfg -a" output:   
    Runbox > cmd {ctrl+shft+rtn} > UAC > Yes   
    C:\> powercfg -a   
         The following sleep states are available on this system:   
          Standby (S1 S3)   
      
         The following sleep states are not available on this system:   
          Standby (S2)   
         The system firmware does not support this standby state.   
      
         Hibernate   
          Hibernation has not been enabled.   
      
         Standby (S0 Low Power Idle)   
          The system firmware does not support this standby state.   
      
         Hybrid Sleep   
          Hibernation is not available.   
      
         Fast Startup   
          Hibernation is not available.   
      
   At first, I interpreted that to mean Hibernation is not possible, but in   
   reality, after deeper inspection, that hibernation line is ambiguous unless   
   I test further, because Windows uses that same wording at different times.   
    A. Hibernate exists but is disabled because hiberfil.sys is missing   
    B. Hibernate does not exist because the firmware does not expose S4   
      
   To know for sure, at an admin prompt, I tried to turn it on:   
    C:\> powercfg /hibernate on   
         Hibernation failed with the following error:   
         There is not enough space on the disk.   
         The following items are preventing hibernation on this system.   
         The system could not create the hibernation file.   
         The specific error code is 0xc000007f.   
      
   So, as you kindly had suggested, hibernate does exist on my machine.   
   Windows attempted to enable it, and the firmware did not block it.   
      
   If the firmware did not support S4, I would have seen:   
    "The system firmware does not support hibernation."   
   Instead, Windows tried to create hiberfil.sys and failed due to disk space.   
   The error code 0xc000007f is STATUS_DISK_FULL.   
      
   Since I have 16GB of RAM, about 16 GB of free space is required for a full   
   hibernation file, whereas a fast-startup reduced hibernation file might   
   only require about 40% of my RAM (or 6.4GB free space on the C: drive).   
      
   But when I tried to run reduced hibernation just now, I got an error:   
    C:\> powercfg /hibernate /type reduced   
         A device attached to the system is not functioning.   
   This is not the same as the earlier disk-full error.   
   This is a device-level failure.   
      
   The most logical reason might be a driver or device reports that it cannot   
   enter S4 such as an older storage controller or other device that blocks S4   
   but looking it up shows that it could be a GPU driver that does not support   
   hibernation or a BIOS ACPI table that is incomplete, or something else.   
      
   Testing which devices can be configured for wake we find a half dozen:   
    C:\> powercfg -devicequery wake_programmable   
         HID-compliant consumer control device (001)   
         HID Keyboard Device (001)   
         HID-compliant mouse   
         HID-compliant system controller   
         Realtek PCIe GbE Family Controller   
         HID-compliant consumer control device (004)   
      
   Testing what devices are allowed to wake the system, we find 3 of them:   
    C:\> powercfg -devicequery wake_armed   
         HID Keyboard Device (001)   
         HID-compliant mouse   
         Realtek PCIe GbE Family Controller   
      
   One by one I could disable each of those devices, and then re-try reduced   
   hibernation, but this doesn't change that the system is unstable with it.   
      
   Personally, my use model fits me just fine where I shut down the system,   
   and separately I power down my astoundingly huge but old monitor each   
   night. In the morning, I power up the computer and go make myself a coffee.   
      
   While it works for me, the point of this thread was to survey what works   
   for other people, where our combined city/highway mileage may vary   
   depending on what works best with our particular system components.   
      
   I'm not going to dig further (because I don't want hibernation anyway),   
   but I do thank you for asking me to dig deeper to confirm it does exist.   
   --   
   I base my views on comprehensive assumptions & maximum explanatory power.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca