Set PrefersNonDefaultGPU for hybrid devices
With the Property 'PrefersNonDefaultGPU', you can signal to dekstop environments like GNOME that you want to run the application using the more powerful secondary graphics card, if such a card is available. Specification: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html With this change, you won't have to include a special prime-run script.
This commit is contained in:
parent
3fa6e22430
commit
131615811b
@ -7,5 +7,6 @@ Terminal=false
|
||||
Exec=@Launcher_APP_BINARY_NAME@
|
||||
StartupNotify=true
|
||||
Icon=org.polymc.PolyMC
|
||||
PrefersNonDefaultGPU=true
|
||||
Categories=Game;
|
||||
Keywords=game;minecraft;launcher;
|
||||
|
Loading…
Reference in New Issue
Block a user