All times are UTC - 6 hours




Post new topic Reply to topic  [ 10 posts ] 
Author Message
PostPosted: Wed Nov 16, 2011 2:25 am 
Offline


Mon May 02, 2011 11:50 pm

40

MT
I noticed that in hibernate mode the SmartBook appears to be leaving its backlight on, with the LCD black. This significantly drains the battery, while the button on the popup for selecting hibernate says the mode uses no power.
--

Science, n. Investigation of natural phenomena.
Engineering, n. Domestication of natural phenomena.
Technology, n. Domesticated natural phenomena.

--

\"It is essential for automatic computation that, instead of containing every single instruction necessary to carry out the program, the coded program include methods for generating instructions which are needed to carry out the program. ... One measure of the extent to which an automatic digital computer is used effectively is given by the ratio of the number of instructions formed in the machine to that of the instructions inserted into the machine initially.\" Mathematical Machines Volume I Digital Computers ©1961 Francis J. Murray

If so, then why is this ratio zero on most modern computer software?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2011 2:18 pm 
Offline
Genesi


Mon Jan 30, 2006 2:28 am

409

Finland
Hi.

We've opened a bug ticket for this internally, and will try to add a fix for the next kernel release.


Johan,
Johan Dams, Genesi USA Inc.
Director, Software Engineering

Yep, I have a blog... PurpleAlienPlanet


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 17, 2011 11:24 pm 
Offline
Site Admin


Fri Sep 24, 2004 1:39 am

1589

Alamo Heights, TX
PurpleAlien wrote:
Hi.

We've opened a bug ticket for this internally, and will try to add a fix for the next kernel release.


Johan,


To clarify something: there is no such thing as Hibernate on ARM right now. A system goes into "suspend" but it will not save data to the disk in order to recover from a power failure.

If you see a Hibernate menu then you're running something quite old and need to patch up or install a new upower or maybe some other configuration items.

As for the backlight staying on during standby/suspend, yep. Ticket open, tests running. This is quite a major regression, however the driver did not change in the longest time, so the behavior should certainly not have changed either.
Matt Sealey, Genesi USA Inc.
Product Development Analyst


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 19, 2011 8:19 pm 
Offline


Mon May 02, 2011 11:50 pm

40

MT
Neko wrote:
If you see a Hibernate menu then you're running something quite old and need to patch up or install a new upower or maybe some other configuration items.


Well, both the SmartBook and SmartTop that I bought this summer and have kept current on all updates show a hibernate option on the popup that comes up when the power button is pressed and a hibernate menu item on the menu that drops down when the power menu in the top right corner of the screen is clicked.
--

Science, n. Investigation of natural phenomena.
Engineering, n. Domestication of natural phenomena.
Technology, n. Domesticated natural phenomena.

--

\"It is essential for automatic computation that, instead of containing every single instruction necessary to carry out the program, the coded program include methods for generating instructions which are needed to carry out the program. ... One measure of the extent to which an automatic digital computer is used effectively is given by the ratio of the number of instructions formed in the machine to that of the instructions inserted into the machine initially.\" Mathematical Machines Volume I Digital Computers ©1961 Francis J. Murray

If so, then why is this ratio zero on most modern computer software?


Top
 Profile  
 
 Post subject: Hibernate/Suspend modes.
PostPosted: Wed Nov 23, 2011 2:28 am 
Offline


Mon May 02, 2011 11:50 pm

40

MT
If I select Suspend, the SmartBook does turn off the backlight. To wake it back up I have to press the power button.

If I select Hibernate, the SmartBook leaves the backlight on. To wake it back up I don't have to touch the power button, just press any key or wiggle the mouse.
--

Science, n. Investigation of natural phenomena.
Engineering, n. Domestication of natural phenomena.
Technology, n. Domesticated natural phenomena.

--

\"It is essential for automatic computation that, instead of containing every single instruction necessary to carry out the program, the coded program include methods for generating instructions which are needed to carry out the program. ... One measure of the extent to which an automatic digital computer is used effectively is given by the ratio of the number of instructions formed in the machine to that of the instructions inserted into the machine initially.\" Mathematical Machines Volume I Digital Computers ©1961 Francis J. Murray

