Bug 182167

Summary: vbestate saving for Fujitsu-Siemens Amilo Pro V2000
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: pm-utilsAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-24 12:25:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miloslav Trmač 2006-02-20 21:05:48 UTC
Hi,
I realize it is probably too late to add this for FC5, and it is not clear which
computers need it (all Intel graphics? probably not), anyway...

For FSC Amilo Pro V2000 suspend to RAM I need the following hook:
case "$1" in
        suspend)
                vbetool vbestate save > /var/run/vbestate
                ;;
        resume)
                vbetool vbestate restore < /var/run/vbestate
                ;;

This is with:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated
Graphics Device (rev 02) (prog-if 00 [VGA])
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics
Device (rev 02)
(PCI ID 8086:3582).

Comment 1 Phil Knirsch 2006-02-24 09:42:30 UTC
I've created a new functions-intel and included those in the suspend_video() and
resume_video() calls there and do this for every Intel video card now.

The next build should have this included.

Please let me know if this works as intended.

Read ya, Phil



Comment 2 Miloslav Trmač 2006-02-28 04:19:21 UTC
Thanks, pm-utils-0.10-1 work well.