❯ cat /usr/share/defaults/scx_loader/config.toml
### DO NOT MODIFY THIS FILE
### Your changes will be replaced on package updates
### Instead, copy this file to `/etc/scx_loader.toml` or `/etc/scx_loader/config.toml` and make your changes there
# This field specifies the scheduler that will be started automatically when scx_loader starts (e.g., on boot).
# Solus defaults to scx_flash in order to prioritize responsiveness under load
default_sched = "scx_flash"
# This field specifies the mode which will be used when scx_loader starts (e.g., on boot).
default_mode = "Auto"
# This "structure" allows configuring flags for each scheduler mode of particular scx scheduler
#[scheds.'scheduler']
#auto_mode = []
#gaming_mode = []
#lowlatency_mode = []
#powersave_mode = []
#server_mode = []
As mentioned in the file :
- Do not modify the file
- Copy it to
/etc/scx_loader.toml or /etc/scx_loader/config.toml and make your changes there
Simple steps:
- Copy the file
sudo cp /usr/share/defaults/scx_loader/config.toml /etc/scx_loader.toml
- Edit the file, use any text editor you like
$ sudo nano /etc/scx_loader.toml