Forum     

Go Back   Digit Technology Discussion Forum > Hardware > Hardware Q&A
Register FAQ Calendar Mark Forums Read

Hardware Q&A Discuss basic Hardware problems, find solutions to your hardware queries which don't fit in the other sections.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-10-2007, 09:31 PM   #1 (permalink)
Alpha Geek
 
ajaybc's Avatar
 
Join Date: Feb 2007
Location: Cochin
Posts: 744
Question Which one draws more power standby or hibernate?


Which mode draws more power-STANDBY OR HIBERNATE?
ajaybc is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-10-2007, 09:34 PM   #2 (permalink)
AJJU
 
azzu's Avatar
 
Join Date: Aug 2006
Location: hYdErAbAd
Posts: 2,428
Default Re: Which one draws more power standby or hibernate?

definetly stand by
but hibernate takes some wat of ur disk space
__________________
I love and Live to Design
azzu is offline  
Old 06-10-2007, 09:41 PM   #3 (permalink)
"The Cake is a Lie!!"
 
[xubz]'s Avatar
 
Join Date: Oct 2006
Posts: 471
Default Re: Which one draws more power standby or hibernate?

Hibernate doesn't take any power at all! As Azzu said, it just saves the content of your RAM into the Harddisk and Shuts Down.

When you switch it on, The contents are transfered back.

Standby on the other hand, just shuts off the PC temporarily. But still will be providing sufficient power to the RAM to hold its contents. If you shut your PC in standby, you'll lose your data.
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
[xubz] is offline  
Old 06-10-2007, 09:46 PM   #4 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default Re: Which one draws more power standby or hibernate?

If you enable hibernate,file called "hiberfil.sys" will be created in windows partition with size equal to amount of RAM you have.So,make sure you have that much free space before enabling hibernation.
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Old 06-10-2007, 10:24 PM   #5 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Which one draws more power standby or hibernate?

Standby takes more power than hibernate...
Wen u hibernate u just save all the temporary data in ur RAM to ur HDD.. and then shut down..
Pathik is offline  
Old 07-10-2007, 04:58 AM   #6 (permalink)
The Transcendental
 
Join Date: Dec 2005
Location: Nutopia
Posts: 285
Default Re: Which one draws more power standby or hibernate?

G0/S0/Working
On. The CPU is fully up and running; power conservation is on a per-device basis.

The Sleep States (Substats of G1 according to ACPI)
S1 Sleep aka suspend (computer wakes up faster but uses more power while sleeping)
Appears off. The CPU is stopped; RAM is refreshed; the system is running in a low power mode. No loss of cache

S2 Sleep to memory (computer wakes up slower but uses less power)
Appears off. The CPU has no power; RAM is refreshed; the system is in a lower power mode than S1. Disk cache is lost

S3 Sleep aka standby (consumes least power while sleeping. <20W according to energy star recommendations <10 W according to the recent EU recommendations. Remeber that news wherein suspending your computer was banned in Britain)
Appears off. The CPU has no power; RAM is in slow refresh; the power supply is in a reduced power mode. Disk cache is lost. Time taken to resume = time to power on monitor >/= S2

S4 Hibernate aka suspend to disk aka Safe Sleep (Mac)
Appears off. The hardware is completely off, but system memory has been saved to disk.
However if you reset/remove the CMOS or change hardware, it may be possible that you cannot restore from your hiberfil.sys due to parameter mismatches.
You can however completely turn off your computer and UPS.

S5/Off
Off. The hardware is completely off, the operating system has shut down; nothing has been saved. Requires a complete reboot to return to the Working state.

S4 state does not use the BIOS switches and is totally controlled by plug and play operating systems like windows, mac and certain flavours of Linux.

G2= Soft power off i.e a normal shutdown

G3=Hard/Mechanical power state i.e. a power outage.

