Hi,
I downloaded the newest driver 190.38, and it still did not support 9500M gs. Why is that?
Says unsupported card during setup.
If I modify the nv_disp.inf by hand, I can get CUDA working. Is there a known compatibility problem with 9500M gs, or is it just that someone forgot to add the support for this card?
Here are the modifications to get the card working:
C:\NVIDIA\DisplayDriver\190.38\International>diff NV_DISP.INF_OLD NV_DISP.INF
177a178,179
%NVIDIA_DEV_0405.01% = Section004, PCI\VEN_10DE&DEV_0405&SUBSYS_15D21043
%NVIDIA_DEV_0405.02% = Section004, PCI\VEN_10DE&DEV_0405&SUBSYS_16341043
284a287,288
%NVIDIA_DEV_0405.01% = Section003, PCI\VEN_10DE&DEV_0405&SUBSYS_15D21043
%NVIDIA_DEV_0405.02% = Section003, PCI\VEN_10DE&DEV_0405&SUBSYS_16341043
C:\NVIDIA\DisplayDriver\190.38\International>diff NV_DISP.INF_OLD NV_DISP.INF
177a178,179
%NVIDIA_DEV_0405.01% = Section004, PCI\VEN_10DE&DEV_0405&SUBSYS_15D21043
%NVIDIA_DEV_0405.02% = Section004, PCI\VEN_10DE&DEV_0405&SUBSYS_16341043
284a287,288
%NVIDIA_DEV_0405.01% = Section003, PCI\VEN_10DE&DEV_0405&SUBSYS_15D21043
%NVIDIA_DEV_0405.02% = Section003, PCI\VEN_10DE&DEV_0405&SUBSYS_16341043
1880a1885,1886
NVIDIA_DEV.0405.01 = “NVIDIA GeForce 9500M GS”
NVIDIA_DEV.0405.02 = “NVIDIA GeForce 9500M GS”
Basically you just see the PCI identifier from control panel/device manager, and add that as a supported device.
BR,
Vesa