Jump to content
LaptopVideo2Go Forums

HELP!!! 61.76 and toshiba satellite 3000-S353


Guest DualShock

Recommended Posts

Guest DualShock

Hello,

I have a Satellite 3000-S353 (Compal built Toshiba) with a GeForce2 Go chip. I can't get the 61.76 drivers to work with this laptop. The install works fine, but then when I reboot, Device Manager shows some type of "nvidia flat panel monitor" entry under Monitors, with a yellow exclamation point on it. When I go to Display Properties, I get a popup saying that the drivers are made for a previous version of Windows and the system defaults to the VGA driver because of this.

The last drivers I was able to install successfully were the 53.03 drivers. I hacked the .inf myself on these drivers by cutting and pasting some lines from the .inf included in the last driver release from Toshiba for this laptop. I'm running Windows 2000 SP4 on this laptop.

Can anyone help? Below I posted the .inf I hacked together for the 53.03 drivers. Maybe someone could help me out to make the 61.76 drivers based on this .inf.

; NVIDIA Windows 2000/XP Display INF file
; Copyright (c) NVIDIA Corporation. All rights reserved.

[Version]
Signature   = "$Windows NT$"
Provider    = %NVIDIA%
ClassGUID   = {4D36E968-E325-11CE-BFC1-08002BE10318}
Class       = Display
CatalogFile = NV4_DISP.CAT
DriverVer   = 11/17/2003, 5.3.0.3

[DestinationDirs]
DefaultDestDir        = 11
nv4.Miniport          = 12
nv.Display            = 11
nv.CoInstaller        = 11
nv.Panel              = 11
nv.Help               = 18
nv.oldrm              = 12
nv.delete.systemfiles = 11

[SourceDisksNames]
1 = %DiskID1%
2 = %DiskID2%
3 = %DiskID3%
4 = %DiskID4%
5 = %DiskID5%

[SourceDisksFiles]
nv4_mini.sys = 1
nvinstnt.dll = 1
nvcod.dll    = 1
nvsvc32.exe  = 1
nv4_disp.dll = 2
nvoglnt.dll  = 3
nvcpl.dll    = 4
nvmctray.dll = 4
nvcpl.hlp    = 4
nvwddi.dll   = 4
nvwdmcpl.dll = 4
nvnt4cpl.dll = 4
nvwcplen.hlp = 4

[Manufacturer]
%NVIDIA% = NVIDIA.Mfg

[NVIDIA.Mfg]
; snipped
%NVIDIA.NV11M.DEV_0112.1% = nv4,  PCI\VEN_10DE&DEV_0112&SUBSYS_FF001179
%NVIDIA_Win2KDualView%   = nvDual,    DISPLAY\nvWin2kDualView
%NVIDIA_MultiView%            = nvDual,    DISPLAY\nvMultiView

[ControlFlags]
ExcludeFromSelect = *

[nv4]
CopyFiles    = nv4.Miniport, nv.Display, nv4.icd, nv.Panel, nv.Help
DelFiles     = nv.oldrm, nv.delete.systemfiles

[nv4.CoInstallers]
CopyFiles = nv.CoInstaller
AddReg    = nv_CoInstaller_AddReg

