[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-15 Thread Daniel van Vugt
Please also try: 1. sudo apt install edid-decode 2. sudo get-edid | edid-decode > edid-decoded.txt 3. Attach 'edid-decoded.txt' to this bug. ** Summary changed: - Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics + [regression] Colour

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-15 Thread Daniel van Vugt
Scrap that. Try this instead: 1. sudo apt install read-edid 2. sudo get-edid | parse-edid > edid.txt 3. Attach 'edid.txt' to this bug. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-15 Thread Daniel van Vugt
I guess we can answer that question by seeing the EDID for the LCD panel. Please try this: 1. Log into Ubuntu on Xorg (or just 'Ubuntu' if there's no such option). 2. Run this in a terminal: xrandr --verbose > xrandr.txt 3. Attach xrandr.txt to this bug. ** Changed in: linux (Ubuntu)

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-15 Thread Daniel van Vugt
Attached is the difference between kernel 4.7 and 4.8 in the Intel graphics driver. It's still a big diff, but at least eliminates my above theories about the cause of the regression. Now the main suspect, I think, would be: @@ -12095,21 +12181,11 @@ connected_sink_compute_bpp(struct

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-15 Thread Daniel van Vugt
Excellent! That was my next question - for you to narrow it down further. Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1749420 Title: Colour banding and artefacts appear

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-15 Thread Øystein Alværvik
If it's any help, this problem seems to have been introduced in kernel 4.8. I tested different kernels with UKUU. Kernels prior to 4.8 do not have the colour banding issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
Or maybe pipe_bpp is some other weird value... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1749420 Title: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
if (intel_dp->compliance.test_data.bpc != 0) this seems like a simple bug per above; else it's some other problem; -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1749420 Title:

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
Wait a minute... it sounds like dithering is always going to be disabled (since commit 611032bfa71a7) for the case of (pipe_config->pipe_bpp == 6*3). index 5a9da484bb23..ef65b4be5e56 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -13060,8 +13060,11

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1749420 Title: Colour banding and artefacts appear system-wide on an Asus

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
Judging by the dates, this change might be related: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm/i915/intel_display.c?h=v4.16-rc1=611032bfa71a7634e801142016f2d41485f8638f -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
** Tags added: visual-quality -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1749420 Title: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD

[Kernel-packages] [Bug 1749420] Re: Colour banding and artefacts appear system-wide on an Asus Zenbook UX303LA with Intel HD 4400 graphics

2018-02-14 Thread Daniel van Vugt
Yes, based on what I can find, the Haswell UX303LA has about 61% sRGB coverage so it sounds likely to be a 6-bit (AKA 18-bit) panel, which makes it sound even more likely that comment #5 is the cause of the problem. -- You received this bug notification because you are a member of Kernel