Jump to content

[Guide] Modding Nvidia OEM INF Files


J95

Recommended Posts

- Extract drivers 7-Zip - 3xx.xx-notebook-win8-win7-64bit-international-whql\Display.Driver

- Display.Driver folder, OEM INF list.

nvaci.inf Acer, Gateway

nvami.inf Asus

nvaoi.inf Apple

nvbli.inf HP

nvcti.inf Compal

nvcvi.inf Clevo

nvdmi.inf Dell

nvfmi.inf Fujitsu

nvfui.inf Siemens

nvhmi.inf HP

nvloi.inf LG

nvlti.inf lenovo

NVMIi.inf MSI

nvqni.inf NEC

nvszci.inf Sony

nvtdi.inf Toshiba Qosmio

nvtsi.inf Toshiba

- INF file structure.

; NVIDIA Windows (64 bit) Display INF file

; Copyright © NVIDIA Corporation. All rights reserved.

[Version]

Signature = "$Windows NT$"

Provider = %NVIDIA%

ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318}

Class = Display

DriverVer = 10/23/2013, 9.18.13.3165

CatalogFile = NV_DISP.CAT

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[Manufacturer]%NVIDIA_A% = NVIDIA_SetA_Devices,NTamd64.6.0,NTamd64.6.1,NTamd64.6.2,NTamd64.6.3 (Windows versions 64-bit)

NTamd64.6.0 Vista

NTamd64.6.1 Win7

NTamd64.6.2 Win8

NTamd64.6.3 Win8.1

1

[NVIDIA_SetA_Devices.NTamd64.6.0] Vista

%NVIDIA_DEV.0407.01F1.1028% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_01F11028

%NVIDIA_DEV.0407.01F2.1028% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_01F21028

%NVIDIA_DEV.0407.0228.1028% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_02281028

-------------------------------------------------------------------------------------------------------------------------------------

2

[NVIDIA_SetA_Devices.NTamd64.6.1] Win7

%NVIDIA_DEV.0407.019C.1028% = Section001, PCI\VEN_10DE&DEV_0407&SUBSYS_019C1028

%NVIDIA_DEV.0407.01F1.1028% = Section001, PCI\VEN_10DE&DEV_0407&SUBSYS_01F11028

%NVIDIA_DEV.0407.01F2.1028% = Section001, PCI\VEN_10DE&DEV_0407&SUBSYS_01F21028

-------------------------------------------------------------------------------------------------------------------------------------

3

[NVIDIA_SetA_Devices.NTamd64.6.2] Win8

%NVIDIA_DEV.0407.019C.1028% = Section002, PCI\VEN_10DE&DEV_0407&SUBSYS_019C1028

%NVIDIA_DEV.0407.01F1.1028% = Section002, PCI\VEN_10DE&DEV_0407&SUBSYS_01F11028

%NVIDIA_DEV.0407.01F2.1028% = Section002, PCI\VEN_10DE&DEV_0407&SUBSYS_01F21028

-------------------------------------------------------------------------------------------------------------------------------------

4

[NVIDIA_SetA_Devices.NTamd64.6.3] Win8.1

%NVIDIA_DEV.0407.019C.1028% = Section003, PCI\VEN_10DE&DEV_0407&SUBSYS_019C1028

%NVIDIA_DEV.0407.01F1.1028% = Section003, PCI\VEN_10DE&DEV_0407&SUBSYS_01F11028

%NVIDIA_DEV.0407.01F2.1028% = Section003, PCI\VEN_10DE&DEV_0407&SUBSYS_01F21028

-------------------------------------------------------------------------------------------------------------------------------------

5

[strings]

DiskID1 = "NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

NVIDIA = "NVIDIA"

NVIDIA_A = "NVIDIA"

NVIDIA_DEV.0407.019C.1028 = "NVIDIA GeForce 8600M GT "

NVIDIA_DEV.0407.01F1.1028 = "NVIDIA GeForce 8600M GT"

NVIDIA_DEV.0407.01F2.1028 = "NVIDIA GeForce 8600M GT "

-------------------------------------------------------------------------------------------------------------------------------------

nvdmi.inf (Dell) e.g. Alienware M17xR2 GTX 680M - Win7

- Device manager -> Display Adapters -> Details -> Device Description -> Hardware Ids.

10DE&DEV = Nvidia, 11A0 = GTX 680M, 043A = M17XR2, 1028 = Dell (PCI\VEN_10DE&DEV_11A0&SUBSYS_043A1028)

PCI\VEN_10DE&DEV_11A0&SUBSYS_05511028 = M17xR4/60Hz GTX 680M (Reference)

- Edit only the "NTamd64 Section" that corresponds to your OS version + 5 "NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

Under [NVIDIA_SetA_Devices.NTamd64.6.1] 2 (Win7) search for "%NVIDIA_DEV.11A00551.1028% = Section210, PCI\VEN_10DE&DEV_11A0&SUBSYS_05511028" replace 0551 with 043A.

- 5 "NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

[strings]

NVIDIA_DEV.11A0.0551.1028 = "NVIDIA GeForce GTX 680M " replace 0551 with 043A

