Your message dated Sat, 10 Nov 2018 10:42:56 +0000 with message-id <1541846576.3542.38.camel@adam-barratt.org.uk> and subject line Closing bugs for updates included in 9.6 has caused the Debian Bug report #912462, regarding stretch-pu: package xorg-server/2:1.19.2-1+deb9u5 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 912462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912462 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package xorg-server/2:1.19.2-1+deb9u5
- From: Andreas Boll <aboll@debian.org>
- Date: Wed, 31 Oct 2018 21:11:00 +0100
- Message-id: <20181031201100.7i2mndhtzcfadvbp@localhost.localdomain>
Package: release.debian.org Severity: normal Tags: stretch User: release.debian.org@packages.debian.org Usertags: pu Control: block 908601 by -1 Hi, I'd like to backport an upstream xorg-server patch to stable to fix issue #908601. It fixes a kwin regression caused by Mesa >= 18.0. This issue has already been fixed in xorg-server in unstable and testing. However with backporting Mesa to stretch-backports this issue has also been triggered with xorg-server in stretch. Since we don't backport xorg-server to stretch-backports and the required patch for stretch is very small I'd like to fix this issue via stretch-pu. Attached is the debdiff between xorg-server 2:1.19.2-1+deb9u4 and 2:1.19.2-1+deb9u5. Thanks, Andreasdiff -u xorg-server-1.19.2/debian/changelog xorg-server-1.19.2/debian/changelog --- xorg-server-1.19.2/debian/changelog +++ xorg-server-1.19.2/debian/changelog @@ -1,3 +1,12 @@ +xorg-server (2:1.19.2-1+deb9u5) stretch; urgency=medium + + * Cherry-pick c2954b16c (glx: do not pick sRGB config for 32-bit RGBA + visual) from upstream. Fixes various blending issues with kwin and + Mesa >= 18.0 (i.e. Mesa from stretch-backports) (Closes: #908601). + Thanks to Nicholas D Steeves and Robert Trebula for testing! + + -- Andreas Boll <aboll@debian.org> Wed, 31 Oct 2018 17:58:03 +0100 + xorg-server (2:1.19.2-1+deb9u4) stretch-security; urgency=medium * Disable -logfile and -modulepath when running with elevated privileges. diff -u xorg-server-1.19.2/debian/patches/series xorg-server-1.19.2/debian/patches/series --- xorg-server-1.19.2/debian/patches/series +++ xorg-server-1.19.2/debian/patches/series @@ -12,0 +13 @@ +12_glx-do-not-pick-sRGB-config-for-32-bit-RGBA-visual.patch only in patch2: unchanged: --- xorg-server-1.19.2.orig/debian/patches/12_glx-do-not-pick-sRGB-config-for-32-bit-RGBA-visual.patch +++ xorg-server-1.19.2/debian/patches/12_glx-do-not-pick-sRGB-config-for-32-bit-RGBA-visual.patch @@ -0,0 +1,31 @@ +commit c2954b16c8730c7ed8441fd8dba25900f3aed265 +Author: Tapani Pälli <tapani.palli@intel.com> +Date: Tue Nov 28 09:23:29 2017 +0200 + + glx: do not pick sRGB config for 32-bit RGBA visual + + This fixes blending issues seen with kwin and gnome-shell when + 32bit visual has sRGB capability set. + + Reviewed-by: Adam Jackson <ajax@redhat.com> + Signed-off-by: Tapani Pälli <tapani.palli@intel.com> + Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103699 + Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103646 + Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103655 + +diff --git a/glx/glxscreens.c b/glx/glxscreens.c +index 73444152a..596d972e0 100644 +--- a/glx/glxscreens.c ++++ b/glx/glxscreens.c +@@ -271,6 +271,11 @@ pickFBConfig(__GLXscreen * pGlxScreen, VisualPtr visual) + /* If it's the 32-bit RGBA visual, demand a 32-bit fbconfig. */ + if (visual->nplanes == 32 && config->rgbBits != 32) + continue; ++ /* If it's the 32-bit RGBA visual, do not pick sRGB capable config. ++ * This can cause issues with compositors that are not sRGB aware. ++ */ ++ if (visual->nplanes == 32 && config->sRGBCapable == GL_TRUE) ++ continue; + /* Can't use the same FBconfig for multiple X visuals. I think. */ + if (config->visualID != 0) + continue;
--- End Message ---
--- Begin Message ---
- To: 886146-done@bugs.debian.org, 891566-done@bugs.debian.org, 891651-done@bugs.debian.org, 891652-done@bugs.debian.org, 891801-done@bugs.debian.org, 892764-done@bugs.debian.org, 892774-done@bugs.debian.org, 893749-done@bugs.debian.org, 895537-done@bugs.debian.org, 898741-done@bugs.debian.org, 899050-done@bugs.debian.org, 903656-done@bugs.debian.org, 903786-done@bugs.debian.org, 904196-done@bugs.debian.org, 904199-done@bugs.debian.org, 904213-done@bugs.debian.org, 904307-done@bugs.debian.org, 904662-done@bugs.debian.org, 905232-done@bugs.debian.org, 905712-done@bugs.debian.org, 905762-done@bugs.debian.org, 906042-done@bugs.debian.org, 906088-done@bugs.debian.org, 906145-done@bugs.debian.org, 906167-done@bugs.debian.org, 906741-done@bugs.debian.org, 906814-done@bugs.debian.org, 906857-done@bugs.debian.org, 907124-done@bugs.debian.org, 907386-done@bugs.debian.org, 907584-done@bugs.debian.org, 907719-done@bugs.debian.org, 907865-done@bugs.debian.org, 907899-done@bugs.debian.org, 908357-done@bugs.debian.org, 908388-done@bugs.debian.org, 908389-done@bugs.debian.org, 908474-done@bugs.debian.org, 908612-done@bugs.debian.org, 908893-done@bugs.debian.org, 908913-done@bugs.debian.org, 908956-done@bugs.debian.org, 908958-done@bugs.debian.org, 909007-done@bugs.debian.org, 909119-done@bugs.debian.org, 909526-done@bugs.debian.org, 909807-done@bugs.debian.org, 909842-done@bugs.debian.org, 909953-done@bugs.debian.org, 910065-done@bugs.debian.org, 910371-done@bugs.debian.org, 910396-done@bugs.debian.org, 910398-done@bugs.debian.org, 910445-done@bugs.debian.org, 910481-done@bugs.debian.org, 910610-done@bugs.debian.org, 910628-done@bugs.debian.org, 910629-done@bugs.debian.org, 910719-done@bugs.debian.org, 910821-done@bugs.debian.org, 910969-done@bugs.debian.org, 911114-done@bugs.debian.org, 911186-done@bugs.debian.org, 911220-done@bugs.debian.org, 911244-done@bugs.debian.org, 911347-done@bugs.debian.org, 911494-done@bugs.debian.org, 911767-done@bugs.debian.org, 911992-done@bugs.debian.org, 912032-done@bugs.debian.org, 912159-done@bugs.debian.org, 912169-done@bugs.debian.org, 912170-done@bugs.debian.org, 912191-done@bugs.debian.org, 912194-done@bugs.debian.org, 912198-done@bugs.debian.org, 912336-done@bugs.debian.org, 912401-done@bugs.debian.org, 912425-done@bugs.debian.org, 912444-done@bugs.debian.org, 912462-done@bugs.debian.org, 912629-done@bugs.debian.org, 912770-done@bugs.debian.org, 912820-done@bugs.debian.org
- Subject: Closing bugs for updates included in 9.6
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 10 Nov 2018 10:42:56 +0000
- Message-id: <1541846576.3542.38.camel@adam-barratt.org.uk>
Version: 9.6 Hi, The update referenced by each of these bugs was included in this morning's stretch point release. Regards, Adam
--- End Message ---