Nvidia-Grafikkarte nutzt die dedizierte GPU nicht
NVIDIA
Getestet auf OpenSuse Tumbleweed mit Sway.
KDE und Gnome haben eigene Auswahltools in anderen Desktop-Tools hilft das Tool:
switcheroo-control
https://en.opensuse.org/SDB:NVIDIA_Switcheroo_Control
sudo zypper in switcheroo-control sudo systemctl enable --now switcheroo-control.service
Die Konfigdatei für Switcheroo liegt unter
/etc/switcherooctl.conf
Beispiel Konfig
[General]
- Set the primary GPU for the session.
- Options: "integrated", "dedicated"
session_gpu = integrated
[Applications]
- Example: Run Firefox on the dedicated GPU
firefox = dedicated
- Example: Run VLC on the integrated GPU
vlc = integrated
- Example: Run a specific script on the dedicated GPU
/usr/local/bin/my_gpu_intensive_script.sh = dedicated