[Bug 104216] Firefox quirks (black and/or white squares)

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

Michel Dänzer  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|NEW |RESOLVED

--- Comment #28 from Michel Dänzer  ---
PID 22401 has 781 /dev/shm/org.chromium.* files open. This looks like a Firefox
issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #27 from Germano Massullo  ---
Created attachment 138784
  --> https://bugs.freedesktop.org/attachment.cgi?id=138784&action=edit
lsof on Firefox

(In reply to Michel Dänzer from comment #26)
> FWIW, I've never noticed such issues with the default limit of 1024. My main
> firefox process (which has been running for days, with lots of activity in a
> large number of tabs) currently has 222 open file descriptors, the helper
> processes less than 60 each.

I attach output of lsof runned against Firefox PIDs (even if it does not
describe exactly Firefox file descriptors).
If you have any suggestion about retrieving useful infos about file descriptors
used by Firefox, please let me know

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #26 from Michel Dänzer  ---
The question remains where all the file descriptors are coming from. Maybe
there's a leak somewhere.

FWIW, I've never noticed such issues with the default limit of 1024. My main
firefox process (which has been running for days, with lots of activity in a
large number of tabs) currently has 222 open file descriptors, the helper
processes less than 60 each.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #25 from Germano Massullo  ---
Some very good news
https://bugzilla.mozilla.org/show_bug.cgi?id=1421353#c22

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-04-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #24 from Germano Massullo  ---
Just got a burst of very interesting comments in Firefox bugreport
from
https://bugzilla.mozilla.org/show_bug.cgi?id=1421353#c19
to comment number 21

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #23 from Germano Massullo  ---
Trying to get some answers from Mozilla developers

https://bugzilla.mozilla.org/show_bug.cgi?id=1421353#c17

https://bugzilla.mozilla.org/show_bug.cgi?id=1421353#c18

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #22 from Germano Massullo  ---
(In reply to Michel Dänzer from comment #21)
> (In reply to Germano Massullo from comment #20)
> > I experienced the problem with both of them.
> 
> Did you check in Firefox about:support (look for "Driver Version") that it
> was actually using your self-built Mesa?
> 
> 
> BTW, I notice a lot of messages like
> 
>  [GFX1-]: ClientLayerManager::BeginTransaction with IPC channel down. GPU
> process may have died.
> 
> in the Firefox output you attached. Have you contacted Firefox folks about
> whether those are harmless, or how to get more information about them?


You are right. There were a ton of such messages, plus other messages
concerning load failures of radeonsi, and other libraries.
about:support contained so many errors, that I was surprised I even had the
opportunity to use Firefox for many days.

Since the libraries were available in the LD_LIBRARY_PATH and
LIBGL_DRIVERS_PATH, I tried to run

$ LD_LIBRARY_PATH='foo/mesa_n_version/usr/lib64/'
LIBGL_DRIVERS_PATH='foo/mesa_n_version/usr/lib64/dri' firefox

instead of

$ LD_LIBRARY_PATH='foo/mesa_n_version/usr/$LIB/'
LIBGL_DRIVERS_PATH='foo/mesa_n_version/usr/$LIB/dri' firefox

and I got no errors except for those few lines.


(/usr/lib64/firefox/firefox:8582): dconf-WARNING **: Unable to open
/var/lib/flatpak/exports/share/dconf/profile/user: Permission denied
ATTENTION: default value of option force_s3tc_enable overridden by environment.
WebGL(0x7f9488ce7800)::ForceLoseContext
WebGL(0x7f945e1b8000)::ForceLoseContext
[Child 8509, MediaPlayback #5] WARNING: Decoder=7fa5623cf400
state=DECODING_METADATA Decode metadata failed, shutting down decoder: file
/builddir/build/BUILD/firefox-58.0.2/dom/media/MediaDecoderStateMachine.cpp,
line 372
[Child 8509, MediaPlayback #5] WARNING: Decoder=7fa5623cf400 Decode error:
NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006): file
/builddir/build/BUILD/firefox-58.0.2/dom/media/MediaDecoderStateMachine.cpp,
line 3365


about:support is fine too.

I don't know why $LIB caused such problems to Firefox in Fedora 27.
I am actually testing again both Mesa 17.0.5 and 18.0.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #21 from Michel Dänzer  ---
(In reply to Germano Massullo from comment #20)
> I experienced the problem with both of them.

Did you check in Firefox about:support (look for "Driver Version") that it was
actually using your self-built Mesa?


BTW, I notice a lot of messages like

 [GFX1-]: ClientLayerManager::BeginTransaction with IPC channel down. GPU
process may have died.

in the Firefox output you attached. Have you contacted Firefox folks about
whether those are harmless, or how to get more information about them?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #20 from Germano Massullo  ---
As suggested in message
https://lists.freedesktop.org/archives/mesa-dev/2018-March/187773.html

I tested various Mesa versions with command

$ LD_LIBRARY_PATH='foo/mesa_n_version/usr/$LIB/'
LIBGL_DRIVERS_PATH='foo/mesa_n_version/usr/$LIB/dri' firefox


17.0.5
which packages have been made in build
https://copr.fedorainfracloud.org/coprs/germano/mesa_test_regression/build/720909/


18.0.0
which packages have been made in builds
https://copr.fedorainfracloud.org/coprs/germano/mesa_18/build/720272/
https://copr.fedorainfracloud.org/coprs/germano/mesa_18/build/720216/

I experienced the problem with both of them.
Now I will proceed in testing Mesa 16.x

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #19 from Germano Massullo  ---
Concerning 17.0, on second half of March when I will have some free time, I
will try a local build, so I should not experience all of those ABI breaks

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #18 from Germano Massullo  ---
Anyway, I confirm the bug on 17.3.5 too

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

Germano Massullo  changed:

   What|Removed |Added

Version|17.2|17.3

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #17 from Germano Massullo  ---
Created attachment 137642
  --> https://bugs.freedesktop.org/attachment.cgi?id=137642&action=edit
dnf output when trying to downgrade mesa

I definitely cannot downgrade Mesa to 17.0.5 because ABI change it will trigger
the removal of the entire KDE Plasma plus other stuff

Fedora copr repo where I compiled Mesa 17.0.5
https://copr.fedorainfracloud.org/coprs/germano/mesa_test_regression/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #16 from Michel Dänzer  ---
(In reply to Germano Massullo from comment #15)
> https://copr.fedorainfracloud.org/coprs/germano/mesa_test_regression/builds/

/usr/bin/llvm-config is from LLVM 5.0.1, which isn't supported by Mesa 17.0.
You'd have to make sure it picks up llvm-config from LLVM 4.0, either via the
--with-llvm-prefix parameter to Mesa's configure or via $PATH.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #15 from Germano Massullo  ---
I am trying to build Mesa 17.0.5 but I had no success, even passing the older
llvm to the old compiler. I had not the time to go deeper and check what
happened to the build
https://copr.fedorainfracloud.org/coprs/germano/mesa_test_regression/builds/

but meanwhile I manage to record a video of the bug
https://youtu.be/Tt44jJ1KDdI

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #14 from Germano Massullo  ---
(In reply to Emil Velikov from comment #13)
> (In reply to Germano Massullo from comment #12)
> > Is there anything else I can do to retrieve useful informations?
> > Thank you
> 
> 
> You can track (git bisect) which version of Mesa, ideally which commit,
> caused the regression. You will need to rebuild mesa a few times, so ensure
> you use the exact same build options as in your distro packaging.

Ok I will try and let you know as soon as possible

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #13 from Emil Velikov  ---
(In reply to Germano Massullo from comment #12)
> Is there anything else I can do to retrieve useful informations?
> Thank you


You can track (git bisect) which version of Mesa, ideally which commit, caused
the regression. You will need to rebuild mesa a few times, so ensure you use
the exact same build options as in your distro packaging.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

Germano Massullo  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

Germano Massullo  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #12 from Germano Massullo  ---
Is there anything else I can do to retrieve useful informations?
Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #11 from Germano Massullo  ---
Disabling Firefox hardware acceleration seems to work as bug workaround
https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration#w_turning-off-hardware-acceleration

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #10 from Germano Massullo  ---
Created attachment 136847
  --> https://bugs.freedesktop.org/attachment.cgi?id=136847&action=edit
Xorg.0.log

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #9 from Germano Massullo  ---
Created attachment 136846
  --> https://bugs.freedesktop.org/attachment.cgi?id=136846&action=edit
LIBGL_DEBUG=verbose firefox

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #8 from Germano Massullo  ---
(In reply to Marek Olšák from comment #6)
> Have you tested the patch you linked?

I applied the patch into a personal Fedora Copr repo
https://copr.fedorainfracloud.org/coprs/germano/xorg_sRGB_patch_test/
and updated the affected system, but unfortunately the patch has no effect on
this bug I am experiencing

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #7 from Germano Massullo  ---
(In reply to Marek Olšák from comment #6)
> Have you tested the patch you linked?

Not yet

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #6 from Marek Olšák  ---
Have you tested the patch you linked?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2018-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #5 from Marek Olšák  ---
The patch is not for Intel only. It's for all Mesa drivers.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 104216] Firefox quirks (black and/or white squares)

2017-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

--- Comment #4 from Germano Massullo  ---
(In reply to Michel Dänzer from comment #3)
> Unless this doesn't happen with the modesetting driver, it's more likely a
> Mesa issue than a Xorg driver one.

dmesg says that kernel modesetting is enabled


# dmesg | grep amdgpu
[1.841902] [drm] amdgpu kernel modesetting enabled.
[1.878816] amdgpu :01:00.0: Invalid PCI ROM header signature: expecting
0xaa55, got 0x
[1.879313] amdgpu :01:00.0: VRAM: 8192M 0x -
0x0001 (8192M used)
[1.879315] amdgpu :01:00.0: GTT: 8192M 0x0002 -
0x0003
[1.879657] [drm] amdgpu: 8192M of VRAM memory ready
[1.879658] [drm] amdgpu: 8192M of GTT memory ready.
[1.880899] amdgpu :01:00.0: amdgpu: using MSI.
[1.880915] [drm] amdgpu: irq initialized.
[2.037947] amdgpu: [powerplay] amdgpu: powerplay sw initialized
[2.038628] amdgpu :01:00.0: fence driver on ring 0 use gpu addr
0x00020008, cpu addr 0x8f75269ff008
[2.038678] amdgpu :01:00.0: fence driver on ring 1 use gpu addr
0x00020018, cpu addr 0x8f75269ff018
[2.038712] amdgpu :01:00.0: fence driver on ring 2 use gpu addr
0x00020028, cpu addr 0x8f75269ff028
[2.038751] amdgpu :01:00.0: fence driver on ring 3 use gpu addr
0x00020038, cpu addr 0x8f75269ff038
[2.038785] amdgpu :01:00.0: fence driver on ring 4 use gpu addr
0x00020048, cpu addr 0x8f75269ff048
[2.038821] amdgpu :01:00.0: fence driver on ring 5 use gpu addr
0x00020058, cpu addr 0x8f75269ff058
[2.038855] amdgpu :01:00.0: fence driver on ring 6 use gpu addr
0x00020068, cpu addr 0x8f75269ff068
[2.038892] amdgpu :01:00.0: fence driver on ring 7 use gpu addr
0x00020078, cpu addr 0x8f75269ff078
[2.038926] amdgpu :01:00.0: fence driver on ring 8 use gpu addr
0x00020088, cpu addr 0x8f75269ff088
[2.038946] amdgpu :01:00.0: fence driver on ring 9 use gpu addr
0x0002009c, cpu addr 0x8f75269ff09c
[2.039097] amdgpu :01:00.0: fence driver on ring 10 use gpu addr
0x000200ac, cpu addr 0x8f75269ff0ac
[2.039139] amdgpu :01:00.0: fence driver on ring 11 use gpu addr
0x000200bc, cpu addr 0x8f75269ff0bc
[2.039657] amdgpu :01:00.0: fence driver on ring 12 use gpu addr
0x0122d420, cpu addr 0xbab80285a420
[2.039830] amdgpu :01:00.0: fence driver on ring 13 use gpu addr
0x000200dc, cpu addr 0x8f75269ff0dc
[2.039864] amdgpu :01:00.0: fence driver on ring 14 use gpu addr
0x000200ec, cpu addr 0x8f75269ff0ec
[2.079285] amdgpu: [powerplay] [AVFS] Something is broken. See log!
[2.081178] amdgpu: [powerplay] Can't find requested voltage id in
vdd_dep_on_sclk table!
[2.907923] fbcon: amdgpudrmfb (fb0) is primary device
[3.211243] amdgpu :01:00.0: fb0: amdgpudrmfb frame buffer device
[3.219422] [drm] Initialized amdgpu 3.18.0 20150101 for :01:00.0 on
minor 0


# cat /proc/cmdline 
BOOT_IMAGE=/boot/vmlinuz-4.13.16-302.fc27.x86_64 root=UUID=*removed* ro rd.md=0
rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=it LANG=en_US.UTF-8 rhgb quiet

# lsmod 
Module  Size  Used by
bnep   20480  2
xfs  1187840  0
btrfs1101824  0
xor24576  1 btrfs
raid6_pq  118784  1 btrfs
vfat   20480  0
fat65536  1 vfat
bluetooth 516096  7 bnep
ecdh_generic   24576  1 bluetooth
rfkill 28672  4 bluetooth
fuse  102400  3
dm_crypt   36864  2
uas24576  0
usb_storage69632  1 uas
xt_CHECKSUM16384  1
ipt_MASQUERADE 16384  3
nf_nat_masquerade_ipv416384  1 ipt_MASQUERADE
tun32768  1
ip6t_rpfilter  16384  1
ip6t_REJECT16384  2
nf_reject_ipv6 16384  1 ip6t_REJECT
xt_conntrack   16384  40
ip_set 36864  0
nfnetlink  16384  1 ip_set
ebtable_nat16384  1
ebtable_broute 16384  1
bridge143360  1 ebtable_broute
stp16384  1 bridge
llc16384  2 bridge,stp
ip6table_nat   16384  1
nf_conntrack_ipv6  20480  21
nf_defrag_ipv6 36864  1 nf_conntrack_ipv6
nf_nat_ipv616384  1 ip6table_nat
ip6table_mangle16384  1
ip6table_raw   16384  1
ip6table_security  16384  1
iptable_nat16384  1
nf_conntrack_ipv4  16384  24
nf_defrag_ipv4 16384  1 nf_conntrack_ipv4
nf_nat_ipv416384  1 iptable_nat
nf_nat 28672  3 nf_nat_ipv6,nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_conntrack  131072  8
nf_conntrack_ipv6,nf_conntrack_ipv4,ipt_MASQUERADE,nf_nat_ipv6,nf_nat_masq

[Bug 104216] Firefox quirks (black and/or white squares)

2017-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104216

Michel Dänzer  changed:

   What|Removed |Added

 QA Contact|xorg-t...@lists.x.org   |dri-devel@lists.freedesktop
   ||.org
Version|unspecified |17.2
   Assignee|xorg-driver-...@lists.x.org |dri-devel@lists.freedesktop
   ||.org
  Component|Driver/AMDgpu   |Drivers/Gallium/radeonsi
Product|xorg|Mesa

--- Comment #3 from Michel Dänzer  ---
Unless this doesn't happen with the modesetting driver, it's more likely a Mesa
issue than a Xorg driver one.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel