[Bug 63931] [7 Series] [Backlight] Incorrectly driver set backlight
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Apr 27 15:11:59 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=63931
--- Comment #11 from Igor <i.gnatenko.brain at gmail.com> ---
Created attachment 78560
--> https://bugs.freedesktop.org/attachment.cgi?id=78560&action=edit
Logfile from test xrandr
I wrote little script for test xrandr.
#!/bin/bash
LOGFILE=test_xrandr.log
echo -n > $LOGFILE
for b in {1..100}
do
xrandr --output LVDS1 --set Backlight $b
echo "Test $b value:" >> $LOGFILE
xrandr --verbose | grep -i backlight >> $LOGFILE
done
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130427/440a6837/attachment.html>
More information about the intel-gfx-bugs
mailing list