minus-squareArghblarg@lemmy.catoLinux Gaming@lemmy.world•What do I need to know about trouble shooting windows games on linux?linkfedilinkEnglisharrow-up6·4 days agoIf you happen to be trying to do this on a laptop with dual-graphics and the GPU is NVIDIA, it took me a while to find that one often can get proper GPU support by adding this just before wine (as in, right before it on the same command line): __NV_PRIME_RENDER_OFFLOAD=1 \ __GLX_VENDOR_LIBRARY_NAME=nvidia wine <game .exe> ... linkfedilink
If you happen to be trying to do this on a laptop with dual-graphics and the GPU is NVIDIA, it took me a while to find that one often can get proper GPU support by adding this just before
wine
(as in, right before it on the same command line):