On 3/7/11 3:27 AM, Shea Levy wrote:
The splash background works in the virtual machine running 2.6.37.1 with the fbcondecor patch.

On 3/6/11 11:14 PM, Shea Levy wrote:
Quick follow-up on this: The resulting system works fine, but I'm not seeing a splash background for my terminals. This may be due to my system booting through UEFI, so I'm currently compiling on a VM using traditional BIOS booting to see if the splash backgrounds show up.

Cheers,
Shea Levy

On 3/6/11 10:09 AM, Shea Levy wrote:
Hi all,

I've updated my local copy of nixpkgs to use the now-available fbcondecor patch when compiling Linux 2.6.37. I'm compiling now and will report back later if there are any problems in the resulting system.

Cheers,
Shea Levy


_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev


_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev


Resubmitting the patch.
Index: pkgs/os-specific/linux/kernel/patches.nix
===================================================================
--- pkgs/os-specific/linux/kernel/patches.nix   (revision 26425)
+++ pkgs/os-specific/linux/kernel/patches.nix   (working copy)
@@ -101,6 +101,17 @@
       features.fbConDecor = true;
     };
 
+  fbcondecor_2_6_37 =
+    rec {
+      name = "fbcondecor-0.9.6-2.6.37";
+      patch = fetchurl {
+        url = 
"http://dev.gentoo.org/~spock/projects/fbcondecor/archive/${name}.patch";;
+        sha256 = "1yap9q6mp15jhsysry4x17cpm5dj35g8l2d0p0vn1xq25x3jfkqk";
+      };
+      extraConfig = fbcondecorConfig;
+      features.fbConDecor = true;
+    };
+
   # From http://patchwork.kernel.org/patch/19495/
   ext4_softlockups_2_6_28 =
     { name = "ext4-softlockups-fix";
Index: pkgs/top-level/all-packages.nix
===================================================================
--- pkgs/top-level/all-packages.nix     (revision 26425)
+++ pkgs/top-level/all-packages.nix     (working copy)
@@ -5016,7 +5016,7 @@
   linux_2_6_37 = makeOverridable (import 
../os-specific/linux/kernel/linux-2.6.37.nix) {
     inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
     kernelPatches =
-      [ #kernelPatches.fbcondecor_2_6_35
+      [ kernelPatches.fbcondecor_2_6_37
         kernelPatches.sec_perm_2_6_24
         #kernelPatches.aufs2_2_6_35
         #kernelPatches.mips_restart_2_6_36
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to