From 0344efc00b29c607546856ee22c11615c8c83664 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 6 May 2020 21:18:47 +0200 Subject: [PATCH] Request the dedicated GPU when starting Xonotic from the `.desktop` file See for more information about this newly added `.desktop` entry property. --- misc/logos/xonotic-glx.desktop | 1 + misc/logos/xonotic.desktop | 1 + 2 files changed, 2 insertions(+) diff --git a/misc/logos/xonotic-glx.desktop b/misc/logos/xonotic-glx.desktop index 78c99c7c..e8873c88 100644 --- a/misc/logos/xonotic-glx.desktop +++ b/misc/logos/xonotic-glx.desktop @@ -8,5 +8,6 @@ Comment[fr]=Jeu de tir à la première personne multijoueur Icon=xonotic Exec=xonotic-glx Terminal=false +PrefersNonDefaultGPU=true StartupNotify=false Categories=Game;ActionGame; diff --git a/misc/logos/xonotic.desktop b/misc/logos/xonotic.desktop index 50dd0386..f1af0da8 100644 --- a/misc/logos/xonotic.desktop +++ b/misc/logos/xonotic.desktop @@ -8,5 +8,6 @@ Comment[fr]=Jeu de tir à la première personne multijoueur Icon=xonotic Exec=xonotic-sdl Terminal=false +PrefersNonDefaultGPU=true StartupNotify=false Categories=Game;ActionGame; -- 2.39.2