From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch Date: Sun, 7 Aug 2011 09:54:22 GMT Message-ID: <201108070954.p779sMXe028351@demeter2.kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from demeter2.kernel.org (demeter2.kernel.org [140.211.167.42]) by gabe.freedesktop.org (Postfix) with ESMTP id 033009E80D for ; Sun, 7 Aug 2011 02:54:23 -0700 (PDT) Received: from demeter2.kernel.org (localhost.localdomain [127.0.0.1]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p779sM3t028352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 7 Aug 2011 09:54:23 GMT In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=40622 --- Comment #11 from Torsten Krah 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.