If so, then why is this ratio zero on most modern computer software?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 23, 2011 11:41 am 
Offline
Genesi


Mon Jan 30, 2006 2:28 am

409

Finland
Hi Tim,

Hibernate does not really hibernate; it turns off the screen but nothing else. (hence the reason you can get it back on by mouse movement).

Suspend is the only supported power saving mode on the Efika.


Best regards,
Johan
Johan Dams, Genesi USA Inc.
Director, Software Engineering

Yep, I have a blog... PurpleAlienPlanet


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 23, 2011 4:59 pm 
Offline


Mon May 02, 2011 11:50 pm

40

MT
PurpleAlien wrote:
Hi Tim,

Hibernate does not really hibernate; it turns off the screen but nothing else. (hence the reason you can get it back on by mouse movement).

Suspend is the only supported power saving mode on the Efika.


Best regards,
Johan


I know, you said that before. But they seem to be operating totally differently. Suspend ignores the mouse and can only wake up again with the power button. Suspend also has several seconds of disk activity before turning off the backlight, as if it was saving a bunch of stuff. Its almost as if they both exist but are swapped...
--

Science, n. Investigation of natural phenomena.
Engineering, n. Domestication of natural phenomena.
Technology, n. Domesticated natural phenomena.

--

\"It is essential for automatic computation that, instead of containing every single instruction necessary to carry out the program, the coded program include methods for generating instructions which are needed to carry out the program. ... One measure of the extent to which an automatic digital computer is used effectively is given by the ratio of the number of instructions formed in the machine to that of the instructions inserted into the machine initially.\" Mathematical Machines Volume I Digital Computers ©1961 Francis J. Murray

If so, then why is this ratio zero on most modern computer software?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 23, 2011 5:29 pm 
Offline
Genesi


Mon Jan 30, 2006 2:28 am

409

Finland
Hi Tim,

Hibernate doesn't do anything but turn off the screen, as in a screen blank. That's why it comes back when moving mouse/pressing a key.

Suspend actually does a suspend to ram, but it needs time to do this: first the kernel stops userspace, then goes through the device tree to call suspend methods on each driver.

The reason that this state needs a button press to resume is that it requires a specific hardware interrupt to do this, and the keyboard and track pad don't generate this (also, sine the CPU is turned off, there is no keyboard handler, etc.).

The point here is that hibernate shouldn't be there as an option to begin with.


Johan.
Johan Dams, Genesi USA Inc.
Director, Software Engineering

Yep, I have a blog... PurpleAlienPlanet


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 24, 2011 11:40 pm 
Offline


Mon May 02, 2011 11:50 pm

40

MT
I guess you can cancel the bug report then, as suspend does turn off the backlight correctly. Only the nonexistant hibernate doesn't. Assuming hibernate doesn't exist, anything it does wrong isn't a bug, because you obviously can't select what doesn't exist.
--

Science, n. Investigation of natural phenomena.
Engineering, n. Domestication of natural phenomena.
Technology, n. Domesticated natural phenomena.

--

\"It is essential for automatic computation that, instead of containing every single instruction necessary to carry out the program, the coded program include methods for generating instructions which are needed to carry out the program. ... One measure of the extent to which an automatic digital computer is used effectively is given by the ratio of the number of instructions formed in the machine to that of the instructions inserted into the machine initially.\" Mathematical Machines Volume I Digital Computers ©1961 Francis J. Murray

If so, then why is this ratio zero on most modern computer software?


Last edited by R. Tim Coslet on Mon Nov 28, 2011 10:28 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 25, 2011 12:37 am 
Offline
Genesi


Mon Jan 30, 2006 2:28 am

409

Finland
Hi.

Well, it's still a bug as it leads to confusion :-)


Johan.
Johan Dams, Genesi USA Inc.
Director, Software Engineering

Yep, I have a blog... PurpleAlienPlanet


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group