Totally off topic but did someone manage to get their hiberfile.sys off their boot partition and on a separate partition/flash disk?
I read it somewhere on xtremesystems a while ago that people use this approach in carputers (you guessed it right, a computer for your car) using flash disks.
i hate it when i have to keep the same space as the ram in the boot partition. I have configured my unattende windows setup to keep the program files and profiles folder on a separate partition and with no pagefile (winxp). This decreases fragmentation of the system files and increases performance. So any1 know a way. The only fragmentation of my boot partition (which i had to increase to 4 gigs from just 2gigs...was really fast) is due to my need for hibernation. (note, i know some people will point it out to me that the hiberfil.sys file space is always allocated and will not cause fragmentation, but i want the smallest boot partition without any problems in installing windows.

EDIT:
MSDN source
Code:
States S1, S2, S3, and S4 are the sleeping states. A system in one of these states is not performing any computational tasks and appears to be off. Unlike a system in the shutdown state (S5), however, a sleeping system retains memory state, either in the hardware or on disk. The operating system need not be rebooted to return the computer to the working state. 
 Some devices can wake the system from a sleeping state when certain events occur, such as an incoming call to a modem. In addition, on some computers, an external indicator tells the user that the system is merely sleeping. 
 With each successive sleep state, from S1 to S4, more of the computer is shut down. All ACPI-compliant computers shut off their processor clocks at S1 and lose system hardware context at S4 (unless a hibernate file is written before shutdown), as listed in the sections below. Details of the intermediate sleep states can vary depending on how the manufacturer has designed the machine. For example, on some machines certain chips on the motherboard might lose power at S3, while on others such chips retain power until S4. Furthermore, some devices might be able to wake the system only from S1 and not from deeper sleep states. 
 System Power State S1

 System power state S1 is a sleeping state with the following characteristics:
 Power consumptionLess consumption than in S0 and greater than in the other sleep states. Processor clock is off and bus clocks are stopped.Software resumptionControl restarts where it left off.Hardware latencyTypically no more than two seconds. System hardware contextAll context retained and maintained by hardware.  
System Power State S2

 System power state S2 is similar to S1 except that the CPU context and contents of the system cache are lost because the processor loses power. State S2 has the following characteristics:
 Power consumptionLess consumption than in state S1 and greater than in S3. Processor is off. Bus clocks are stopped; some buses might lose power.Software resumptionAfter wake-up, control starts from the processor's reset vector.Hardware latencyTwo seconds or more; greater than or equal to the latency for S1.System hardware contextCPU context and system cache contents are lost.   
System Power State S3

 System power state S3 is a sleeping state with the following characteristics:
 Power consumptionLess consumption than in state S2. Processor is off and some chips on the motherboard also might be off.Software resumptionAfter the wake-up event, control starts from the processor's reset vector.Hardware latencyAlmost indistinguishable from S2.System hardware contextOnly system memory is retained. CPU context, cache contents, and chipset context are lost.  
System Power State S4

 System power state S4, the hibernate state, is the lowest-powered sleeping state and has the longest wake-up latency. To reduce power consumption to a minimum, the hardware powers off all devices. Operating system context, however, is maintained in a hibernate file (an image of memory) that the system writes to disk before entering the S4 state. Upon restart, the loader reads this file and jumps to the system's previous, prehibernation location. 
 If a computer in state S1, S2, or S3 loses all AC or battery power, it loses system hardware context and therefore must reboot to return to S0. A computer in state S4, however, can restart from its previous location even after it loses battery or AC power because operating system context is retained in the hibernate file. A computer in the hibernate state uses no power (with the possible exception of trickle current).
 State S4 has the following characteristics:
 Power consumptionOff, except for trickle current to the power button and similar devices.Software resumptionSystem restarts from the saved hibernate file. If the hibernate file cannot be loaded, rebooting is required. Reconfiguring the hardware while the system is in the S4 state might result in changes that prevent the hibernate file from loading correctly.Hardware latencyLong and undefined. Only physical interaction returns the system to the working state. Such interaction might include the user pressing the ON switch or, if the appropriate hardware is present and wake-up is enabled, an incoming ring for the modem or activity on a LAN. The machine can also awaken from a resume timer if the hardware supports it. System hardware contextNone retained in hardware. The system writes an image of memory in the hibernate file before powering down. When the operating system is loaded, it reads this file and jumps to its previous location.
__________________
:::::::::: When freedom is outlawed, only outlaws will have freedom ::::::::::

Last edited by ..:: Free Radical ::..; 07-10-2007 at 06:37 AM.
..:: Free Radical ::.. is offline  
Old 08-10-2007, 05:28 PM   #7 (permalink)
ax3
Cool as a CUCUMBAR ! ! !
 
ax3's Avatar
 
Join Date: Dec 2003
Posts: 5,052
Default Re: Which one draws more power standby or hibernate?

ya standby is more power eatter .........
__________________
... W H O T ...
ax3 is offline  
Old 08-10-2007, 06:03 PM   #8 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Default Re: Which one draws more power standby or hibernate?

nice info / link, freeradical.
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant Hibernate or standby aninnovator Software Q&A 2 31-05-2007 01:41 AM
hibernate & standby ! ! ! ax3 QnA (read only) 11 28-08-2005 01:10 PM
What is the differemce between Standby & Hibernate bharat_r QnA (read only) 7 18-05-2005 07:43 PM
Power schemes & hibernate ! ! ! ax3 QnA (read only) 3 01-05-2005 03:15 PM
Unable to hibernate /standby bhare ka tattoo QnA (read only) 2 21-12-2004 11:40 PM

 
Latest Threads
- by Sujeet
- by kool
- by Tenida
- by ico
- by Who

Advertisement




All times are GMT +5.5. The time now is 11:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2