Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What a coincidence, so do I! Which is why I'm using Mint instead of another Linux distro for the moment.
That being said though, I wish up-and-coming linux devs would create that one distro that actually kicked windows 10 and 11 off their high horses (without having to install proton and WINE and then bashing your head against the desk wondering why your games aren't working. Imo Linux really got the short end of the stick in this regard).
Which makes your salt at someone suggesting a more viable alternative with significantly less spyware packed into it all the more amusing. But hey - each to their own. I'm sure you'll find someone who'll play along and take the bait eventually.
Either way, I'm not particularly interested in a salt flinging contest here. Have a good day.
The "Driver support" page for DXVK says:
DXVK 1.10.3
Legacy versions of DXVK require a Vulkan 1.1 capable driver.
So the minimum Nvidia driver version it says is compatible is 470.82. From what Nvidia's online driver finding service (https://www.nvidia.com/en-gb/drivers/) says, on Windows 7, the newest driver version that works on a Quadro, even a P4000 from 2017, is too old. Meanwhile a GeForce GTX 770 from 2013 is compatible with a sufficiently new driver.
I am concerned that this likely means Windows 7 can not run Palworld with a Quadro GPU.
Interesting. I didn't know there were more limitations for Quadro video cards when it comes to drivers. Good thing most Steam players use RTX cards on their PCs, but yes, I suppose this might be bad news for some laptop users.
I followed instructions from https://forums.guru3d.com/threads/nvidia-inf-driver-modding-guide.377158/. Another way to get the 4-digit hexadecimal code number for your GPU is to go Computer Management -> Device Manager -> Display adapters -> your GPU -> Details -> "Hardware Ids" in the "Property" dropdown menu. This should tell you the four character code number for your GPU. My Quadro K2000's is 0FFE, as in "PCI\VEN_10DE&DEV_0FFE&CC_0300".
When you install the driver, though, it warns you it doesn't have a valid certificate. This is because you edited the nv_dispi.inf file, so the files aren't all the same. It gives an error message in Event Viewer. It's to protect you from malware. One option is to install it anyway. Then you'll need to disable Driver Signature Enforcement, which is there to protect from malware, if you want to use an unsigned driver.
Another option is to sign the driver yourself.
An easy way to do this is to use NVCleanstall like described here https://www.techpowerup.com/forums/threads/nvidias-rtx-drivers-support-windows-7-but-blacklist-8-1-install.293507/#post-4730235.
A harder way is to make your own certificate with makecert and sign the driver (or just the one .cat file that lists nv_dispi.inf ?) with signtool, both of which are part of Windows 7 SDK. To install Windows 7 SDK you need to uninstall visual c++ 2010 and temporarily change two registry values like it says on stackoverflow.
You will also need to turn testsigning on to use a self-signed driver, because normally windows won't accept a self-signed GPU driver. This is to protect from malware. There will be the error "Signing Cert does not chain to a Microsoft Root Cert.".
Another option is to buy a commercial certificate. That's a no for most people because it would cost money.
I don't know what windows 10's attestation signing is. Having a Windows 10 VM just to send a driver to Microsoft and get it signed would cost money.
Another option is to get a different GPU. Another option is to switch driver depending on what game you plan to run. Other options are to upgrade to upgrade to Windows 10 or 11, or dual boot Linux
Benefits: With this PC, which has a Quadro K2000, the driver works. The PC can run Crysis. Maybe the security updates in the newer driver work too.
Shortcomings: I tested if it would be able to run Palworld, but although the game would be able to start, some textures would fail to load, and letters could be switched for weird looking symbols, which I remember reading is a RAM problem in another game. I don't know if a newer Quadro GPU would be suitable.
Costs: If you disable Driver Signature Enforcement, that's probably a security risk. If you enable self-signed certificates, maybe that's a security risk too. My main problem with both of these options is that it makes another game not work. Maybe its anticheat rejects custom drivers.
https://www.pcworld.com/article/2504035/security-flaws-found-in-all-nvidia-geforce-gpus-update-drivers-asap.html
https://nvidia.custhelp.com/app/answers/detail/a_id/5586/~/security-bulletin%3A-nvidia-gpu-display-driver---october-2024
So NVIDIA GPU drivers have high severity security vulnerabilities. The only windows driver branches patched are R565, R560, R555, R550, and R535. The latest Windows 7 GeForce driver, 475.14, was released in July this year, a little over 3 months before this report.