Arghblarg@lemmy.catoLinux Gaming@lemmy.world•What do I need to know about trouble shooting windows games on linux?English
6·
5 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> ...
Keyboard media keys (Fn + F keys, eg. vol mute, +/-, brightness etc.) do NOT yet work in mainline kernel. There is some good work going on over here on github but it’s preliminary.
Also note kernel 6.10 broke the bottom display it would appear; I’m using kernel 6.13-rc4 currently.