xf86-video-intel
Jesse Barnes
jbarnes at virtuousgeek.org
Tue Nov 20 12:49:57 PST 2007
On Tuesday, November 20, 2007 12:39 pm Lukas Hejtmanek wrote:
> Hello,
>
> I noticed that you did some improvements to the backlight support in the
> video driver. Would it be possible to add an option "do not touch
> backlight"?
>
> Currently, I use backlight level 0 and I highly dislike that starting the
> X server or playing a movie in mplayer rises backlight to level 7. I do not
> want it.
Ooh, that's actually a bug I think... does this work better for you?
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index a3a56f7..a51298d 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -1015,7 +1015,7 @@ i830_lvds_init(ScrnInfoPtr pScrn)
break;
}
- dev_priv->backlight_duty_cycle = dev_priv->backlight_max;
+ dev_priv->backlight_duty_cycle = dev_priv->get_backlight();
return;
More information about the xorg
mailing list