Bug 220022
Summary: | Brightness keys on X60s disable backlight under X11 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ralf Ertzinger <redhat-bugzilla> |
Component: | xorg-x11-drv-i810 | Assignee: | Adam Jackson <ajax> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | mcepl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-04-10 22:32:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ralf Ertzinger
2006-12-18 14:37:26 UTC
Changing the brightness in GDM causes the following log messages: ==> /var/log/messages <== Dec 20 10:52:30 lain kernel: video device notify ==> /var/log/Xorg.0.log <== (II) PM Event received: Capability Changed I830PMEvent: Capability change (II) I810(0): Next ACPI _DGS [0] 0x80000100 (II) I810(0): ACPI Toggle devices 0x1 (II) I810(0): ACPI Toggle to 0x1 (II) I810(0): Hotkey switch to 0x800. (II) I810(0): Attachable device 0x80000100. (II) I810(0): Attachable device 0x80000410. (II) I810(0): Requested display devices 0x800. (II) I810(0): Toggle (1) 0x1 (II) I810(0): Detected duplicate devices. Toggling (0x1) (II) I810(0): Detected display change operation (0x0, 0x800, 0x1). (II) I810(0): Clearing Clone mode (II) I810(0): Primary pipe is now A. (--) I810(0): A non-CRT device is attached to pipe A. No refresh rate overrides will be attempted. (II) I810(0): Display plane A is enabled and connected to Pipe A. (II) I810(0): Display plane B is disabled and connected to Pipe B. (II) I810(0): Enabling plane A. (II) I810(0): Display plane A is now enabled and connected to Pipe A. (II) I810(0): Display plane B is now disabled and connected to Pipe B. (II) I810(0): PIPEACONF is 0x80000000 (II) I810(0): PIPEBCONF is 0x00000000 (II) I810(0): Mode bandwidth is 47 Mpixel/s (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 Mbyte/s, 0 Mbyte/s (WW) I810(0): Changing XVideo pipe (1 to 0). I _think_ that the driver somehow gets it's pipes in a mess. The standard Xorg logs say: ... (II) I810(0): No active displays on Pipe A. (II) I810(0): Currently active displays on Pipe B: (II) I810(0): LFP (local flat panel) (II) I810(0): Lowest common panel size for pipe B is 1024 x 768 (==) I810(0): Display is using Pipe B ... (--) I810(0): A non-CRT device is attached to pipe B. No refresh rate overrides will be attempted. (II) I810(0): Display plane A is disabled and connected to Pipe A. (II) I810(0): Display plane B is enabled and connected to Pipe B. (II) I810(0): Enabling plane B. (II) I810(0): Display plane A is now disabled and connected to Pipe A. (II) I810(0): Display plane B is now enabled and connected to Pipe B. (II) I810(0): PIPEACONF is 0x00000000 (II) I810(0): PIPEBCONF is 0x80000000 ... So, the local flat panel seems to be on pipe B. As can be seen from the logs in comment #1, after pressing one of the brightness buttons, the active pipe is A, to which nothing is connected. |