On Sun, 2007-06-03 at 18:04 +0100, Richard Hughes wrote:
> > pm-suspend --quirk-dpms-suspend --quirk-radeon-off --quirk-s3-bios
> > --quirk-s3-mode
>
> Hmm. Do you have radeontool installed? It should be part of the f7
> pm-utils package, although I can't remember.
(adding pm-utils m/l)
Ahh, found the bug. Peter, we are not turning off the DAC and light in
20video, but we are turning it on in 99video.
Patch attached. This needs to go into F7 updates asap please.
Richard.
? .autobuild
Index: pm/hooks/20video
===================================================================
RCS file: /cvs/pm-utils/pm-utils/pm/hooks/20video,v
retrieving revision 1.11
diff -u -r1.11 20video
--- pm/hooks/20video 6 Mar 2007 19:55:31 -0000 1.11
+++ pm/hooks/20video 3 Jun 2007 17:18:28 -0000
@@ -42,6 +42,10 @@
fi
# We might need to do one or many of these quirks
+ if [ "${DISPLAY_QUIRK_RADEON_OFF}" == "true" ]; then
+ radeon dac off
+ radeon light off
+ fi
if [ "${DISPLAY_QUIRK_VBESTATE_RESTORE}" == "true" ]; then
vbe vbestate save > /var/run/vbestate
fi
_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils