Videocards - NVIDIA GeForce Drivers Section In this section you can discuss everything GeForce driver related. GeForce ForceWare and GeForce Exerience drivers are for NVIDIA Quadro and all GeForce based videocards.
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|
Nvidia INF driver modding (Guide) -
04-11-2013, 04:56
| posts: 2,841 | Location: USA, Pennsylvania
Nvidia INF driver modding
how to mod the nvidia geforce inf file
-------------------------------------------------------------------------------------------------
The guide may look lengthy, but once you do it the first time, modding
future drivers should be simpler. CTRL+F is your friend.
1:) - Opening the INF
Extract the drivers you want to modify using something like 7zip. (with 7zip installed, just rightclick
and press "Extract to "/File name here"") Picture 1
Inside the extracted driver folder open Display.Driver.
The "nv_dispi.inf" in that folder is what we need to modify. If you can't find nv_dispi.inf, look for
"nvts.inf", "nv_dispwi.inf", or "nv4_dispi.inf" instead.
2:) - Your GPU string
Search (CTRL+F) for your GPU (for myself it's GTX 470) in the pastebin link below.
GPU Strings - 8/12/16
Picture 2
Copy the line your GPU is listed with (for myself it's NVIDIA_DEV.06CD = "NVIDIA GeForce GTX 470")
and paste it in the [Strings] section located toward the bottom of the INF you are modifying.
3:) - Adding support for your GPU to the OS
Take the device string for your GPU (for myself it's NVIDIA_DEV.06CD, aka the first part of your
GPU string) and search (CTRL+F) for it in the pastebin link below.
GPU Device ID's - 12/8/13
GPU Device ID's - WINDOWS 10 - 8/12/16
Picture 3
Copy the line you find it in.
(for myself it's %NVIDIA_DEV.06CD% = Section023, PCI\VEN_10DE&DEV_06CD)
Now, in the INF you are modding, paste that line in the section for your OS;
(CTRL+F for searching in notepad)
-Search "NTx86.5.1" for XP
-Search "NTamd64.6.0" for Vista
-Search "NTamd64.6.1" for 7
-Search "NTamd64.6.2" for 8
-Search "NTamd64.6.3" for 8.1
-Search "NTamd64.10.0" for 10
Save it and you're done. Launch the "setup.exe" from the driver folder and it should start perfectly.
-------------------------------------------------------------------------------------------------
If you are using Windows 8 or 10, you need to disable Driver Signature Enforcement (you need to
do this for any unsigned driver -aka beta drivers- also.)
Click to show spoiler
Windows 10
Click the Start Start menu and select Settings.
Go to Update and Security.
Go to Recovery.
OR
Hold down Left Shift while clicking Restart from the Startmenu
Under Advanced Startup,
Go to Troubleshoot.
Go to Advanced options.
Go to Startup Settings.
Restart.
On the Startup Settings screen press 7 or F7 to disable driver signature enforcement.
Once in Windows, continue with driver installer.
Now, for future drivers you need to modify, you already should know the string you need put in the
string section, and you already know what line to put where to add support for your GPU on your OS
(I suggest you keep that information in a txt file)
So to summarize:
(this is using myself as an example)
NVIDIA_DEV.06CD = "NVIDIA GeForce GTX 470"
goes in the [Strings] section of new driver
%NVIDIA_DEV.06CD% = Section023, PCI\VEN_10DE&DEV_06CD
goes in the Ntamd64.6.1 section of new driver
That's it. It's really only copy and pasting two things.
When people make modded INFs for drivers (aka leaked/quadro threads), they simply paste all
the strings in the strings section, and paste all the device ID's in all three OS's sections.
If you cannot find your GPU in the stings or device ID links above, you can always grab your GPU's code from a drive that already supports your GPU.
If something needs clarifying or needs more work, let me know.-Pictures of certain things, or really if
you tried the guide and it did not work tell me what part confused you.
Good luck!
Last edited by Cyberdyne; 09-12-2016 at 05:10.
|
|
|
|
|
|
|
|
Moderator
Videocard: Evga 970
Processor: Intel i7 4790k
Mainboard: Gigabyte Z97X-UD5H-BK
Memory: 16GB Corsair 2133MHz
Soundcard: Magni 2 Uber/Modi 2 Uber
PSU: Seasonic X-850
|

04-11-2013, 05:08
| posts: 15,529 | Location: USA
Sticky this mofo.
Something like this would of came in handy a couple years ago when I was getting into driver modding.
Nice job btw.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: EVGA Geforce GTX 980 SLI
Processor: Core i7-3770k 4.5Ghz
Mainboard: Asus P8Z77-V Premium
Memory: 16GB G.Skill Ripjaws Z
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX1200
|

04-11-2013, 05:25
| posts: 6,498 | Location: Tacoma, Washington
Nice work! We previously had sticky on this subject, I wonder what happened to it?
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|

04-11-2013, 05:44
| posts: 2,841 | Location: USA, Pennsylvania
I have no idea. It disappeared at some point. Can't even search to find it.
It was outdated anyway. And it was not really a guide, it didn't really teach you anything.
-----
BTW, when people make modded INFs for drivers (aka leaked/quadro threads), they simply paste all the strings in the strings section, and paste all the device ID's in all three OS's sections.
Last edited by Cyberdyne; 04-11-2013 at 05:48.
|
|
|
|
|
|
|
|
Maha Guru
Videocard: NVIDIA Titan X
Processor: Intel i7 3820 @4.0
Mainboard: Asus Rampage IV Extreme
Memory: G.SKILL DDR3 1600 16GB
Soundcard: X-FI Fatal1ty PCI-E
PSU: Corsair TX750
|

04-11-2013, 05:52
| posts: 802 | Location: ND - US
+1 for sticky. There are at least a few requests for modded .infs each time a new driver is released. This should help a lot of people out. 
I should add that if you're using Windows 8 you must disable Driver Signature Enforcement if you want to install a Quadro driver. I see that question come up a lot along with the inf requests.
Move the mouse to the right hand side of the screen then:
Settings --> Change PC settings --> General --> Advanced Startup/Restart Now --> Troubleshoot --> Startup Settings --> Restart --> 7 on Keyboard
--OR--
Right click bottom left hand side of the screen and select "Command Prompt (Admin)" and enter "shutdown -o -r -t 0"
Then: Troubleshoot --> Startup Settings --> Restart --> 7 on Keyboard
Last edited by dark_surge; 04-11-2013 at 06:05.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|

04-11-2013, 06:15
| posts: 2,841 | Location: USA, Pennsylvania
Good idea. Thanks.
|
|
|
|
|
|
|
|
Maha Guru
Videocard: MSI 980 4G Gaming @1500
Processor: i5 4690k@4.4 1.25v NH-D14
Mainboard: z97 PRO
Memory: 16GB 2133 ARES CL9 2T
Soundcard: SB Recon3D Pro Fatality
PSU: Crosair 860i
|

04-11-2013, 07:21
| posts: 2,035 | Location: Israel - Haifa
Make this for xp too
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: EVGA Geforce GTX 980 SLI
Processor: Core i7-3770k 4.5Ghz
Mainboard: Asus P8Z77-V Premium
Memory: 16GB G.Skill Ripjaws Z
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX1200
|

04-11-2013, 07:31
| posts: 6,498 | Location: Tacoma, Washington
Quote:
Originally Posted by Cyberdyne
I have no idea. It disappeared at some point. Can't even search to find it.
It was outdated anyway. And it was not really a guide, it didn't really teach you anything.
-----
BTW, when people make modded INFs for drivers (aka leaked/quadro threads), they simply paste all the strings in the strings section, and paste all the device ID's in all three OS's sections.
|
Yeah it didn't. Your guide not only is up to date, but easier to follow for those who don't know how to mod their own drivers. You should see if a mod will sticky it.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: MSI Gaming 970 1450/7600
Processor: AMD FX-6300 (4.0 GHz)
Mainboard: MSI 970A-G43
Memory: 16GB Crucial DDR3 (1600)
Soundcard: Creative Inspire 5300
PSU: Antec HCG-620M
|

04-11-2013, 07:31
| posts: 2,780 | Location: Germany
@Cyberdyne
Was the 1st (old) thread which is now gone also from you?
|
|
|
|
|
|
|
|
Master Guru
Videocard: Msi 680 Gtx Twin Frozr
Processor: Intel Sb@4.7
Mainboard: Asus P8Z68V Progen3
Memory: 12 Gb Kingston
Soundcard: Asus Essence STX|Akg k701
PSU: Corsair 1200w
|

04-11-2013, 08:32
| posts: 730 | Location: Heaven
Nice writeup.
Filename isnt always nv_dispi.inf. At least some of the older drivers have nvts.inf and I think some of the quadros have some other filename.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: EVGA Geforce GTX 980 SLI
Processor: Core i7-3770k 4.5Ghz
Mainboard: Asus P8Z77-V Premium
Memory: 16GB G.Skill Ripjaws Z
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX1200
|

04-11-2013, 09:09
| posts: 6,498 | Location: Tacoma, Washington
Quote:
Originally Posted by Prophet
Nice writeup.
Filename isnt always nv_dispi.inf. At least some of the older drivers have nvts.inf and I think some of the quadros have some other filename.
|
You can always change the file name once you mod the inf as everything else is the same.
|
|
|
|
|
|
|
|
Master Guru
Videocard: Msi 680 Gtx Twin Frozr
Processor: Intel Sb@4.7
Mainboard: Asus P8Z68V Progen3
Memory: 12 Gb Kingston
Soundcard: Asus Essence STX|Akg k701
PSU: Corsair 1200w
|

04-11-2013, 10:18
| posts: 730 | Location: Heaven
Quote:
Originally Posted by pimp_gimp
You can always change the file name once you mod the inf as everything else is the same.
|
I have never claimed otherwise. I wrote it to hopefully make the guide a little bit better.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|

04-11-2013, 14:20
| posts: 2,841 | Location: USA, Pennsylvania
@ShadowDuke; no it wasn't by me. It was by a member who seemed to have an old deactivated account (I think the named contained the word "Wolf"? idk)
@Prophet; Yeah, I'll mention that.
@yosef019; ok, I added relevant information for XP. I've never actually modded XP drivers, so if you do it (or have done it) let me know if I added the correct info.
Last edited by Cyberdyne; 04-11-2013 at 14:50.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: EVGA Geforce GTX 980 SLI
Processor: Core i7-3770k 4.5Ghz
Mainboard: Asus P8Z77-V Premium
Memory: 16GB G.Skill Ripjaws Z
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX1200
|

04-11-2013, 17:48
| posts: 6,498 | Location: Tacoma, Washington
Quote:
Originally Posted by Prophet
I have never claimed otherwise. I wrote it to hopefully make the guide a little bit better.
|
I know, just commenting on the fact you can change it.
|
|
|
|
|
|
|
|
Master Guru
Videocard: Quadro K5000M
Processor: Intel i7 980
Mainboard: Intel X58
Memory: 24GB Corsair 1600Mhz
Soundcard: Inbuilt Realtek
PSU: 300W
|

04-11-2013, 19:14
| posts: 540
I did a similar guide for NBR, in my case it is for a GTX 680M.
It does contain helpful screenshots though!
You can find it in the lower section of the first post.
http://forum.notebookreview.com/sage...s-benches.html
Last edited by ipredator; 04-11-2013 at 19:17.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: MSI GTX670 PEOC@1350Mhz
Processor: Q9550@3,8Ghz@Vendetta2
Mainboard: Asus P5Q Kets mBIOS :)
Memory: 4x2048 OCZ-REAPER 1080Mhz
Soundcard: CreativeX-FI X-tremeGamer
PSU: Corsair VX550W 550 Watt
|

04-11-2013, 19:27
| posts: 3,949 | Location: outside the Box...
yay, cyberdyne...Nice work...
Now people have a tutorial on how to edit them...
Next time someone asks, i can guide him here...
Thanks Cyber
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: 2xTitan X@1590Mhz-CH20
Processor: 4930k@5.0ghz-1.40v-CH20
Mainboard: R4BE@Monoblock-CH20
Memory: 16Gb Mushkin Redline2133
Soundcard: SupremeFX-Sennheiser 350
PSU: Corsair AX 1200i
|

04-11-2013, 20:24
| posts: 11,986 | Location: United kingdom
Even though i recently found out how to do this myself this is a great guide which will be used alot, Well done Cyberdyne
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|

04-11-2013, 20:59
| posts: 2,841 | Location: USA, Pennsylvania
I added some supplementary pictures.
Anything else I should add?
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: 2xTitan X@1590Mhz-CH20
Processor: 4930k@5.0ghz-1.40v-CH20
Mainboard: R4BE@Monoblock-CH20
Memory: 16Gb Mushkin Redline2133
Soundcard: SupremeFX-Sennheiser 350
PSU: Corsair AX 1200i
|

04-12-2013, 00:20
| posts: 11,986 | Location: United kingdom
Quote:
Originally Posted by Cyberdyne
I added some supplementary pictures.
Anything else I should add?
|
The only thing you can do is think of yourself as a complete noob reading the guide.
Would it be easy to do if you had hardly any knowledge?
All you can do is make that process as easy as possible.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|

04-12-2013, 01:37
| posts: 2,841 | Location: USA, Pennsylvania
Yeah, that is what motivated me to simply put the individual list's of strings and device ID's on pastebin, and tell you what to search, what to copy, and where to paste it while using myself as an example.
I've done pretty well at explaining things in layman's terms in the past.
But you never really know until someone gives the guide a go.
|
|
|
|
|
|
|
|
Maha Guru
Videocard: 1070 AMP! Asus VG248QE
Processor: Intel i7 3930K @ 4.5Ghz
Mainboard: GBE X79-UD3 F21e Mod
Memory: GSkill 16Gb 2400Mhz CL10
Soundcard: X-FI Ti.Champ Z5300 5.1
PSU: Corsair HX850
|

04-12-2013, 16:46
| posts: 866 | Location: Land of the Hummingbird
Thank you very much!
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: PNY GTX 550 TI 1GB
Processor: Intel Pentium D925 3.0GHZ
Mainboard: Intel(R) Q965/Q963
Memory: 4GB DDR2
Soundcard: Headphones
PSU: Thermaltake TR2-430
|

04-13-2013, 00:35
| posts: 2,981 | Location: Los Angeles, CA | Maryland, Dundalk
Last edited by The General; 04-13-2013 at 00:39.
|
|
|
|
|
|
|
|
Ancient Guru
Videocard: GTX1080 Arctic Hybrid III
Processor: i7 4770K @ 4.4GHz
Mainboard: MSI Z87-G45 Gaming
Memory: 4x8GB @ 2GHz
Soundcard: HyperX Cloud + FiiO E6
PSU: EVGA SuperNOVA 1000 P2
|

04-13-2013, 00:43
| posts: 2,841 | Location: USA, Pennsylvania
Wut?
|
|
|
|
|
|
|
|
Master Guru
Videocard: EVGA 980ti Classy @1521
Processor: AMD 8350 @ 4.7 XSPC RX240
Mainboard: ASRock 990FX Extreme 9
Memory: King HyperX Beast 2133CL9
Soundcard: Realtek 7.1 & 1000w Reciv
PSU: Cooler Master Silent 1000
|

04-13-2013, 02:05
| posts: 377 | Location: Michigan
Yes thanks, I wanted to know how, appreciate.
|
|
|
|
|
|
|
|
Master Guru
Videocard: SAPPHIRE R9 390 NITRO
Processor: amd fx 8350@4.8 ghz
Mainboard: gigabyte 990xa-ud3
Memory: 8gb ram ddr3 hyper-x g.
Soundcard: embed via hd audio 8.1
PSU: ANTEC EDGE 650W
|

05-08-2013, 01:40
| posts: 392 | Location: italy
paste bin gpu strings link dead
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Powered by vBulletin® Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com
Copyright (c) 1995-2014, All Rights Reserved. The Guru of 3D, the Hardware Guru, and 3D Guru are trademarks owned by Hilbert Hagedoorn.
|