Bug 1085566
Summary: | acpi_video1 value is wrong after a couple Win+P | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pedro Francisco <pedrogfrancisco> | ||||||
Component: | xorg-x11-drv-intel | Assignee: | Adam Jackson <ajax> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 21 | CC: | ajax, hdegoede, pedrogfrancisco, xgl-maint | ||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-11-24 14:16:32 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Pedro Francisco
2014-04-08 23:36:22 UTC
Clean reinstall fixes it. Closing. Reopened. Happens on an updated clean install. From what I remember, here's the procedure to trigger it: * plug HDMI cable * update system * suspend with HDMI cable plugged * on resume, black screen (makes no sense, but it is what happened, I think) * on restart, black screen On further tries, after resume, screen works. rm /tmp/* rm /var/lib/gdm/.??* doesn't fix it. KDM has the same issue. Fix found! # echo 100 > /sys/class/backlight/acpi_video1/brightness solves the issue. Shall I open a bug report on kernel bugzilla? Or in Gnome's bugzilla? Short bug description: Connecting an HDMI cable on an updated Fedora 20 install and doing Win+P a few times sets /sys/class/backlight/acpi_video1/brightness to 0. Screen will then be black everytime 'something' restores brightness settings (which I would guess was systemd): screen will be black everytime someone starts the computer, even after HDMI cable unplugged. Hi Pedro, Can you please walk through the debugging steps for backlight control issues described here: http://hansdegoede.livejournal.com/13889.html And provide *all* of the info requested there? Thanks, Hans Created attachment 895629 [details]
logs, no extra params
Created attachment 895641 [details]
backlight logs as requested
Only the 06-acpi_osi-EMPTY works and even then, just two levels available (the bar doesn't decrease more than two levels, but the decrease size is 1/10 of the full bar).
Also, I should note that Gnome slider does work on the backlight, just not with the keyboard.
Hi Pedro, Thanks for the logs. (In reply to Pedro Francisco from comment #6) > Also, I should note that Gnome slider does work on the backlight, just not > with the keyboard. Hmm, that seems like a different problem, when you say "Only the 06-acpi_osi-EMPTY works", do you mean that only that one makes the brightness keys work ? Lets please focus on one problem at a time, your initial complaint was that pressing Win+P a couple of times makes the backlight go to an off state after a reboot / suspend/resume. Then you said it happened when suspend/resuming with the hdmi cable plugged in. Can we focus on that please ? I'm not saying your keys not working is not a problem, but 1 problem at the time please :) So none of the options you've tried make the backlight off (under certain circumstances) after suspend/resume go away ? Note please test the full cycle with the option. IE do the echo 100 > /sys/class/backlight/acpi_video1/brightness to make things work, then reboot with video.use_native_backlight=1, then try to get the backlight into the broken state again. If that does not happen I consider problem 1 fixed. Also please try the brightness slider in gnome for each setting, if a setting fixes the backlight off after suspend/resume, but also breaks the slider we still have a problem. Regards, Hans Fixed on F21 current. I seem to never get a black screen no matter how much Win+P I do. I think on kernel 3.18 things such as brightness were moved from ACPI to driver-specific code, so that might be the reason. |