From 19dda36dea731f944fbcb11d30123f59150af089 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 26 Mar 2022 04:01:32 +0100 Subject: [PATCH] linux517-tkg: defconfig: Disable SYSFB_SIMPLEFB by default. It was already breaking Nvidia on Arch with 5.16, let's keep it disabled. Possible fix for https://github.com/Frogging-Family/linux-tkg/issues/481 --- PKGBUILD | 4 ++-- linux-tkg-config/5.17/config.x86_64 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e245983..6f81732 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -59,7 +59,7 @@ else fi pkgname=("${pkgbase}" "${pkgbase}-headers") pkgver="${_basekernel}"."${_sub}" -pkgrel=248 +pkgrel=249 pkgdesc='Linux-tkg' arch=('x86_64') # no i686 in here url="http://www.kernel.org/" @@ -716,7 +716,7 @@ case $_basever in ) sha256sums=('555fef61dddb591a83d62dd04e252792f9af4ba9ef14683f64840e46fa20b1b1' #upcoming_kernel_patch_sha256 - '05381b085c83737922a85fa6f42aa61b3d1400840a7952bf8524726e1d8f74f8' + 'bd1e57c15d4eb62024d2ee935b54d36e74e73b22c3800b45ecf9233521a9f74b' '1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898' '66a03c246037451a77b4d448565b1d7e9368270c7d02872fbd0b5d024ed0a997' 'f6383abef027fd9a430fd33415355e0df492cdc3c90e9938bf2d98f4f63b32e6' diff --git a/linux-tkg-config/5.17/config.x86_64 b/linux-tkg-config/5.17/config.x86_64 index ef81a65..d6b609b 100644 --- a/linux-tkg-config/5.17/config.x86_64 +++ b/linux-tkg-config/5.17/config.x86_64 @@ -2285,7 +2285,7 @@ CONFIG_ISCSI_IBFT=m CONFIG_FW_CFG_SYSFS=m # CONFIG_FW_CFG_SYSFS_CMDLINE is not set CONFIG_SYSFB=y -CONFIG_SYSFB_SIMPLEFB=y +# CONFIG_SYSFB_SIMPLEFB is not set CONFIG_CS_DSP=m CONFIG_GOOGLE_FIRMWARE=y # CONFIG_GOOGLE_SMI is not set