diff --git a/system_files/desktop/shared/usr/bin/bazzite-hardware-setup b/system_files/desktop/shared/usr/bin/bazzite-hardware-setup index 0f2b2f16..3fd69954 100755 --- a/system_files/desktop/shared/usr/bin/bazzite-hardware-setup +++ b/system_files/desktop/shared/usr/bin/bazzite-hardware-setup @@ -66,6 +66,7 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then if [[ ! $KARGS =~ "nmi_watchdog" ]]; then NEEDED_KARGS="$NEEDED_KARGS --append=nmi_watchdog=0" fi + if [[ ! $KARGS =~ "modprobe.blacklist=sp5100_tco" ]]; then NEEDED_KARGS="$NEEDED_KARGS --append=modprobe.blacklist=sp5100_tco" fi diff --git a/system_files/desktop/shared/usr/lib/sysctl.d/00-kernel.conf b/system_files/desktop/shared/usr/lib/sysctl.d/00-kernel.conf new file mode 100644 index 00000000..a958c6b8 --- /dev/null +++ b/system_files/desktop/shared/usr/lib/sysctl.d/00-kernel.conf @@ -0,0 +1 @@ +kernel.split_lock_mitigate=0 \ No newline at end of file