Notepad CTRL+H Method

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 0551 Replace With: 043A -> Hit 'Replace All' -> Save.

- C:\Nvidia...International\ -> run setup.exe.

M17xR1 GTX 260M/280M/285M.

- GTX 260M = 0618

%NVIDIA_DEV.0618.02A2.1028% = Section033, PCI\VEN_10DE&DEV_0618&SUBSYS_02A21028, replace 02A2 with 02A1

- GTX 280M = 060A

%NVIDIA_DEV.0618.02A2.1028% = Section033, PCI\VEN_10DE&DEV_0618&SUBSYS_02A21028, replace both 0618 / 02A2 with 060A / 02A1 respectively.

- 5 "NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

[strings]

NVIDIA_DEV.060A.02A1.1028 = "NVIDIA GeForce GTX 280M "

NVIDIA_DEV.0618.02A1.1028 = "NVIDIA GeForce GTX 260M "

Notepad CTRL+H Method

GTX 260M

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 02A2 Replace With: 02A1 -> Hit 'Replace All' -> Save.

- C:\Nvidia...International\ -> run setup.exe.

GTX 280M

1- Display.Driver -> open nvdmi.inf CTRL+H -> Find What: 02A2 Replace With: 02A1 -> Hit 'Replace All'

2- Find What: 0618 Replace With: 060A -> ''Replace All'

3- Find What: 260M Replace With: 280M -> 'Replace All' -> Save.

4- C:\Nvidia...International\ -> run setup.exe

GTX 285M

1- Display.Driver -> open nvdmi.inf CTRL+H -> Find What: 043A Replace With: 02A1 -> Hit 'Replace All' -> Save

2- C:\Nvidia...International\ -> run setup.exe

- Windows 8 - disable driver signing.

Command Prompt (Admin) Win key + X Type:

bcdedit /set {current} testsigning yes

-> "The operation completed successfully" -> reboot -> Install drivers.

Exit test mode.

bcdedit /set {current} testsigning no

-> reboot.

  • Thumbs Up 5
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
hello i have Alienware m17x R1 with gtx 285m sli and i can't install the Ge force R331 game ready driversi used the laptopvideo2go modded inf and it start to install but after it says failled

Under the proper "NTamd64 Section" look for %NVIDIA_DEV.060F.043A.1028% = Section030, PCI\VEN_10DE&DEV_060F&SUBSYS_043A1028 replace 043A with 02A1 (060F.02A1.1028 / 02A11028)

Strings]

DiskID1 = "NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

NVIDIA_DEV.060F.043A.1028 = "NVIDIA GeForce GTX 285M " replace 043A with 02A1

Link to comment
Share on other sites

  • 2 months later...

Hello,

Love the work you've been doing here, I didn't even realize my m17x R3 could be upgraded until I stumbled across this forum.

Question though:

How do you know which line to modify in the inf file?

The 335.23 drivers seem to have multiple lines pointing to the 780m under: "NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

NVIDIA_DEV.119F.05AA.1028 = "NVIDIA GeForce GTX 780M"

NVIDIA_DEV.119F.05AB.1028 = "NVIDIA GeForce GTX 780M "

NVIDIA_DEV.119F.05AD.1028 = "NVIDIA GeForce GTX 780M "

NVIDIA_DEV.119F.05AE.1028 = "NVIDIA GeForce GTX 780M "

Cheers

Link to comment
Share on other sites

Welcome to T|I @ominous308

Win7

[NVIDIA_SetA_Devices.NTamd64.6.1]

%NVIDIA_DEV.119F.05AE.1028% = Section354, PCI\VEN_10DE&DEV_119F&SUBSYS_05AE1028

"NVIDIA Windows (64 bit) Driver Library Installation Disk 1"

NVIDIA_DEV.119F.05AE.1028 = "NVIDIA GeForce GTX 780M "

Replace 05AE with 0490

or

Display.Driver -> open nvdmi.inf (notepad) CTRL+H -> Find What: 05AE Replace With: 0490 -> 'Replace All' -> done (Windows all versions)

Link to comment
Share on other sites

  • 2 months later...
-

[NVIDIA_SetA_Devices.NTamd64.6.0] Vista

%NVIDIA_DEV.0407.01F1.1028% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_01F11028

%NVIDIA_DEV.0407.01F2.1028% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_01F21028

%NVIDIA_DEV.0407.0228.1028% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_02281028

.

What is the meaning of the "Section004" part of this string?

I have a 680M 2GB which I'm trying to get to work. Tried modding inf. It did install, but then on reboot the display never came on.

Link to comment
Share on other sites

[MENTION=11873]Temistocles Fonseca[/MENTION] M17xR4/GTX 770M, BIOS settings: IGP disabled (integrated graphics) PEG enabled (Display) PCI\VEN_10DE&DEV_11E0&SUBSYS_057B1028&REV_A1 correct Ids?

- Disable driver signing.

- GeForce 337.88 WHQL

- Extract driver 7-Zip/winrar

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 05AE Replace With: 057B -> Hit 'Replace All' -> Save.

- Nvidia 337.88...International folder\ run setup exe.

