Tagged Questions
1
vote
1answer
22 views
Setting the suspend timeout cross-window manager
For a project I'm currently working on, I would like to be able to set the interval after which the system goes into standby mode. One of the options is to set this in the window manager, but for our ...
0
votes
0answers
24 views
Programmatically change the sleep/suspend timeout on Windows and Linux
I am looking for a way to programmatically change the sleep/suspend timeout on Windows (XP) and Linux (Debian & Ubuntu) operating systems without having to reboot the system. I have spent a decent ...
0
votes
1answer
27 views
How do I implement a sleepserver for linux? [closed]
I am new to linux and want to implement a sleep server. If anyone has source of Sleepserver please share or any kind of help will be appreciated.
SleepServer creates lightweight virtual images of ...
0
votes
0answers
68 views
suspend lcd display after 10 mins with fbcon(with linaro kernel 3.1.0-rc9)
lcd display suspend after 10 minutes and i don't see predefined timeoutes in linux kernel of suspend display. I see in kernel sources and find callback responsible of blank/suspend display and this ...
1
vote
3answers
191 views
How can I catch a system suspend event in Python?
I'm using ubuntu 12.04. Is there a way to catch a suspend event in Python, i.e. if the laptop is going to suspend, do this...? The same question for catching shutdown event.
0
votes
1answer
1k views
Linux suspend/resume code flow (on android phone)
Does anyone know any good reading on how the whole process and code flow are for android/linux suspend/resume (after pressing the end key on the phone)?
I am trying to understand and read the related ...
0
votes
0answers
100 views
How to suspend the Linux system for a specific period of time remotely? [closed]
I'd like to suspend or hibernate my RedHat 5 Linux system for a specific period of time.
For example I'd like to suspend the system at 12:00 and wake it up at 15:00 remotely.
Is there any way to do ...
0
votes
3answers
187 views
How to make Java app detect that the Linux PC has resumed from suspended state (sleep mode)?
In a Java Swing desktop application running on Linux (e.g., Ubuntu), how can the application be notified that the PC has just resumed from the sleep/suspended/hibernated state?
Screen blanking is ...
0
votes
1answer
163 views
When and how does Linux to save VGA memroy to RAM? Is it in pm-suspend script? or in kernel after echo mem > /sys/power/state
Does anyone know when Linux save VGA memory to RAM?
Is it in pm-suspend script before echo mem to /sys/power/state?
Is it in kernel after echo -n "mem" > /sys/power/state?
or both?
I have looked at ...
0
votes
2answers
144 views
File system inodes after hibernation on Linux
I am interested to know how the file system data structures are handled when suspending to disk.
I am wondering if it is possible to hibernate and then switch a disk (physically) and then resume. My ...
1
vote
8answers
377 views
Temporarily suspend the PC operating system
How does one programmatically cause the OS to switch off, go away and stop doing anything at all so that a program may have complete control of a PC system?
I'm interested in doing this from both an ...