tags 752575 + patch
thanks

I wrote:
> As Lukas Anzinger pointed out in #751275, his patch applied in 0.9.0
> causes plymouth to regress to text mode on DRM drivers. I think it would be
> better to revert that patch.

See attached. I've confirmed that this fixes the regression on my laptop
(Intel integrated graphics using i915.ko).

Thanks,
    S
>From 421e8d7fa4624c5fd3e63d4ad264ff80a96738bc Mon Sep 17 00:00:00 2001
From: Simon McVittie <s...@debian.org>
Date: Tue, 24 Jun 2014 21:53:51 +0100
Subject: [PATCH 1/2] Revert exclusion of drm module from initramfs to fix
 regression of graphical boot on free DRM drivers such as i915, radeon,
 nouveau (Closes: #752575, reopens: #751275)

---
 debian/local/plymouth.hook | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/local/plymouth.hook b/debian/local/plymouth.hook
index f30b498..8482378 100644
--- a/debian/local/plymouth.hook
+++ b/debian/local/plymouth.hook
@@ -129,7 +129,7 @@ case "${THEME_NAME}" in
 		copy_exec /usr/lib/@DEB_HOST_MULTIARCH@/plymouth/renderers/drm.so
 
 		# add drm modules
-		copy_modules_dir kernel/drivers/gpu/drm drm mga r128 savage sis tdfx via
+		copy_modules_dir kernel/drivers/gpu/drm mga r128 savage sis tdfx via
 		;;
 esac
 
-- 
2.0.0

>From 03969c31dcca8b0f0b49f48a0fe13586b67143d5 Mon Sep 17 00:00:00 2001
From: Simon McVittie <s...@debian.org>
Date: Tue, 24 Jun 2014 21:55:37 +0100
Subject: [PATCH 2/2] changelog

---
 debian/changelog | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c0a88e3..c2a2780 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+plymouth (0.9.0-2.1~smcv1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Revert exclusion of drm module from initramfs to fix regression
+    of graphical boot on free DRM drivers such as i915, radeon, nouveau
+    (Closes: #752575, reopens: #751275)
+
+ -- Simon McVittie <s...@debian.org>  Tue, 24 Jun 2014 21:48:34 +0100
+
 plymouth (0.9.0-2) unstable; urgency=low
 
   * Adding patch to ignore udev seat tags for the time being (Closes:
-- 
2.0.0

Reply via email to