Link to comment
Share on other sites

@Balamut M17xR4/GTX 870M, BIOS settings: IGP disabled (integrated graphics) PEG enabled (Display) PCI\VEN_10DE&DEV_1199&SUBSYS_05801028&REV_A1

- Disable driver signing.

- GeForce 337.88 WHQL

- Extract driver 7-Zip/winrar

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 05AE Replace With: 0580 -> Hit 'Replace All' -> Save.

- Find What: 1198 Replace With: 1199 -> Hit 'Replace All'

- Find What: 880M Replace With: 870M -> Hit 'Replace All' -> save.

- Nvidia 337.88...International folder\ run setup exe.

Link to comment
Share on other sites

@Balamut M17xR4/GTX 870M, BIOS settings: IGP disabled (integrated graphics) PEG enabled (Display) PCI\VEN_10DE&DEV_1199&SUBSYS_05801028&REV_A1

- Disable driver signing.

- GeForce 337.88 WHQL

- Extract driver 7-Zip/winrar

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 05AE Replace With: 0580 -> Hit 'Replace All' -> Save.

- Find What: 1198 Replace With: 1199 -> Hit 'Replace All'

- Find What: 880M Replace With: 870M -> Hit 'Replace All' -> save.

- Nvidia 337.88...International folder\ run setup exe.

post-21830-1449499770191_thumb.png Windows has stopped this device because it has reported problems. (Code 43) Disable Driver Signature

hello! thank you for help. :confused:does not work. installation without drivers. what could be the reason? maybe I should remove the driver on intel?

J95 - you're a magician!!! all works!!! within 4 hours attempts ...:Banane28: thank you so much I'm very happy

:bananahuge:

post-21830-14494997701496_thumb.png

Link to comment
Share on other sites

@BillyXq AW17/680M PCI\VEN_10DE&DEV_11A0&SUBSYS_05AD1028&REV_A1

- Disable driver signing.

- GeForce 337.88 WHQL

- Extract driver 7-Zip/winrar

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 057B Replace With: 05AD -> Hit 'Replace All' -> Save.

- Nvidia 337.88...International folder\ run setup exe.

Link to comment
Share on other sites

What is the meaning of the "Section004" part of this string?

I have a 680M 2GB which I'm trying to get to work. Tried modding inf. It did install, but then on reboot the display never came on.

If you move down to [section004] in the INF you will see that this tells the driver what Windows settings and registry values need to be written. This should not affect the "black screen" problem you are experiencing. Try what BillyXq mentioned above. You may need to disable Optimus in the BIOS.
Link to comment
Share on other sites

I just fixed it! I was editing the wrong .inf file apparently.

In the list op posted, nvmi.inf was meant for MSI. But in the latest Drivers (337.88) there are there are 6 files with the names nvm*i.inf! Apparently the right one to edit was NVMli.inf. It works fine now.

  • Thumbs Up 1
Link to comment
Share on other sites

how to explain? why? and this is something you can handle?
@Balamut M17xR4/GTX 870M, BIOS settings: IGP disabled (integrated graphics) PEG enabled (Display) PCI\VEN_10DE&DEV_1199&SUBSYS_05801028&REV_A1

- Disable driver signing.

- GeForce 337.88 WHQL

- Extract driver 7-Zip/winrar

- Display.Driver folder -> open nvdmi.inf (notepad) CTRL+H -> Find What: 05AE Replace With: 0580 -> Hit 'Replace All' -> Save.

- Find What: 1198 Replace With: 1199 -> Hit 'Replace All'

- Find What: 880M Replace With: 870M -> Hit 'Replace All' -> save.

- Nvidia 337.88...International folder\ run setup exe.

Just repeat the steps with every driver release.

Link to comment
Share on other sites

  • 1 month later...

Hey J95!!!

I tried to follow your guide by editing the nvidia 340.43 drivers to install a gtx 770m in my Alienware m17x r4, but it said there were no compatible adapters after i tried to run the setup.exe. Is it possible for you to be able to help me? I've gotten so far but am now getting stuck on the final step and its so frustrating!!! I also disabled IGP and changed to PEG in BIOS.

Thanks in advance.

Link to comment
Share on other sites

Hey J95!!!

I tried to follow your guide by editing the nvidia 340.43 drivers to install a gtx 770m in my Alienware m17x r4, but it said there were no compatible adapters after i tried to run the setup.exe. Is it possible for you to be able to help me? I've gotten so far but am now getting stuck on the final step and its so frustrating!!! I also disabled IGP and changed to PEG in BIOS.

Thanks in advance.

Welcome to T|I @EvilSpartan.

Please post the card Ids, Device manager -> Display Adapters -> Details -> Hardware Ids.

OS version?

M17xR4 / GTX 770M

PCI\VEN_10DE&DEV_11E0&SUBSYS_05801028&REV_A1

PCI\VEN_10DE&DEV_11E0&SUBSYS_05511028&REV_A1

PCI\VEN_10DE&DEV_11E0&SUBSYS_057B1028&REV_A1

Link to comment
Share on other sites

  • 3 weeks later...
  • Brian featured this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.