Attached is a patch to change the kernel configurations. Two things are done:
I turned off CONFIG_DEBUG_INFO so that local builds aren't so enormous. It also turns off the nvidiafb module based on bug report I've received for my own kernel repository. Nouveau has its own framebuffer device and it looks like they conflict if you load both.
From 4e48e787e2383ecc5606eede7bd45a2376cc7bf8 Mon Sep 17 00:00:00 2001 From: Jason Self <j...@jxself.org> Date: Sun, 13 Jul 2014 09:31:55 -0700 Subject: [PATCH 1/1] Disabling CONFIG_DEBUG_INFO so that local builds aren't so enormous. Also turning off nvidiafb module based on a bug report I received. Nouveau has its own framebuffer device and it looks like they conflict if you load both --- gnu/packages/linux-libre-i686.conf | 7 ++----- gnu/packages/linux-libre-x86_64.conf | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/gnu/packages/linux-libre-i686.conf b/gnu/packages/linux-libre-i686.conf index dbef97b..edef148 100644 --- a/gnu/packages/linux-libre-i686.conf +++ b/gnu/packages/linux-libre-i686.conf @@ -5024,10 +5024,7 @@ CONFIG_FB_N411=m CONFIG_FB_HGA=m CONFIG_FB_OPENCORES=m CONFIG_FB_S1D13XXX=m -CONFIG_FB_NVIDIA=m -CONFIG_FB_NVIDIA_I2C=y -# CONFIG_FB_NVIDIA_DEBUG is not set -CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA is not set CONFIG_FB_RIVA=m CONFIG_FB_RIVA_I2C=y # CONFIG_FB_RIVA_DEBUG is not set @@ -7298,7 +7295,7 @@ CONFIG_DYNAMIC_DEBUG=y # # Compile-time checks and compiler options # -CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set diff --git a/gnu/packages/linux-libre-x86_64.conf b/gnu/packages/linux-libre-x86_64.conf index 877570d..9868074 100644 --- a/gnu/packages/linux-libre-x86_64.conf +++ b/gnu/packages/linux-libre-x86_64.conf @@ -4861,10 +4861,7 @@ CONFIG_FB_N411=m CONFIG_FB_HGA=m CONFIG_FB_OPENCORES=m CONFIG_FB_S1D13XXX=m -CONFIG_FB_NVIDIA=m -CONFIG_FB_NVIDIA_I2C=y -# CONFIG_FB_NVIDIA_DEBUG is not set -CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA is not set CONFIG_FB_RIVA=m CONFIG_FB_RIVA_I2C=y # CONFIG_FB_RIVA_DEBUG is not set @@ -7075,7 +7072,7 @@ CONFIG_DYNAMIC_DEBUG=y # # Compile-time checks and compiler options # -CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set -- 1.7.9.5
signature.asc
Description: PGP signature