mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 07:13:26 +00:00
chore: Use lavd as the default on -deck
This commit is contained in:
parent
c86af48a14
commit
13ad7c6804
26
system_files/deck/shared/etc/scx_loader/config.toml
Normal file
26
system_files/deck/shared/etc/scx_loader/config.toml
Normal file
@ -0,0 +1,26 @@
|
||||
default_sched = "scx_lavd"
|
||||
default_mode = "Auto"
|
||||
|
||||
[scheds.scx_bpfland]
|
||||
auto_mode = []
|
||||
gaming_mode = ["-m", "performance"]
|
||||
lowlatency_mode = ["-s", "5000", "-S", "500", "-l", "5000", "-m", "performance"]
|
||||
powersave_mode = ["-m", "powersave"]
|
||||
|
||||
[scheds.scx_rusty]
|
||||
auto_mode = []
|
||||
gaming_mode = []
|
||||
lowlatency_mode = []
|
||||
powersave_mode = []
|
||||
|
||||
[scheds.scx_lavd]
|
||||
auto_mode = []
|
||||
gaming_mode = ["--performance"]
|
||||
lowlatency_mode = ["--performance"]
|
||||
powersave_mode = ["--powersave"]
|
||||
|
||||
[scheds.scx_flash]
|
||||
auto_mode = []
|
||||
gaming_mode = []
|
||||
lowlatency_mode = []
|
||||
powersave_mode = []
|
Loading…
x
Reference in New Issue
Block a user