Bug 1071762 - Small black box corruption in firefox
Summary: Small black box corruption in firefox
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-intel
Version: 20
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-03 06:40 UTC by Wilfred de Bondt
Modified: 2015-06-29 19:13 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-29 19:13:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
FreeDesktop.org 68410 0 None None None Never

Description Wilfred de Bondt 2014-03-03 06:40:24 UTC
Description of problem:

There are small black dots in the screen when scrolling large pages in firefox when the sna driver is enabled.

Version-Release number of selected component (if applicable):
20

How reproducible:

Very
Steps to Reproduce:
1. Enable sna
2. Open large page in firefox (preferable one which is updated)
3. Scroll fast

Actual results:
Black dots appear in the screen

Expected results:
No black dots

Additional info:

Comment 1 Wilfred de Bondt 2014-03-03 06:46:04 UTC
Forgot to ask, but this bug has been fixed upstream, so can the driver be updates in fedora 20?

Comment 2 Cristian Contescu 2014-03-22 06:13:05 UTC
I believe the problem is that, by default, Fedora uses the UXA acceleration method:

$ grep -i uxa -A5 /var/log/Xorg.0.log.old 
[  7332.214] (II) UXA(0): Driver registered support for the following operations:
[  7332.214] (II)         solid
[  7332.214] (II)         copy
[  7332.214] (II)         composite (RENDER acceleration)
[  7332.214] (II)         put_image
[  7332.214] (II)         get_image

After adding SNA as an acceleration method in /etc/X11/xorg.conf.d/20-intel.conf: 
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
EndSection

the problem seems to have dissappeared. I'll test a bit more and let you know if the problem reappears (I have an Ivy Bridge CPU with Intel HD 4000 integrated GPU):
$ grep -i sna -A5 /var/log/Xorg.0.log 
[ 21801.588] (**) intel(0): Option "AccelMethod" "sna"
[ 21801.588] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 21801.588] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
[ 21801.588] (**) intel(0): Framebuffer tiled
[ 21801.588] (**) intel(0): Pixmaps tiled
[ 21801.588] (**) intel(0): "Tear free" disabled
--
[ 21801.590] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend

Comment 3 Cristian Contescu 2014-03-22 06:15:23 UTC
Oh, sorry, now I see... for you the problem starts when you enable SNA. For me it seems to stop with SNA. Hmmm!

Comment 4 Steven Haigh 2014-04-09 12:25:14 UTC
New versions of the Intel driver use sna by default. Fedora really should move to using sna (which outperforms UXA by orders of magnitude) and update to a recent release of intel driver.

This has been fixed upstream - including the use of sna.

Comment 5 Fedora End Of Life 2015-05-29 11:07:36 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 6 Fedora End Of Life 2015-06-29 19:13:06 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.