mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-16 17:42:57 +00:00
feat: Disable split lock mitigation for increased gaming performance in titles like God of War (Thanks Saber J2X)
This commit is contained in:
parent
250f20e13e
commit
3be722994c
@ -66,6 +66,7 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
|
|||||||
if [[ ! $KARGS =~ "nmi_watchdog" ]]; then
|
if [[ ! $KARGS =~ "nmi_watchdog" ]]; then
|
||||||
NEEDED_KARGS="$NEEDED_KARGS --append=nmi_watchdog=0"
|
NEEDED_KARGS="$NEEDED_KARGS --append=nmi_watchdog=0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! $KARGS =~ "modprobe.blacklist=sp5100_tco" ]]; then
|
if [[ ! $KARGS =~ "modprobe.blacklist=sp5100_tco" ]]; then
|
||||||
NEEDED_KARGS="$NEEDED_KARGS --append=modprobe.blacklist=sp5100_tco"
|
NEEDED_KARGS="$NEEDED_KARGS --append=modprobe.blacklist=sp5100_tco"
|
||||||
fi
|
fi
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
kernel.split_lock_mitigate=0
|
Loading…
x
Reference in New Issue
Block a user