I could not for the life of me get this to use my nvidia card on a laptop with mux integrated intel/nvidia combo.
end up wrapping the minecraft-launcher so i can keep using the application shortcuts.
export __NV_PRIME_RENDER_OFFLOAD=1
export __GLX_VENDOR_LIBRARY_NAME=nvidia
exec /usr/bin/minecraft-launcher "$@"
and thats working now. i gave up playing with java args in the launch client
Pinned Comments
petr commented on 2021-10-08 09:04 (UTC)
The package version is the version of the launcher bootstrap - the part that actually downloads and updates the launcher.
That means the version number of the actual launcher (2.x.xxx) is different from the version here (9xx+) on a fundamental level, and should not be compared.
The package is outdated only when the bootstrap version you get here is different from the bootstrap version you would get from minecraft.net when using the raw tarball.