Emulator Issues #3279
closedDisable screensaver, power management on Linux
0%
Description
What steps will reproduce the problem?
- Play game (on Linux) for X minutes until screensaver/power management kicks in
- Watch game disappear :-(
What is the expected output? What do you see instead?
Screen savers and display power management functionality should be disabled while a game is running. Rationale is that you don't want you game interrupted by a screen saver covering the image or the monitor powering down.
Previous issues relating to this: bug 2568, bug 2315, bug 1084, bug 203
On current Linux builds, this functionality does not seem to be implemented. Every 10 minutes while I'm playing a game, my monitor enters sleep mode and powers down. This occurs whether I'm running in windowed or full-screen mode.
Previous discussion and code seems to focus on Windows support, so I'm not sure if this is a regression on Linux or just if it's never been implemented.
Dolphin version with the problem? Other Dolphin version without the
problem?
r6239 fails. I'm new to Dolphin, so I've not seen it work.
32-bit or 64-bit and any other build parameters?
amd64. Build options:
scons -j 7 opencl=true shared_glew=true shared_lzo=true shared_sdl=true shared_zlib=true shared_sfml=false shared_soil=false verbose=false
OS version and versions of tools/libraries used?
Gentoo amd64, GCC 4.4.3, wxGTK 2.8.10, KDE 4.4.5
Please provide any additional information below.
This definitely occurs for power management. I'll check tonight to verify whether it's an issue with screen savers as well.
Files