If you are using the RDP protocol from a non-Windows device to remotely control a Windows machine logged in with a Microsoft account, the username you enter when connecting might not be your Microsoft account (email), nor the remaining part after removing the email suffix, and certainly not Administrator. Instead, it could be some other value. You can check this by running echo %USERNAME% on the controlled machine. Although this value is set by yourself, it’s completely nowhere to be found in the system settings. I was really frustrated trying to figure this out for quite a while.
This article targets graphics cards of Turing (NV160/TUXXX) and later models. You can check your graphics card model with lspci -k | grep -A 2 -E "(VGA|3D)"
On the Linux platform, Nvidia drivers are divided into 3 types:
nvidia/nvidia-dkms Nvidia official proprietary driver nvidia-open/nvidia-open-dkms Nvidia official semi-open source driver nouveau Third-party open source driver The official drivers, whether proprietary or semi-open source, perform much better in gaming than third-party open source drivers. The difference between versions with and without the dkms suffix is that versions without the suffix are for the standard Linux kernel, while versions with the suffix are for other kernels.