On Mon, 2007-06-04 at 18:11 -0400, Milos Popovic wrote:
>
> On the other hand, "radeontool light off" does turn off the backlight.
>
> Is this supposed to be so? (i.e. should pm-suspend be able to turn
> off the ATI Radeon Mobility 7500's backlight, or am I supposed to make
> a script with radeontool called before and after suspend?)
I've just fixed a bug where the call to radeon tool was missing. The
patch is attached, although I committed this yesterday.
Peter, could we roll a new release please?
Thanks.
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