diff --git a/rust/scx_loader/configuration.md b/rust/scx_loader/configuration.md index c84a9dd0..ca51108e 100644 --- a/rust/scx_loader/configuration.md +++ b/rust/scx_loader/configuration.md @@ -53,14 +53,14 @@ powersave_mode = [] **`default_mode`:** * This field specifies the default scheduler mode that will be used when starting a scheduler without explicitly specifying a mode. -* Possible values are: `"Auto"`, `"Gaming"`, `"LowLatency"`, `"PowerSave"`. +* Possible values are: `"Auto"`, `"Gaming"`, `"LowLatency"`, `"PowerSave"`, `"Server"`. * If this field is not present, it defaults to `"Auto"`. **`[scheds.scx_name]`:** * This section defines the custom flags for a specific scheduler. Replace `scx_name` with the actual name of the scheduler (e.g., `scx_bpfland`, `scx_rusty`, `scx_lavd`, `scx_flash`). -**`auto_mode`, `gaming_mode`, `lowlatency_mode`, `powersave_mode`:** +**`auto_mode`, `gaming_mode`, `lowlatency_mode`, `powersave_mode`, `server_mode`:** * These fields specify the flags to be used for each scheduler mode. * Each field is an array of strings, where each string represents a flag. diff --git a/rust/scx_loader/org.scx.Loader.xml b/rust/scx_loader/org.scx.Loader.xml index f8494fdc..d6ffeb56 100644 --- a/rust/scx_loader/org.scx.Loader.xml +++ b/rust/scx_loader/org.scx.Loader.xml @@ -21,7 +21,7 @@