mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-15 23:43:02 +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
|
||||
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
|
||||
|
@ -0,0 +1 @@
|
||||
kernel.split_lock_mitigate=0
|
Loading…
x
Reference in New Issue
Block a user