patrikc: Tested it myself with a GTX 1060 and I have to say it worked surprisingly well. Granted, there is room for improvement.
temps: So I gather the reason Linux people are mad at NVIDIA is because NVIDIA wants proprietary drivers or something, whereas Linux is open source. What does this end up meaning for the player though? Is there any serious problem for them if they have an RTX 3070 and want to try using Linux? Will it simply not work?
You can only use kernel versions that nvidia has been complied for if you want good GPU performance. For example, you would probably not be able to run the 5.12-rc6 kernel with fully accelerated nvidia graphics at this point, and you might have issues if you decide to try any of the various kernel forks that are out there (often with experimental features that you might be interested in trying). Similarly, you won't be able to run something like linux-next with accelerated nvidia graphics.
There's also the issue with kernel taint; upstream developers can't fix a bug in closed source code, so I believe you need to have a kernel without proprietary modules if you want upstream to treat your bug report seriously. (This taint is shown in the oops/panic message.) Furthermore, if the bug is in the nvidia kernel driver, only nvidia can provide a fix; with an open source driver, anybody knowledgeable about that part of the kernel's code would be able to (attempt to) fix it.
(For anybody who doesn't know, a linux kernel panic is the equivalent of a blue screen in modern windows.)
Another argument is that there's DRM in nvidia cards/drivers (the card is physically capable of certain things that are disabled by the driver), so from a strict anti-DRM stance (one that's strict enough to reject Windows), one would want to reject nvidia's proprietary driver as well.
patrikc: Also, for some reason or another, Windows Defender brings the CPU usage to 99% while scanning, every single time.
Dark_art_: That's if you have a speedy SSD, if anyone is using Spinning Rust, the system with halt for sometimes a few minutes, even the mouse point will not move. Gues what's going on my head anytime anyone asks to upgrade to Win10... (is not an upgrade, is a excuse to buy a new computer because the old one will be unusable)
Reminds me of what I experienced with my Raspberry Pi when still using an SD card; spinning rust is working much better here.
(Thinking of maybe getting or adapting an SSD to use USB to improve things even further.)
dtgreene: And if you need both apps that don't run on linux and apps that require linux (and, for sake of argument, won't work in a VM or WSL), then what?
Orkhepaj: what app is like that?
The devkit for some obscure embedded system, perhaps?
Or a game that only supports Linux (I have seen at least one game of that sort on itch.io) and needs the GPU.