x64 Windows Geforce 4 Ti Driver Woe
January 9, 2007 4:25 PM
Subscribe
We installed XP x64, and can't find drivers for our video card, NVIDIA GeForce 4 Ti 4600. There are drivers for older cards and new cards, but not our card. A lot of the sites claiming to have the drivers are lying, and have maybe pasted in the inf for the 32-bit drivers by mistake. Is there any way I can make this work?
posted by Arcaz Ino to computers & internet (3 comments total)
Try to install the latest (stock) nVidia x64 drivers. It will probably refuse to install saying your card is not compatible, but it will create a folder called c:\nvidia\somejunk. Then, go inside there, and substitute the .INF file for the one on the site. Then, go to the Device Manager, select your card, the driver tab, update driver, no, install from specific location, don't search, have disk, that folder. Your card should show on the list.
If the INF file is broken, you'll have to hack the stock .inf file yourself. I believe you only need to do this:
Section:
[NVIDIA.Mfg]
Add line:
%NVIDIA_NV25.DEV_0250.1% = nv4, PCI\VEN_10DE&DEV_0250
Section:
[Strings]
Add line:
NVIDIA_NV25.DEV_0250.1 = "NVIDIA GeForce4 Ti 4600"
posted by qvantamon at 4:42 PM on January 9, 2007