Bug 1054258 - Screen goes on and off on radeon OSS driver
Summary: Screen goes on and off on radeon OSS driver
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-ati
Version: 20
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-16 14:15 UTC by iakrevetko
Modified: 2015-06-29 14:30 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-06-29 14:30:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dmesg output (97.36 KB, text/x-log)
2014-01-16 14:15 UTC, iakrevetko
no flags Details

Description iakrevetko 2014-01-16 14:15:21 UTC
Created attachment 851098 [details]
dmesg output

Description of problem:
Screen goes black and then restarts again. After several blackouts system hangs. This happens on Samsung Ativ Book 9 Lite.

Version-Release number of selected component (if applicable):
3.12.7-300.fc20.x86_64

How reproducible:
For some reason this only happens when using Firefox. There is no problems with Chrome. I guess you can reproduce it with some other applications.

Steps to Reproduce:
1. Open Firefox.
2. Start browsing.
3. Screen will go off and on again.

Actual results:
After several video card restarts screen won't go on again.

Expected results:
Opposite of the described above.

Additional info:
dmesg output attached.

Comment 1 iakrevetko 2014-01-16 14:22:38 UTC
Just happened outside of Firefox. I can't find consistent pattern to reproduce. I guess the only requirement is owning that video card:

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Temash [Radeon HD 8250/8280G]

Comment 2 bodhi.zazen 2014-02-21 05:22:05 UTC
For what it is worth I have been following this report as I have had the same problem. The screen goes dark seeming at random. 

By chance, I noticed I could reproduce the problem by reducing the screen brightness. I changed my backlight options in the BIOS and the problem seems to have resolved (although my brightness keys do not work).

Hope this information helps debug the problem (or provides a potential work around to others with this card).

Comment 3 iakrevetko 2014-02-25 17:12:42 UTC
(In reply to bodhi.zazen from comment #2)
> For what it is worth I have been following this report as I have had the
> same problem. The screen goes dark seeming at random. 
> 
> By chance, I noticed I could reproduce the problem by reducing the screen
> brightness. I changed my backlight options in the BIOS and the problem seems
> to have resolved (although my brightness keys do not work).
> 
> Hope this information helps debug the problem (or provides a potential work
> around to others with this card).

I had to create a .conf file with following content inside /etc/X11/xorg.conf.d/ directory:

Section "Screen"
	Identifier   "Default Screen"
	Device       "Default Video Card"
	DefaultDepth 24
EndSection

Section "Device"
	Identifier     "Default Video Card"
	Driver         "radeon"   # or this for Radeon open source drivers
	Option         "NoAccel" "true"
EndSection

But this will disable hardware acceleration, solving all the black screen problems though.

Without hardware acceleration full-screen video, especially hd, became very laggy, so I switched to AMD blob driver eventually (only 14.1 beta work correctly, btw, so called 'stabe' doesn't work properly).

I'm looking forward for better FOSS driver though.

Comment 4 Fedora End Of Life 2015-05-29 10:32:09 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Fedora End Of Life 2015-06-29 14:30:28 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.