Jump to content
LaptopVideo2Go Forums

GeForce 441.87 Mobile OEM Game Ready


StefanG3D

Recommended Posts

Game Ready Drivers provide the best possible gaming experience for all major new releases. Prior to a new title launching, NVIDIA's driver team is working up until the last minute to ensure every performance tweak and bug fix is included for the best gameplay on day-1.

Game Ready for Wolfenstein: Youngblood with Ray Tracing
The new Game Ready Driver provides the latest performance optimizations, profiles, and bug fixes for Wolfenstein: Youngblood including the introduction of ray tracing. In addition, this release also provides optimal support for Monster Hunter World: Iceborne, Bright Memory: Infinite, and the latest version of Quake II RTX.

Maximum Framerate
In response to overwhelming demand from the community, NVIDIA has introduced a new Maximum Framerate Setting into the NVIDIA Control Panel. Use the maximum frame rate setting to set the max framerate a 3D application or game can render. This feature is particularly helpful when trying to save power, reduce system latency or paired with your NVIDIA G-SYNC display to stay within variable refresh rate range.

Image Sharpening Improvements
Leveraging gamer feedback over the last few months, NVIDIA has been continually improving the new image sharpening feature. With this latest version, you have the ability to toggle GPU scaling independent of whether image sharpening is enabled or disabled.

Variable Rate Super Sampling
NVIDIA introduced a new VRSS feature…
Variable Rate Super Sampling (VRSS) is a new technique to improve image quality in VR games which uses NVIDIA Variable Rate Shading (VRS) to dynamically apply up to 8x super sampling to the center of the VR display when GPU headroom is available. In doing so, VRSS can improve image quality at the focal point of the eye while always maintaining the 90 FPS needed to deliver a smooth VR experience.

Share Freestyle Filters
Gamers can now import and export Freestyle/Ansel filters and take advantage of a new split screen filter to help showcase their improvements!

Learn more in NVIDIA's Game Ready Driver article here.


http://us.download.nvidia.com/Windows/441.87/441.87-win10-win8-win7-release-notes.pdf

http://de.download.nvidia.com/Windows/441.87/441.87-notebook-win8-win7-64bit-international-whql.exe

http://it.download.nvidia.com/Windows/441.87/441.87-notebook-win10-64bit-international-whql.exe

http://fr.download.nvidia.com/Windows/441.87/441.87-notebook-win10-64bit-international-dch-whql.exe

Link to comment
Share on other sites

29 minutes ago, jonas said:

Do I just grab Freaks modded inf?

Yes,

hit the "raw" button and save page.

Copy the line DriverVer from this driver and paste it into modded INF.

Link to comment
Share on other sites

2 hours ago, StefanG3D said:

Yes,

hit the "raw" button and save page.

Copy the line DriverVer from this driver and paste it into modded INF.

Unfortunately it fails. Is there a way I can confirm why its failing? 
image.png.f2c4648025286195d3a130dde2960a6d.png

Link to comment
Share on other sites

-- use standard INF for standard driver, DCH INF for DCH driver

- don't install standard driver on top of DCH driver, check out https://forums.laptopvideo2go.com/topic/32640-psa-nvidia-installer-cannot-continue-on-windows-october-2018-update-and-how-to-fix-it/

- disable driver signature as described at FAQs

- install via have disk method as described at FAQs

Link to comment
Share on other sites

1 hour ago, StefanG3D said:

-- use standard INF for standard driver, DCH INF for DCH driver

- don't install standard driver on top of DCH driver, check out https://forums.laptopvideo2go.com/topic/32640-psa-nvidia-installer-cannot-continue-on-windows-october-2018-update-and-how-to-fix-it/

- disable driver signature as described at FAQs

- install via have disk method as described at FAQs

Thanks!

Link to comment
Share on other sites

 

Have an m17x r4 thats been sitting around because it has a bad GTX 765. I got a hold on a GTX 980m. Installed fine, reinstalled windows 10 (1909) in UEFI and installed all drivers including OSD. The laptop Swaps over to the GTX 980 and runs fun off of it, but I'm having issues with drivers.

 I have had no luck with trying to mod the .inf file. cant find where the spot in the file i need to mod.

Hardware ID; PCI\VEN_10DE&DEV_1617&SUBSYS_05801028

ive been reading stuff all day, but i guess not dont really know what im doing

Link to comment
Share on other sites

31 minutes ago, kennymax89 said:

 I have had no luck with trying to mod the .inf file. cant find where the spot in the file i need to mod.

Hardware ID; PCI\VEN_10DE&DEV_1617&SUBSYS_05801028

You want to modify the original INF by yourself?

For the standard installer open nv_dispi.inf

Find following texts in brackets and paste your GPU below

 

[NVIDIA_Devices.NTamd64.10.0...14310]
%NVIDIA_DEV.1617%           = Section066, PCI\VEN_10DE&DEV_1617                 

[NVIDIA_Devices.NTamd64.10.0]
%NVIDIA_DEV.1617%           = Section066, PCI\VEN_10DE&DEV_1617  
               
[NVIDIA_Devices.NTamd64.10.0...16299]
%NVIDIA_DEV.1617%           = Section066, PCI\VEN_10DE&DEV_1617                 

[Strings]
DiskID1 = "NVIDIA Windows 10 (64 bit) Driver Library Installation Disk 1"
FLG_ADDREG_KEYONLY = 0x00000010
NVIDIA = "NVIDIA"
NVIDIA_A = "NVIDIA"
NVIDIA_DEV.1617 = "NVIDIA GeForce GTX 980M"

 

Link to comment
Share on other sites

I see a 
[NVIDIA_Devices.NTamd64.10.0...17098]  , and thats all

should it look like 

[NVIDIA_Devices.NTamd64.10.0...17098]
%NVIDIA_DEV.0FC0%           = Section002, PCI\VEN_10DE&DEV_1617&SUBSYS_05511028

following those steps it starts finally the install but fails

Edited by kennymax89
Link to comment
Share on other sites

4 hours ago, kennymax89 said:

%NVIDIA_DEV.0FC0%           = Section002, PCI\VEN_10DE&DEV_1617&SUBSYS_05511028

0FC0 on the left side must also be replaced with 1617

 

Link to comment
Share on other sites

[Manufacturer]
%NVIDIA_A% = NVIDIA_Devices,NTamd64.10.0...17098

[NVIDIA_Devices.NTamd64.10.0...17098]
%NVIDIA_DEV.1617%           = Section066, PCI\VEN_10DE&DEV_1617&SUBSYS_05511028&REV_A1

still the same resault

I did notice something odd though, my hardware id for my intel gpu and my nvidia gpu are both the same.

also i noticed if I run it again after a restart I cant access anything in the nvidia folder, it says I dont have permission

Edited by kennymax89
Link to comment
Share on other sites

6 hours ago, kennymax89 said:

[Manufacturer]
%NVIDIA_A% = NVIDIA_Devices,NTamd64.10.0...17098

[NVIDIA_Devices.NTamd64.10.0...17098]
%NVIDIA_DEV.1617%           = Section066, PCI\VEN_10DE&DEV_1617&SUBSYS_05511028&REV_A1

still the same resault

I did notice something odd though, my hardware id for my intel gpu and my nvidia gpu are both the same.

also i noticed if I run it again after a restart I cant access anything in the nvidia folder, it says I dont have permission

Try without &SUBSYS_05511028&REV_A1

Did you add the aforementioned line below [Strings]?

Vendor ID should read: 10DE = NVIDIA and 8086=Intel

I have no idea about the permission issue.

Link to comment
Share on other sites

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...