It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I seem to have some problems under linux with Nvidia drivers.

System is an Asus Tuf FX505GT with an i5-9300H and an NVIDIA 1650 running Solus. If I run the game on the nouveau driver the game opens but the performance makes in unplayable. If I install the Nvidia drivers (version 455) the game just crashes to desktop. Launching from terminal gives me the following error:

X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 149 ()
Minor opcode of failed request: 4
Resource id in failed request: 0x4e0000f
Serial number of failed request: 267
Current serial number in output stream: 273
[SOLVED] Found out that Vulkan prefers the integrated intel GPU over the dedicated Nvidia one. Solved it by doing a sudo nautilius (but you can use whatever file manager your distro uses) going into usr/share/vulkan/icd.d and removing all other profiles except the nvidia one. I personally copied them somewhere else.

I'm replying to my own comment because someone else might find this post in the future and I'd like to help them with my solution.