* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
@ 2011-08-05 20:27 ` bugzilla-daemon
2011-08-05 20:33 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-08-05 20:27 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #1 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-05 20:26:42 ---
Additional Info:
I am able to select 1600x1024 in 2.6.32.x manually in screen resolution tool if
this is of interest.
But i want to use my native resolution, 1400x1050 is selected as default and
this res. does stay when pressing backlight switch, tested more than 4 times
now. The message about the keycode is also gone.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
2011-08-05 20:27 ` [Bug 40622] " bugzilla-daemon
@ 2011-08-05 20:33 ` bugzilla-daemon
2011-08-06 13:33 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-08-05 20:33 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher@gmail.com
--- Comment #2 from Alex Deucher <alexdeucher@gmail.com> 2011-08-05 20:33:42 ---
Sounds like some script/daemon is listening for hotkey events and trying to
change the mode with xrandr. Please attach your xorg log and config, xrandr
--verbose output and dmesg output.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
2011-08-05 20:27 ` [Bug 40622] " bugzilla-daemon
2011-08-05 20:33 ` bugzilla-daemon
@ 2011-08-06 13:33 ` bugzilla-daemon
2011-08-07 9:54 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-08-06 13:33 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #3 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 10:40:09 ---
Config is all autodetect, got no xorg.conf. I am attaching 2.6.32 ones and 3.0
ones. Commented Xorg.0.log-* with my "on"/"off" toggles.
The interesting thing is - this error seems to be a little bit random -
sometimes the on resolution is ok, sometimes its wrong - but i guess i should
not try to understand because you are the expert and have the knowledge ;).
Hope the logs helps.
--- Comment #4 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 10:46:47 ---
Created an attachment (id=67742)
--> (https://bugzilla.kernel.org/attachment.cgi?id=67742)
xrandr output 2.6.32.x
xrandr --verbose
--- Comment #5 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 10:51:25 ---
Created an attachment (id=67752)
--> (https://bugzilla.kernel.org/attachment.cgi?id=67752)
xrandr output 3.0
xrandr --verbose
--- Comment #6 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 10:56:54 ---
Created an attachment (id=67762)
--> (https://bugzilla.kernel.org/attachment.cgi?id=67762)
dmesg 2.6.32
--- Comment #7 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 11:04:51 ---
Created an attachment (id=67772)
--> (https://bugzilla.kernel.org/attachment.cgi?id=67772)
dmesg 3.0
Additional Info - these ones are not generated via Fn+Backlight Switch but are
caused by Fn+F2 (Battery Info); so this has nothing to do with this task -
don't know if i should open another task for those ones or to ignore ...
[ 736.991529] kbd_keycode: 48 callbacks suppressed
[ 736.991540] keyboard: can't emulate rawmode for keycode 240
[ 736.991567] keyboard: can't emulate rawmode for keycode 240
[ 747.397902] keyboard: can't emulate rawmode for keycode 240
[ 747.397933] keyboard: can't emulate rawmode for keycode 240
--- Comment #8 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 11:08:49 ---
Created an attachment (id=67782)
--> (https://bugzilla.kernel.org/attachment.cgi?id=67782)
Xorg.0.log 2.6.32
--- Comment #9 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-06 11:18:40 ---
Created an attachment (id=67792)
--> (https://bugzilla.kernel.org/attachment.cgi?id=67792)
Xorg.0.log 3.0
--- Comment #10 from Alex Deucher <alexdeucher@gmail.com> 2011-08-06 13:33:46 ---
Looks like some program is listening for hotkey events and trying to
change the mode with xrandr. Older xservers used to add 1600x1024 mode by
default so that's probably where the mode is coming from. I'm not sure why
that mode is getting picked when you hit the backlight key, but it's not
something the driver handles. The driver does not listen for hotkey events.
You'll have to find out what program is handling the hotkey events on your
system. This doesn't look like a driver bug.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
` (2 preceding siblings ...)
2011-08-06 13:33 ` bugzilla-daemon
@ 2011-08-07 9:54 ` bugzilla-daemon
2011-08-07 14:45 ` bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-08-07 9:54 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #11 from Torsten Krah <tkrah@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.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
` (3 preceding siblings ...)
2011-08-07 9:54 ` bugzilla-daemon
@ 2011-08-07 14:45 ` bugzilla-daemon
2011-08-08 15:43 ` bugzilla-daemon
2012-08-30 9:39 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-08-07 14:45 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #12 from Alex Deucher <alexdeucher@gmail.com> 2011-08-07 14:44:59 ---
The porgram may be talking randr directly to the Xserver. What happens if you
hit the button when X isn't running (i.e., just console)?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
` (4 preceding siblings ...)
2011-08-07 14:45 ` bugzilla-daemon
@ 2011-08-08 15:43 ` bugzilla-daemon
2012-08-30 9:39 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-08-08 15:43 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #13 from Torsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de> 2011-08-08 15:43:11 ---
Oh didn't know this may be possible, my fault, sorry.
If X console is not active all seems to work find - resolution stays the same,
so it seems to be a Xorg only problem.
Do you have any hints, docs links or tipps how to find the "one" who talks to
the Xserver to know to whom to report this issue - the kernel seems to be the
false place, sorry for this false report - but didn't know better and it seems
only to be a issue in kernel 3.0 - 2.6.32.x did not have the issue afaik - so
to me it seemed to be the new kernel ;-) - sorry; btw thx for input and help -
guess can be marked as invalid.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch
2011-08-05 20:10 [Bug 40622] New: [radeon] - kms wrong resolution mode used after backlight on/off switch bugzilla-daemon
` (5 preceding siblings ...)
2011-08-08 15:43 ` bugzilla-daemon
@ 2012-08-30 9:39 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-08-30 9:39 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=40622
Alan <alan@lxorguk.ukuu.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |alan@lxorguk.ukuu.org.uk
Resolution| |OBSOLETE
--- Comment #14 from Alex Deucher <alexdeucher@gmail.com> 2011-08-08 16:28:15 ---
No worries, it can get confusing. Unfortunately, I'm not that familiar with
how each desktop environment handles hotkeys.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread