Cambiar Nvidia Inf

2
First step is to ensure you have a recent driver folder still installed on your system. Typically located at. C:\NVIDIA\DisplayDriver The file you will need to copy entries from is typically located, using the 296.10 as an example, at C:\NVIDIA\DisplayDriver \296.10\WinVista_Win7_64\English\Display.Driver. This file can be edited using notepad. The file you will be using is nv_disp.inf. This is the file that contains the hardware info on which models of GPU's the driver will install with. There are two entries we are concerned with. Both contain the hardware ID but are used in two separate sections. The first thing we will start with is obtaining the Device ID of your GPU. This is fairly simple and GPU-Z is a good program for this In this example the Device ID is 10DE-1080. Using this Device ID, we will be copying the corresponding entries we need to add to the nv_disp.inf file in the driver we are trying to install. The first of the two entries we are concerned with are located in the both the [NVIDIA_SetA_Devices.NTamd64.6.0] section and the [NVIDIA_SetA_Devices.NTamd64.6.1] section.

description

Inf

Transcript of Cambiar Nvidia Inf

First step is to ensure you have a recent driver folder still installed on your system. Typically located at.C:\NVIDIA\DisplayDriverThe file you will need to copy entries from is typically located, using the 296.10 as an example, at C:\NVIDIA\DisplayDriver\296.10\WinVista_Win7_64\English\Display.Driver. This file can be edited using notepad.The file you will be using is nv_disp.inf. This is the file that contains the hardware info on which models of GPU's the driver willinstall with.There are two entries we are concerned with. Both contain the hardware ID but are used in two separate sections.The first thing we will start with is obtaining the Device ID of your GPU. This is fairly simple and GPU-Z is a good program for thisIn this example the Device ID is 10DE-1080.Using this Device ID, we will be copying the corresponding entries we need to add to the nv_disp.inf file in the driver we are tryingto install. The first of the two entries we are concerned with are located in theboth the [NVIDIA_SetA_Devices.NTamd64.6.0] section and the [NVIDIA_SetA_Devices.NTamd64.6.1] section.These two sections are essentially the same except the 6.0 section is for Vista and the 6.1 section is for Win7Now we will use the Device ID to locate the entries we need to copy. Scrolling down the file you will come to the entry%NVIDIA_DEV.1080% = Section035, PCI\VEN_10DE&DEV_1080This is the Device ID that matches with that obtained using GPU-Z : 10DE-1080%NVIDIA_DEV.1080% = Section035, PCI\VEN_10DE&DEV_1080is what you will paste into the nv_disp.inf fileof the driver you are trying to install directly into both the [NVIDIA_SetA_Devices.NTamd64.6.0] section and the [NVIDIA_SetA_Devices.NTamd64.6.1] section.

The next entry we will need is located near the very end of the nv_disp.inf file. This section is called [Strings]As before, using the Device ID, we will find the corresponding entry matching the installed GPU. In this example it isNVIDIA_DEV.1080 = "NVIDIA GeForce GTX 580"This is the entry you will paste into the [String] section.This method will also work to modify Quadro and Tesla drivers to work with GeForce GPU's for those of you interested in testingthose out.