Nvidia-Grafikkarte nutzt die dedizierte GPU nicht: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „== 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“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
https://en.opensuse.org/SDB:NVIDIA_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 | |||
<code>[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</code> | |||
Version vom 1. November 2025, 21:36 Uhr
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