From 0a86df0f7c6eec0deb71c185eca818ced7960707 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Wed, 11 Mar 2026 18:46:12 -0300 Subject: [PATCH] Use scx_flash by default --- Dockerfile | 2 +- usr/share/scx_loader/config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9df2cc..d16f037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,7 +105,7 @@ RUN dnf install xscreensaver -y RUN dnf install vlc vlc-plugins-freeworld vlc-plugin-pipewire -y RUN systemctl enable docker -RUN systemctl disable scx_loader +RUN systemctl enable scx_loader COPY etc /etc COPY usr /usr diff --git a/usr/share/scx_loader/config.toml b/usr/share/scx_loader/config.toml index 85a2a06..9ad0305 100644 --- a/usr/share/scx_loader/config.toml +++ b/usr/share/scx_loader/config.toml @@ -1,5 +1,5 @@ # This field specifies the scheduler that will be started automatically when scx_loader starts (e.g., on boot). -default_sched = "scx_bpfland" +default_sched = "scx_flash" # This field specifies the mode which will be used when scx_loader starts (e.g., on boot). #default_mode = "Auto" @@ -10,4 +10,4 @@ default_sched = "scx_bpfland" #gaming_mode = [] #lowlatency_mode = [] #powersave_mode = [] -#server_mode = [] \ No newline at end of file +#server_mode = []