Package: plymouth Version: 0.8.1-1~1.gbpf67c63 Severity: important Tags: patch
Hi, recent initramfs-tools doesn't include the framebuffer modules anymore. Attached patch adds the necessary modules for intel and ati cards. Please apply. Cheers, -- Guido -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.33.1 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages plymouth depends on: ii initramfs-tools 0.94 tools for generating an initramfs ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libdrm-intel1 2.4.18-3 Userspace interface to intel-speci ii libdrm-radeon1 2.4.18-3 Userspace interface to radeon-spec ii libdrm2 2.4.18-3 Userspace interface to kernel DRM ii libpng12-0 1.2.43-1 PNG library - runtime ii plymouth-plugins-fad 0.8.1-1~1.gbpf67c63 Graphical Boot Animation and Logge ii plymouth-plugins-glo 0.8.1-1~1.gbpf67c63 Graphical Boot Animation and Logge ii plymouth-plugins-lab 0.8.1-1~1.gbpf67c63 Graphical Boot Animation and Logge ii plymouth-plugins-scr 0.8.1-1~1.gbpf67c63 Graphical Boot Animation and Logge ii plymouth-plugins-sol 0.8.1-1~1.gbpf67c63 Graphical Boot Animation and Logge plymouth recommends no packages. Versions of packages plymouth suggests: pn gdm <none> (no description available) -- no debconf information -- debsums errors found: debsums: changed file /usr/share/initramfs-tools/hooks/plymouth (from plymouth package) debsums: changed file /usr/share/initramfs-tools/scripts/init-premount/plymouth (from plymouth package)
>From f3ba5b5c1a0fae5fbbaf61544fba009dfa1bbd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org> Date: Tue, 6 Apr 2010 21:18:34 +0200 Subject: [PATCH] Add drm modules --- debian/local/plymouth.hook | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/debian/local/plymouth.hook b/debian/local/plymouth.hook index 55498b7..f6c1c2a 100644 --- a/debian/local/plymouth.hook +++ b/debian/local/plymouth.hook @@ -78,3 +78,9 @@ cp -a /usr/share/plymouth/plymouthd.defaults "${DESTDIR}/usr/share/plymouth/" # copy renderers copy_exec /usr/lib/plymouth/renderers/frame-buffer.so copy_exec /usr/lib/plymouth/renderers/drm.so + +# add drm/fb modules +manual_add_modules intel-agp +manual_add_modules ati-agp +manual_add_modules i915 +manual_add_modules radeon -- 1.7.0.4