[Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Sun Aug 7 02:54:22 PDT 2011


https://bugzilla.kernel.org/show_bug.cgi?id=40622





--- Comment #11 from Torsten Krah <tkrah at fachschaft.imn.htwk-leipzig.de>  2011-08-07 09:54:20 ---
Hm grepped my system - no one seems to listen for that event.
To confirm this theory i did this:

mv /usr/bin/xrandr > /usr/bin/xrandr.dist

and replaced the xrandr with:

#!/bin/bash
touch /tmp/xrandr.out
echo "Called" >> /tmp/xrandr.out
/usr/bin/xrandr.dist $@


Pressing the backlight key there is no xrandr.out in tmp -> no one called the
tool.
Any other things to look for or to try?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the dri-devel mailing list