[nv4.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings
AddReg = nv4_icdSoftwareSettings
AddReg = nv_ControlPanelSettings
AddReg = Default16BPP_AddReg
DelReg = nv_ClearRegistrySwitches

[nv4.Services]
AddService = nv,    0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
AddService = NVSvc, 0x00000000, nv_NVSVC_Inst
DelService = nvarch
DelService = nvgfx

[nv4.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 80
MaximumNumberOfDevices           = 4

; snipped

[nvDual]
CopyFiles = nv4.Miniport, nv.Display, nv4.icd

[nvDual.SoftwareSettings]
AddReg = nv_SoftwareDeviceSettings

[nvDual.Services]
AddService = nv, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst

[nvDual.GeneralConfigData]
MaximumDeviceMemoryConfiguration = 80
MaximumNumberOfDevices           = 4

[nv4_Generic_Service_Inst]
ServiceType    = 1                ; SERVICE_KERNEL_DRIVER
StartType      = 1                ; SERVICE_SYSTEM_START
ErrorControl   = 0                ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\nv4_mini.sys
AddReg         = nv4_Generic_Service_AddReg

[nv4_EventLog_Inst]
AddReg = nv4_EventLog_AddReg

[nv4_EventLog_AddReg]
HKR,, EventMessageFile, 0x00020000, "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
HKR,, TypesSupported,   0x00010001, 7

[nv4_Generic_Service_AddReg]
HKR, Video, Service, %REG_SZ%, nv

[nv_NVSVC_Inst]
DisplayName    = %NVSVC.name%
Description    = %NVSVC.desc%
ServiceType    = 16                ; SERVICE_WIN32_OWN_PROCESS
StartType      = 2                ; SERVICE_AUTO_START
ErrorControl   = 1                ; SERVICE_ERROR_NORMAL
ServiceBinary  = %11%\nvsvc32.exe

[nv_CoInstaller_AddReg]
HKR,, CoInstallers32, %REG_MULTI_SZ%,  "nvcodins.dll,NVCoInstaller"
HKR, Uninstall, Uninstaller, %REG_SZ%, "nvudisp.exe"
HKR, Uninstall, Script,      %REG_SZ%, "nvdisp.nvu"
HKR, Uninstall, INFSrcDir,   %REG_SZ%, %01%
HKR, Uninstall, Name,        %REG_SZ%, %NVUninstall.desc%
HKR, Uninstall, CopyFiles,   %REG_MULTI_SZ%, "generic.tvp,keystone.exe,nvappbar.exe,nview.dll,nviewimg.dll,nvshell.dll,nvt
icpl.cpl,nwiz.exe"

[nv_CoInstaller_nView_Quadro_AddReg]
HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "advanced.tvp,cad.tvp,dcc.tvp,finance.tvp"

[nv_CoInstaller_DCCApps_AddReg]
HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvdccapp.cfg>nvwsapps.cfg"

[nv_CoInstaller_WSApps_AddReg]
HKR, Uninstall, CopyFiles, %REG_SZ_APPEND%, "nvwsapps.cfg"

[nv.Display]
nv4_disp.dll
nvinstnt.dll
nvsvc32.exe

[nv.CoInstaller]
nvcod.dll
nvcodins.dll,nvcod.dll

[nv4.Miniport]
nv4_mini.sys

[nv4.icd]
nvoglnt.dll

[nv.Panel]
nvcpl.dll
nvmctray.dll
nvwddi.dll
nvwdmcpl.dll
nvnt4cpl.dll

[nv.Help]
nvcpl.hlp
nvwcplen.hlp

[nv.oldrm]
nvarch.sys,,,1
nvgfx.sys,,,1

[nv.delete.systemfiles]
nv4oglnt.dll,,,1
nvopenglnt.dll,,,1
nvdmcpl.dll,,,1
nvdesk32.dll,,,1
nvqtwk.dll,,,1
dmcpl.exe,,,1

[nv_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
HKR,, VgaCompatible,               %REG_DWORD%,    0
HKR,, MultiFunctionSupported,      %REG_DWORD%,    1

; snipped dcboverride

HKR,, RotateFlag,                  %REG_DWORD%,    4
HKR,, NV_R&T,                      %REG_MULTI_SZ%, "R&T0000=*,*,*,*,*,IBM251F.VSC2F0C,HDLK"
HKR,, NV_R&T,                      %REG_SZ_APPEND%,"R&T0001=1920,1080,*,30,*,CRTX,OEM,7425,2200,48,56,1125,2,5,++I"
HKR,, NV_R&T,                      %REG_SZ_APPEND%,"R&T0002=*,*,*,*,*,IBM251F.VSC3411,HDLK"
HKLM,"Software\NVIDIA Corporation\Global\NvSvc\OemConfigurations",LoadLimitedSID,%REG_SZ%,"S-1-5-11"
HKR,, "DefaultSettings.XResolution",%REG_DWORD%,800
HKR,, "DefaultSettings.YResolution",%REG_DWORD%,600

HKR,, NV_Modes, %REG_MULTI_SZ%,  "{*}S 720x480 720x576=1;320x200 320x240 400x300 480x360 512x384 640x400=F;SHV 1920x1200x32=1;1600x1200x8,16=1D;640x480 800x600 1024x768 1280x1024=3D;1920x1080=C01E;1600x1200x32 1920x1200x8,16=D;{100-34E}SHV 2048x1536x32=1;1920x1440x8,16=10;1920x1200x32=1C;1600x900x32 1600x1200x32 1920x1200x8,16=20;1920x1440x32=8;2048x1536x8,16=C;{100-18B,1F0-34E}SHV 1920x1080x32=10;1024x768x8,16=1000;848x480=1DFF;1920x1440x32 2048x1536x8,16=2;1600x1024x32=20;"
HKR,, NV_Modes, %REG_SZ_APPEND%, "1280x720x32 1280x768x32 1280x960x32 1280x1024x32=280;1360x768x32=2FF;1600x900x8,16=380;1600x900x32 1600x1024x8,16 1600x1200x8,16=40;1152x864x32 1280x720x8,16 1280x768x8,16 1280x960x8,16 1280x1024x8,16=400;1360x768x8,16=7FF;1024x768x32 1152x864x8,16=800;{28-18B,1F0-34E}SHV 800x600=1DC2;1600x1024x8,16 1920x1080x8,16=1F;640x480=1FC2;1280x1024x32 1600x1200 1920x1200x8,16=2;1152x864x8,16=3FF;1280x1024x8,16=42;1920x1080x32=7;1024x768=7C2
1600x1024x32=F;1152x864x32=FF;"
HKR,, NV_Modes, %REG_SZ_APPEND%, "{28-29,2D-34E}SHV 1920x1440x32 2048x1536x8,16=1;1600x1200x32 1920x1200x8,16=10;1600x900x32=1D;1600x1200x8,16=20;1280x768 1600x900x8,16=3D;1920x1440x8,16=D;{28-29,2D-18B,1F0-34E}SHV 1600x1024x32=10;1600x900x32 1920x1200x32 1920x1440x8,16=2;1600x1024x8,16 1920x1080x8,16=20;1152x864x32=200;1280x1024x8,16=380;1280x768x8,16=3C2;1280x720x
,16 1280x960x8,16=3FF;1280x1024x32=40;1152x864x8,16=400;1280x768x32 1600x900x8,16=42;1280x720x32 1280x960x32=7F;1920x1080x32=8;"
HKR,, NV_Modes, %REG_SZ_APPEND%, "1024x768x8,16=800;{1A0}S 1920x1200x32 1920x1440x8,16 2048x1536x8,16=20;800x480=3D;{1A0,301-34E}SHV 2048x1536x8,16=10;1920x1440x32 2048x1536x32=4;{258-25B,288-289,308-309,32B,338,34E}SH 960x1200=803D;{301-34E}SHV 1920x1440x32=10;1152x864x32 1280x720x32 1280x768x32 1280x960x32 1280x1024x32 1360x768x32=100;2048x1536x32=1A;1088x612x8,16=1FFF;800x600 848x480=200;1088x612x32=FFF;{338}SHV 800x600 1024x768 1280x1024 1600x1200 1920x1154 1920x1200=8032;"

[nv_WSApps_AddReg]
HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",ControlsOverride,%REG_DWORD%,1

; snipped

[KeystoneDisabled_AddReg]
HKLM,"Software\NVIDIA Corporation\Global\NVTweak",KeystoneEnable,%REG_DWORD%,0

[RotateDisabled_AddReg]
HKR,, RotateFlag,                  %REG_DWORD%,    0

[nvDualView_AddReg]
HKR,, NvCplTwinViewInDualView, %REG_DWORD%, 1
HKR,, EnableWin2kDualview, %REG_DWORD%, 1
HKR,, ForceNHeads, %REG_DWORD%, 2
HKR,, DualviewLockDevices, %REG_BINARY%,01,00,01,00,02,00,02,00
HKR,, DrvOptions, %REG_DWORD%, 1
HKR,, NT4MultiDevEnable, %REG_DWORD%, 0
HKCR,CLSID\{6D0E6651-1CD8-11d6-92C4-0003479E4848},,,"NVIDIA NT4 Multimon Control Panel Extension"
HKCR,CLSID\{6D0E6651-1CD8-11d6-92C4-0003479E4848}\InProcServer32,,,"nvnt4cpl.dll"
HKCR,CLSID\{6D0E6651-1CD8-11d6-92C4-0003479E4848}\InProcServer32,ThreadingModel,,Apartment
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA NT4 Multimon CPL",,,"{6D0E6651-1CD8-11d6-92C4-0003479E4848}"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{6D0E6651-1CD8-11d6-92C4-0003479E4848},,"NVIDIA NT4 Multimon Control Panel Extension"
HKLM,"Software\NVIDIA Corporation\Global\Display",CplEnableW2k,%REG_DWORD%, 1

[TestAnalogLoadAlways_AddReg]
HKR,, TestAnalogLoadAlways, %REG_DWORD%, 1

[Default16BPP_AddReg]
HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,16

[Default32BPP_AddReg]
HKR,, "DefaultSettings.BitsPerPel",%REG_DWORD%,32

[DOEB_AddReg]
HKR,, EdgeBlendingData, %REG_BINARY%, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableDesktopOverlapPage,%REG_DWORD%,1

[nv4_icdSoftwareSettings]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Version, %REG_DWORD%, 00000002
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",DriverVersion, %REG_DWORD%, 0x00010000
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Dll, %REG_SZ%, nvoglnt
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Flags, %REG_DWORD%, 00000001
HKLM,"Software\NVIDIA Corporation\Global\OpenGL",AppBugWorkarounds,%REG_SZ%,"MOHAA*ExtensionStringBufferOverflow=4520;x29*ExtensionStringBufferOverflow=1
moh_breakthrough*ExtensionStringBufferOverflow=4520;moh_breakthrough_demo*Extens
onStringBufferOverflow=4520;moh_spearhead*ExtensionStringBufferOverflow=4520;moh
spearhead_demo*ExtensionStringBufferOverflow=4520;"

[nv_ControlPanelSettings]
HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516},,,"NVIDIA CPL Extension"
HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,,,"%11%\nvcpl.dll"
HKCR,CLSID\{FFB699E0-306A-11d3-8BD1-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment
HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplExposeWin2kDualView,%REG_DWORD%,1
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NVIDIA CPL Extension",,,"{FFB699E0-306A-11d3-8BD1-00104B6F7516}"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,NvCplDaemon,,"RUNDLL32.EXE %11%\NvCpl.dll,NvStartup"
HKLM,Software\NVIDIA Corporation\Global\nView,"InitProfile",,"generic.tvp"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"nwiz",,"nwiz.exe /install"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvRegisterNVCpl,,"RUNDLL32.EXE %11%\NVCPL.DLL,DllRegisterServer"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvRegisterMCTray,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvMCRegisterApp %11%\NvCpl.dll"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,NvRegisterDMCPL,,"RUNDLL32.EXE %11%\NVWDMCPL.DLL,DllRegisterServer"
HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplTvLocaleAutoDetect,%REG_DWORD%,1
HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplAllowForceTVDetection,%REG_DWORD%,1
HKCU,Software\Microsoft\Windows\CurrentVersion\Run,NvMediaCenter,,"RUNDLL32.EXE %11%\NVMCTRAY.DLL,NvTaskbarInit"
HKLM,"Software\NVIDIA Corporation\Global\NVTweak\State",GlobalStartupDefaults,%REG_DWORD%,1

[nv_ClearRegistrySwitches]
; snipped

[Strings]
; Non-Localizable Strings
REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
REG_SZ_APPEND  = 0x00010008

; Localizable Strings
NVIDIA                 = "NVIDIA"
NVIDIA.NV11M.DEV_0112.1 = "NVIDIA GeForce2 Go"
NVIDIA_Win2KDualView   = "NVIDIA Dualview"
NVIDIA_MultiView       = "NVIDIA Multiview"
DiskID1 = "NVIDIA Windows 2000/XP Driver Library Installation Disk 1"
DiskID2 = "NVIDIA Windows 2000/XP Driver Library Installation Disk 2"
DiskID3 = "NVIDIA Windows 2000/XP Driver Library Installation Disk 3"
DiskID4 = "NVIDIA Windows 2000/XP Driver Library Installation Disk 4"
DiskID5 = "NVIDIA Windows 2000/XP Driver Library Installation Disk 5"
NVSVC.name = "NVIDIA Display Driver Service"
NVSVC.desc = "Provides system and desktop level support to the NVIDIA display driver"
NVUninstall.desc = "NVIDIA Display Driver"

--

Snipped unneeded areas to shorten the post.

Edited by Teraphy
Link to comment
Share on other sites

That is a well done file. I don't see any errors. I am confused on the fact you got it running without a SoftEDID and Mobile key for the 53.03 set.

These are the Compal Toshiba keys (for the latest driver version I could find). This first set doesn't have much to do with the driver/screen details itself.

HKR,, VPEEnable,                   %REG_DWORD%,    0
HKR,, OverrideSBIOSDevs,           %REG_DWORD%,    1
HKR,, PanScanSelection,            %REG_DWORD%,    1
HKR,, DisableTVClockInversion,     %REG_DWORD%,    1
HKR,, UseBestResolution,           %REG_DWORD%,    2
HKR,, RMMaintainDevs,              %REG_DWORD%,    1
HKR,, EnumerateTVAsACPIDevice,     %REG_DWORD%,    1
HKR,, PruningMode,                 %REG_DWORD%,    0
HKR,, NV11MLFNT,                   %REG_DWORD%,    1
HKR,, RMMaintainTVStandard,        %REG_DWORD%,    1
HKR,, PowerSaverHsyncOn,           %REG_DWORD%,    1
HKR,, RmMaintainScaling,           %REG_DWORD%,    1
HKR,, DevSwitchSuppressMask,       %REG_DWORD%,    1
HKR,, MapOSD3ToNV,                 %REG_DWORD%,    3
HKR,, "TV Out",                    %REG_DWORD%,    2
HKR,, OverlayMode3,                %REG_BINARY%,   01,00,00,00
HKR,, ModesetBlankDelay,           %REG_DWORD%,    1
HKR,, RotateFlag,                  %REG_DWORD%,    0
HKLM,"Software\NVIDIA Corporation\Global\NVTweak\OemConfigurations",ControlsOverride,%REG_DWORD%,0x1CA
HKR,, "DefaultSettings.XResolution", %REG_DWORD%, 1024
HKR,, "DefaultSettings.YResolution", %REG_DWORD%, 768
HKR,, "DefaultSettings.BitsPerPel",  %REG_DWORD%, 32
HKR,, "DefaultSettings.VRefresh",    %REG_DWORD%, 60

And finally, the Panel keys are rarely used which just labels your display as such:

[Panel0_AddReg]
HKR,, Panel00,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel01,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel02,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel03,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel04,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel05,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel06,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel07,                     %REG_MULTI_SZ%, "Toshiba SXGA+"
HKR,, Panel08,                     %REG_MULTI_SZ%, "Toshiba SXGA+"
HKR,, Panel09,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel0A,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel0B,                     %REG_MULTI_SZ%, "Toshiba SXGA+"
HKR,, Panel0C,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel0D,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel0E,                     %REG_MULTI_SZ%, "Toshiba XGA"
HKR,, Panel0F,                     %REG_MULTI_SZ%, "Toshiba XGA"

I have never heard of any driver conflicts in a while. Can you determine what the conflict is for? IRQ issues? Did the drivers install properly -- viewing the NVIDIA control panel and scrolling down the driver version listing is helpful to determine a decent install.

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...