Windows ME on Acer Aspire 5502WXMi (ATI Mobility Radeon X700 problem)

Discussion in 'Videocards - AMD Radeon Drivers Section' started by pkkilleru, Aug 4, 2014.

  1. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Hello everyone,

    This is my first post on this forum, even though I have been around here for a while, I want to share my problem in hope that somebody can help me sort it out.

    I have a 14.1 inch WXGA Acer Aspire 5502WXMi laptop with the following main specs:

    CPU: Mobile Intel Pentium M 760 2.0 GHz
    MB: Intel Alviso 915PM + 82801FBM ICH6-M
    GPU: ATI Mobility Radeon X700 (M26) 256 MB PCI-E
    RAM: 2x512 MB DDR2
    HDD: 80 GB IDE

    I built this laptop because I wanted the smallest possible laptop that supports Windows 98/ME natively and has a discrete video card, there are some old games that i really love and i thought it would be neat to play them again.

    Initially i wanted to build this laptop with an nVIDIA GeForce Go 6600 from a Toshiba M65, physically the video card is compatible, but since the Acer Insyde BIOS supports only ATI cards, it did not agree with it and did not POST, so I had to go with the ATI Mobility Radeon X700, even though it's performance is lower and it seems to be the party breaker.

    I installed Windows ME on it and it went through without any major problems apart from a hardware conflict (Motherboard Resources) probably from ACPI, which doesn't bother me.
    I have all the drivers working except the one for the video card, which is making me pull my hair in frustration.

    I downloaded the ATI Catalyst 6-2_wme_dd_cp_30314.exe and I edited the inf to support my video card hardware ID, amazingly the card installs just fine, Direct 3D acceleration works flawlessly but right after the driver installs and the laptop reboots, the screen looks unintelligible and displays artifacts as if the resolution is not supported, and so i plugged in an external monitor to change the resolution. The external monitor works just fine but the laptop LCD it's as if the video card does not recognize it, even if i edit the driver inf and input the native 1280x800 resolution before i install it.

    At this point i'm out of ideas and i was hoping that somebody here can help me mod this driver in such a way that it supports and detects my laptop LCD properly.

    Here is the modification i did to the driver inf, i removed the unnecessary lines that not represent my video card just to keep it simple but there are aspects of it that i do not understand, i highlighted the modifications i did in red:

    Code:
    ;-----------------------------------------------
    ; ATI Display Information file : atii9xag.inf
    ; Installation INF for the ATI display driver.
    ; Copyright© 1985-2004 ATI Technologies Inc.
    ; Windows 9x
    ; Base INF Last Updated on 2005/07/29
    
    [version]
    Class=DISPLAY
    signature="$Windows 95$"
    Provider=%Mfg%
    DriverVer=01/24/2006, 4.15.1.9165
    
    [SourceDisksNames]
    1="ATI Installation CD ROM",,1,.\B_30408
    
    [SourceDisksFiles]
    ati2cqag.dll=1
    ati2drag.drv=1
    ati2edxx.dll=1
    ati2evxx.dll=1
    ati2evxx.exe=1
    ati2i9ag.dll=1
    ati2vxag.vxd=1
    ati3d1ag.dll=1
    ati3d2ag.dll=1
    ati3duag.dll=1
    atiddc.dll=1
    atiicdxx.dll=1
    atiicdxx.sys=1
    atiicdxx.vxd=1
    atiiiexx.dll=1
    atiiisxx.exe=1
    atio9xxx.dll=1
    atipdlxx.dll=1
    atitvo32.dll=1
    ativ16xx.dll=1
    ativifxx.dll=1
    ativvaxx.dll=1
    ativvxxx.vxd=1
    atricdxx.enu=1
    oemdspif.dll=1
    
    [Manufacturer]
    "%Mfg%"=Mfg
    ;-----------------
    ; Driver sections
    
    [Mfg]
    [COLOR="red"]"ATI MOBILITY RADEON X700" = M26_ENU, PCI\VEN_1002&DEV_5653&SUBSYS_00811025[/COLOR]
    
    [M[COLOR="red"]26[/COLOR]_ENU]
    Include=msdv.inf
    CopyFiles=R6_Copy, INFFiles, INFOther, SysFiles, IniFiles
    DelFiles=MACXW4_DelFiles
    DelReg=MACXW4_DelReg
    AddReg=R6_Common_AddReg, R6_Desktop_AddReg, DriverInfoAddReg, M[COLOR="red"]26[/COLOR]_AddReg, R6_MobileSoftwareSettings
    UpdateInis=R6_UpdateInis, DVCR.UpdateIni
    UninstallFiles=UninstHlp
    CleanFiles=R6_Copy, INFFiles, INFOther
    UninstallReg=R6_Desktop_AddReg, R6_Common_AddReg
    CleanReg=R6_Common_AddReg, DriverInfoAddReg, M[COLOR="red"]26[/COLOR]_AddReg, R6_MobileSoftwareSettings
    UninstallUpdateInis=R6_UpdateInis
    
    [MACXW4_DelReg]
    HKR,,DevLoader
    HKR,,Ver
    HKR,DEFAULT
    HKR,MODES
    HKR,CURRENT
    HKLM,"System\CurrentControlSet\Services\Class\DISPLAY\ATI\00\TVOut"
    HKLM,"System\CurrentControlSet\Services\Class\DISPLAY\ATI\00\Modes\TVOut"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\DriverPages"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\ATIPages"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\ATIPagesX"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\ATIPagesEx"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Desktop\shellex\PropertySheetHandlers\ATIPages"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Desktop\shellex\PropertySheetHandlers\ATIPagesX"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Desktop\shellex\PropertySheetHandlers\ATIPagesEx"
    HKLM,"SOFTWARE\ATI Technologies\Driver\OpenGL"
    HKLM,"Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ATI ICD Settings"
    HKR,"shellex\PropertySheetHandlers\ATIPagesX"
    HKR,"shellex\PropertySheetHandlers\ATIPagesX2"
    HKR,"shellex\PropertySheetHandlers\ATIPagesEx"
    HKLM,"Software\ATI Technologies\Driver","TV"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Mach64 Display Driver"
    HKLM,"SOFTWARE\ATI Technologies\Driver\ati3drag"
    HKLM,"Software\ATI Technologies\Driver","LCD",1,0
    HKLM,"Software\ATI Technologies\Desktop\Icon"
    HKR,INFO
    HKR,Desktop
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Run\Atitask"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","ATIGART"
    HKR,"INFO\INFO\DAL",DFPRULE_HotplugSupported
    HKR,"INFO\INFO\DAL",ATIPoll
    HKR,"INFO\INFO\DAL",ExtEvent_EnablePolling
    HKR,"INFO\INFO\DAL",ExtEvent_BroadcastDispChange
    HKR,"INFO\INFO\DAL",ExtEvent_UpdateAdapterInfoOnHK
    HKR,"INFO\INFO\DAL",ExtEvent_DriverMessageSupport
    HKR,"INFO\INFO\DAL",ExtEvent_EnableHotPlug
    HKR,"INFO\INFO\DAL",ExtEvent_EnableMouseRotation
    HKR,"INFO\INFO\DAL",ExtEvent_EnablePowerPlay
    HKR,"INFO\INFO\DAL",ExtEvent_EnableChgLCDResOnHotKey
    HKR,"INFO\INFO\DAL",ExtEvent_LCDSetMaxResOnDockChg
    HKR,"Desktop",NoAtipta
    HKR,"INFO\INFO\VxD",ActiveBusCaps
    HKR,"INFO\INFO\VxD",RequestedBusCaps
    HKR,"INFO\INFO\VxD",TestedBusCaps
    HKR,"INFO\INFO\DAL",DALPowerPlayOptions
    HKR,"INFO\INFO\DAL",DALRULE_NOCRTANDDFPONSAMECONTROLLER
    HKR,"INFO\INFO\DAL",DALRULE_NOCRTANDLCDONSAMECONTROLLER
    HKR,"INFO\INFO\DAL",GCORULE_DISABLETMDSREDUCEDBLANKING
    HKR,"INFO\INFO\DAL",GCORULE_IntTMDSReduceBlankTiming
    HKR,"INFO\INFO\2D",MemInitLatencyTimer
    HKR,"INFO\INFO\2D",DynamicClockBypass
    HKR,"INFO\INFO\DAL",GCORULE_R200TVPLLWA
    HKR,"INFO\INFO\DAL",TVR200Flag
    HKR,"INFO\INFO\DAL",GCORULE_DisableHotKeyIfOverlayAllocated
    HKR,"INFO\INFO\VXD",MemInitLatencyTimer
    HKR,"INFO\INFO\DAL",DALRULE_MOBILEFEATURES
    HKR,"INFO\INFO\DAL",DALM[COLOR="red"]26[/COLOR]TMDSiReducedBlanking
    HKR,"INFO\INFO\DAL",DALM[COLOR="red"]26[/COLOR]TMDSiCoherentMode
    HKR,"INFO\INFO\VxD", OptimalNB
    HKR,"INFO\INFO\VxD", OptimalPamac0
    HKR,"INFO\INFO\VxD", OptimalPamac1
    HKR,"INFO\INFO\DAL",DAL2ndDisplayDefaultMode
    HKR,"INFO\INFO\VXD",DisableRptrWriteBack
    HKR,"INFO\INFO\DAL",GCORULE_MemoryClockGraduallyChange
    HKR,"INFO\INFO\VXD",DisableAGPWrite
    HKR,"INFO\INFO\VxD",DisableExtendDesktop
    HKLM,"Software\ATI Technologies\Multimedia\Features\DVD"
    HKR,"INFO\INFO\2D",CmdThrottle
    HKR,"INFO\INFO\VxD",MobilePlatform
    HKR,"Desktop\UIO\Color",DefaultGammaDesktop
    HKR,"INFO\INFO\DAL",ExtEvent_EnableFjsuMouseOrientation
    HKR,"INFO\INFO\DAL",GCORULE_DisableHotKeyIfOverlayAllocated
    HKR,"INFO\INFO\DAL",GCORULE_TMDSiCoherentMode
    HKR,"INFO\INFO\DAL",GCOHOOK_TMDSiCoherentMode
    HKR,"INFO\INFO\DAL",DALRULE_USECMOSDISPLAYSETTINGS
    HKR,"INFO\INFO\DAL",DALRULE_OTHEREXPANSIONMODEDEFAULT
    HKR,"INFO\INFO\VxD",DisableD1D2Support
    HKR,"INFO\INFO\DAL",DALRULE_WADSUPPORT
    HKR,"INFO\INFO\DAL",GCORULE_WADSUPPORT
    HKR,"INFO\INFO\DAL",DALRULE_ALLOWNONDDCCRTALLMODESUPTO1024x768
    HKR,"INFO\INFO\DAL",GCORule_ForceSingleController
    HKR,"INFO\INFO\DAL",DALRULE_DISABLEDISPLAYSWITCHINGIFOVERLAYALLOCATED
    HKLM,"Software\ATI Technologies\WDMCapture",Keep704AspectRatio
    HKR,"INFO\INFO\DAL",DALRULE_DONOTTURNONTVBYDEFAULT
    HKR,"INFO\INFO\DAL",TVLumaFlicker
    HKR,"INFO\INFO\DAL",TVDotCrawl
    HKR,"INFO\INFO\DAL",TVCompositeFilter
    HKR,"INFO\INFO\DAL",DALRULE_SETNONDDCCRTPREFERREDMODE800x600
    HKR,"INFO\INFO\DAL",DALRULE_DISABLEPOWERPLAYMESSAGES
    HKR,"INFO\INFO\DAL",GCORULE_PPForceBlankDisplays
    HKR,"INFO\INFO\DAL",DALOverdrive
    HKR,"INFO\INFO\DAL",DALRULE_DISABLEOVERDRIVE
    HKR,"INFO\INFO\DAL",ExtEvent_OverDriveSupport
    HKR,"INFO\INFO\DAL",DALRULE_GETDEFAULTTVFORMATATBOOT
    HKR,"INFO\INFO\DAL",DALRULE_USEENABLEDATBOOTSCHEME
    HKR,"INFO\INFO\DAL",DALRULE_UNRESTRICTSXGAPCRTONOWNCRTC
    HKR,"INFO\INFO\DAL",DAL_CRTRestrictedModesBCD
    HKR,"INFO\INFO\DAL",GCOOPTION_RemoveOverscanBorder
    HKR,"INFO\INFO\DAL",DALRULE_USERESTRICTEDNATIVETIMING
    HKR,"INFO\INFO\DAL",DFPOption_MaxFreq
    HKR,"INFO\INFO\DAL",DALRestrictedModesCRTC2BCD1
    HKR,, GCORULE_ModeBWException
    HKLM,"Software\ATI Technologies\DirectX VA",DXVA_HWSP_1CRTC
    HKR,"INFO\INFO\VXD",DisableAGPFW
    HKR,"INFO\INFO\atidxhal",UseBT601CSC
    HKR,"INFO\INFO\DAL",DALRULE_SETCRTANDDFPTYPESONPRIMARYCONTROLLER
    HKR,"INFO\INFO\DAL",DAL2ndDrvMin1stMode
    HKR,"INFO\INFO\DAL",GCORULE_CloneModeBWException
    HKR,"INFO\INFO\DAL",GCORULE_ExtModeBWException
    HKR,"INFO\INFO\DAL",DALRULE_NOTVANDDVIACTIVESIMULTANEOUSLY
    HKR,"INFO\INFO\DAL",DFPOption_SingleLink
    HKR,"INFO\INFO\DAL",DFPXOption_SingleLink
    ;-----------------------
    ; Model AddReg sections
    
    [R6_Common_AddReg]
    HKR,DEFAULT,drv,,"ATI2DRAG.DRV"
    HKR,DEFAULT,drv2,,"ATI2DRAG.DRV"
    HKR,DEFAULT,vdd,,"*vdd,*vflatd"
    HKR,DEFAULT,minivdd,,"ATI2VXAG.VXD"
    HKR,DEFAULT,minivdd2,,"ATI2VXAG.VXD"
    HKR,DEFAULT,DDC,,"1"
    HKR,"INFO\INFO",INIT,1,1
    HKR,"INFO\INFO\DVD",Path,,"DVD"
    HKR,"INFO\INFO\DVD",5,,"Atimiaag.dll"
    HKR,"INFO\INFO\DAL",Path,,"%a%sDAL"
    HKR,"INFO\INFO\OpenGL",Path,,"%a%sOpenGL"
    ;HKR,"INFO\INFO\DAL",IDCRegOptionRestrictDisplayEnable,0x10001,0
    HKLM,"Software\ATI Technologies\Multimedia\Features\DVD","Adaptive De-interlacing",,"1"
    HKLM,"Software\ATI Technologies\Multimedia\Features\DVD","VPE Adaptive De-interlacing",,"1"
    HKR,"INFO\INFO\VxD",Path,,"%a%sVxD"
    HKR,"INFO\INFO\2D",Path,,"%a"
    HKR,"INFO\INFO\2D",VRAMHeap,0x10001,0
    HKR,"INFO\INFO\2D",LPOSH,1,01,00,00,00
    HKR,"INFO\INFO\atidxhal",Path,,"%a%satidxhal"
    HKR,"MMLib",,,
    HKR,"MMLib",MMLibDuringInstall,1,01,00,00,00
    HKCR,"CLSID\{EBB5845F-CA80-11CF-BD3C-008029E89281}\InProcServer32",ThreadingModel,,"Both"
    HKLM,"Software\CurrentControlSet\Services\Class\vpm",,,"ativpm32.dll"
    HKR,,ReleaseVersion,,"8.03.98.5-060124a-030314E-ATI"
    HKLM,"Software\ATI Technologies\CBT",ReleaseVersion,,"8.03.98.5-060124a-030314E-ATI"
    HKR,, BuildNumber,,"30314"
    HKR,,Ver,,"4.00"
    HKR,,DevLoader,,"*vdd"
    HKLM,"Software\ATI Technologies\Driver",BMDefault,,"0"
    HKLM,"Software\ATI Technologies\Driver",MPP,,"1"
    ;HKLM,"Software\ATI Technologies\Driver",PMBIOS,,"0"
    HKR,"INFO\INFO\DAL",GCOOPTION_DisableGPIOPowerSaveMode,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALGameGammaScale,1,64,64,64,00
    HKR,"ATI WDM Configurations","PnP ID Version",,"32"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\ATIPagesEx",,,"{700B1221-CAFF-11d1-B9DE-000000001B1B}"
    HKR,"INFO\INFO\DAL",UseNewOGLRegPath,1,01,00,00,00
    HKR,"INFO\INFO\2D",D3D3DNameStr,,"ati3duag.dll"
    HKR,"INFO\INFO\OpenGL\Private",TMFOhS7vfIxcTeuRR79,0x10001,0
    HKR,DEFAULT,Mode,,"8,640,480"
    HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\OPenGLdrivers","atio9xxx",,"atio9xxx.dll"
    HKR,"INFO\INFO\DAL",DALRULE_DISABLEHTIME,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_GETVGAEXPANSIONATBOOT,1,00,00,00,00
    HKCR,"CLSID\{EBB5845F-CA80-11CF-BD3C-008029E89281}\InProcServer32",,,"ATITVO32.DLL"
    HKR,"INFO\INFO\DAL",ExtEvent_EnableHotPlug,1,01,00,00,00
    HKR,"INFO\INFO\VxD",HotPlugDisable,0x10001,0
    HKR,"INFO\INFO\DAL",ExtEvent_EnableMouseRotation,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_EnableAlpsMouseOrientation,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_DriverMessageSupport,1,01,00,00,00
    HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","ATIPOLL",,"ati2evxx.exe"
    HKR,"INFO\INFO\DAL",ExtEvent_SafeEscapeSupport,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DFPRULE_HotplugSupported,1,01,00,00,00
    HKR,"INFO\INFO\DAL",TVContrastDefaultNTSC,1,58,00,00,00
    HKR,"INFO\INFO\2D",DisableOvlTheaterMode,1,00,00,00,00
    HKR,"INFO\INFO\2D",OvlTheaterMode,1,00,00,00,00
    HKR,"INFO\INFO\atidxhal",UseVMRPitch,,"1"
    HKR,"INFO\INFO\VxD\MMLIB",DisableMMSnifferCode,0x10001,0
    HKR,DEFAULT,RefreshRate,,"-1"
    HKR,"INFO\INFO\DAL",DALRULE_NOTVANDCRTONSAMECONTROLLER,1,00,00,00,00
    HKR,, Catalyst_Version,,"06.2"
    HKR,"INFO\INFO\DAL",DALRULE_RESTRICTCRTANALOGDETECTIONONEDIDMISMATCH,1,00,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_ENABLETILEDMEMORYCALCULATION ,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_MACROVISIONINFOREPORT,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_BANDWIDTHMODEENUM,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_NOCRTANDLCDONSAMECONTROLLER,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_LCDSetNativeModeOnResume,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_LIMITTMDSMODES,1,00,00,00,00
    HKR,"INFO\INFO\DAL",TVForceDetection,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_ADAPTERBANDWIDTHMODEENUM,1,00,00,00,00
    HKR,"INFO\INFO\DAL",GCOOPTION_MinMemEff,1,00,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_IncreaseMinMemEff,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_DISABLECWDDEDETECTION,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_SELECTION_SCHEME,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_NOCRTANDDFPACTIVESIMULTANEOUSLY,1,00,00,00,00
    HKR,"INFO\INFO\DAL",TVEnableOverscan,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_NOFORCEBOOT,1,01,00,00,00
    
    [R6_MobileSoftwareSettings]
    
    [R6_DesktopSoftwareSettings]
    
    [M[COLOR="red"]26[/COLOR]_AddReg]
    HKR,"INFO\INFO\DAL",DALRULE_NOTVANDLCDONCRTC,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALOPTION_MinResBCD,1,00,00,00,00,00,00,00,60    
    HKR,"INFO\INFO\DAL",GCOOPTION_DigitalCrtInfo,1, A3,38,61,C1,A3,38,61,B1
    HKR,"INFO\INFO\VxD",PMBIOS,,"1"
    HKR,"INFO\INFO\VXD",MemInitLatencyTimer,0x10001,0xBF, 0x71, 0x57, 0x77
    HKR,"INFO\INFO\DAL",GCORULE_FlickerWA,1,01,00,00,00
    HKR,"MODES\8\640,480",,,"60,72,75,85,90,100,120,160,200"
    HKR,"MODES\8\800,480",,,"60"
    HKR,"MODES\8\800,600",,,"60,70,72,75,85,90,100,120,160,200"
    HKR,"MODES\8\848,480",,,"60,88"
    HKR,"MODES\8\1024,480",,,"60"
    HKR,"MODES\8\1024,600",,,"60"
    HKR,"MODES\8\1024,768",,,"60,70,72,75,85,90,100,120,150,160,200"
    HKR,"MODES\8\1152,864",,,"60,70,75,85,100"
    HKR,"MODES\8\1280,600",,,"60"
    HKR,"MODES\8\1280,[COLOR="red"]800[/COLOR]",,,"60"
    HKR,"MODES\8\1280,1024",,,"60,70,75,85,90,100,120,160"
    HKR,"MODES\8\1400,1050",,,"60"
    HKR,"MODES\8\1600,1200",,,"60,70,75,85"
    HKR,"MODES\8\2048,1536",,,"60,66,70,75"
    HKR,"MODES\16\640,480"
    HKR,"MODES\16\800,480"
    HKR,"MODES\16\800,600"
    HKR,"MODES\16\848,480"
    HKR,"MODES\16\1024,480"
    HKR,"MODES\16\1024,600"
    HKR,"MODES\16\1024,768"
    HKR,"MODES\16\1152,864"
    HKR,"MODES\16\1280,600"
    HKR,"MODES\16\1280,[COLOR="red"]800[/COLOR]"
    HKR,"MODES\16\1280,1024"
    HKR,"MODES\16\1400,1050"
    HKR,"MODES\16\1600,1200"
    HKR,"MODES\16\2048,1536"
    HKR,"MODES\32\640,480"
    HKR,"MODES\32\800,480"
    HKR,"MODES\32\800,600"
    HKR,"MODES\32\848,480"
    HKR,"MODES\32\1024,480"
    HKR,"MODES\32\1024,600"
    HKR,"MODES\32\1024,768"
    HKR,"MODES\32\1152,864"
    HKR,"MODES\32\1280,600"
    HKR,"MODES\32\1280,[COLOR="red"]800[/COLOR]"
    HKR,"MODES\32\1280,1024"
    HKR,"MODES\32\1400,1050"
    HKR,"MODES\32\1600,1200"
    HKR,"MODES\32\2048,1536"
    HKR,"INFO\INFO\DAL",DALNonStandardModesBCD1,1,08,00,04,80,00,00,00,60,10,24,04,80,00,00,00,60,10,24,06,00,00,00,00,60,12,80,06,00,00,00,00,60,12,80,0[COLOR="red"]8[/COLOR],[COLOR="red"]00[/COLOR],00,00,00,60,14,00,10,50,00,00,00,60,16,00,12,00,00,00,00,70
    HKR,"INFO\INFO\VxD",EnableDDC,0x10001,1
    HKR,"INFO\INFO\DAL",IDCRegOptionDontUseOSMonitorInfo,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_ENABLEDALRESUMESUPPORT,1,01,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_EnablePolling,1,01,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_BroadcastDispChange,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_EnablePowerPlay,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_POWERPLAYFORCEREFRESHSCREEN,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_UpdateAdapterInfoOnHK,1,00,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_DisableHotKeyIfDDExclusiveMode,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_LCDSetMaxResOnDockChg,1,00,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_DisableGPIOPowerSaveMode,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_NOCRTANDDFPONSAMECONTROLLER,1,01,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_IntTMDSReduceBlankTiming,1,01,00,00,00
    HKR,"INFO\INFO\DAL",TVDisableModes,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_LCDSHOWRESOLUTIONCHANGEMESSAGE,1,00,00,00,00
    HKR,"INFO\INFO\DAL",HDTVRULE_HDTVGDOENABLE,1, 01,00,00,00
    HKR,"INFO\INFO\DAL",HDTVRULE_HDTVSIGNALFORMAT,1, 01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_GETLCDFAKEEDID,1,00,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_ENABLERMXFILTER,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_RESTRICT2ACTIVEDISPLAYS,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_POWERPLAYOPTIONCOLORDEPTHREDUCTION,1,00,00,00,00
    HKR,"INFO\INFO\DAL",R6LCD_FOLLOWLIDSTATE,1,00,00,00,00
    HKR,"INFO\INFO\VxD",DisableBIOSIntEvent,0x10001,1
    HKR,"INFO\INFO\DAL",ExtEvent_BIOSEventByInterrupt,1,00,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_EnableChgLCDResOnHotKey,1,00,00,00,00
    HKR,"INFO\INFO\DAL",TVM6Flag,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_POWERPLAYOPTIONENABLEDBYDEFAULT,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_SETMODEAFTERPOWERSTATECHANGE,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_USEOLDPOWERPLAYINTERFACE,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_USEOLDPOWERPLAYPROPERTYPAGE,1,00,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_ENABLESHOWACSLIDER,1,01,00,00,00
    HKR,"INFO\INFO\DAL",DALRULE_ENABLESHOWDCLOWSLIDER,1,01,00,00,00
    HKR,"INFO\INFO\DAL",GCORULE_MemoryClockGraduallyChange,1,01,00,00,00
    HKR,"INFO\INFO\DAL",ExtEvent_OverDriveSupport,1,01,00,00,00
    HKR,"INFO\INFO\DAL",UseCentredCVTiming,1,01,00,00,00
    
    [R6_Desktop_AddReg]
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display Driver",UninstallString,,"rundll32 %11%\atiiiexx.dll,_InfEngUnInstallINFFile_RunDLL@16 -force_restart -flags:0x2010001 -inf_class:DISPLAY -clean"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display Driver", DisplayName,, "ATI Display Driver"
    HKLM,"SOFTWARE\ATI Technologies\Installed Drivers\ATI Display Driver"
    HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ATI Display Driver",DisplayVersion,,"8.03.98.5-060124a-030314E-ATI"
    
    [DriverInfoAddReg]
    ; This section is added to all INFs to add registry entries for Driver Info.
    HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Description,,%DriverDescription%
    HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,CurrentVer,,%DriverOEMVersion%
    HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Ver_%DriverOEMVersion%,,%DriverVersionID%
    HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,BaseDriverFileName,,%BaseDriverFileName%
    HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,BaseDriverFileVersion,,%BaseDriverFileVersion%
    
    [MACXW4_DelFiles]
    ati64hlp.stb,,,1
    ati64hl2.stb,,,1
    ativmdxx.sys,,,1
    
    [UninstHlp]
    Atfdftxx.hlp
    Attdftxx.hlp
    atpdftxx.hlp
    atvdftxx.hlp
    Atfenuxx.hlp
    Attenuxx.hlp
    atpenuxx.hlp
    atvenuxx.hlp
    Atfaraxx.hlp
    Attaraxx.hlp
    atparaxx.hlp
    atvaraxx.hlp
    Atfchsxx.hlp
    Attchsxx.hlp
    Atpchsxx.hlp
    Atvchsxx.hlp
    Atfchtxx.hlp
    Attchtxx.hlp
    Atpchtxx.hlp
    Atvchtxx.hlp
    Atfcsyxx.hlp
    Attcsyxx.hlp
    Atpcsyxx.hlp
    Atvcsyxx.hlp
    Atfdanxx.hlp
    Attdanxx.hlp
    Atpdanxx.hlp
    Atvdanxx.hlp
    Atfdeuxx.hlp
    Attdeuxx.hlp
    Atpdeuxx.hlp
    Atvdeuxx.hlp
    Atfellxx.hlp
    Attellxx.hlp
    Atpellxx.hlp
    Atvellxx.hlp
    Atfespxx.hlp
    Attespxx.hlp
    Atpespxx.hlp
    Atvespxx.hlp
    Atffinxx.hlp
    Attfinxx.hlp
    Atpfinxx.hlp
    Atvfinxx.hlp
    Atpfraxx.hlp
    Atvfraxx.hlp
    Atffraxx.hlp
    Attfraxx.hlp
    Atfhebxx.hlp
    Atthebxx.hlp
    Atphebxx.hlp
    Atvhebxx.hlp
    Atfhunxx.hlp
    Atthunxx.hlp
    Atphunxx.hlp
    Atvhunxx.hlp
    Atfitaxx.hlp
    Attitaxx.hlp
    Atpitaxx.hlp
    Atvitaxx.hlp
    Atfjpnxx.hlp
    Attjpnxx.hlp
    Atpjpnxx.hlp
    Atvjpnxx.hlp
    Atfkorxx.hlp
    Attkorxx.hlp
    Atpkorxx.hlp
    Atvkorxx.hlp
    Atfnldxx.hlp
    Attnldxx.hlp
    Atpnldxx.hlp
    Atvnldxx.hlp
    Atfnorxx.hlp
    Attnorxx.hlp
    Atpnorxx.hlp
    Atvnorxx.hlp
    Atfplkxx.hlp
    Attplkxx.hlp
    Atpplkxx.hlp
    Atvplkxx.hlp
    Atfptbxx.hlp
    Attptbxx.hlp
    Atpptbxx.hlp
    Atvptbxx.hlp
    Atfrusxx.hlp
    Attrusxx.hlp
    Atprusxx.hlp
    Atvrusxx.hlp
    Atfsvexx.hlp
    Attsvexx.hlp
    Atpsvexx.hlp
    Atvsvexx.hlp
    Atfthaxx.hlp
    Attthaxx.hlp
    Atpthaxx.hlp
    Atvthaxx.hlp
    Atftrkxx.hlp
    Atttrkxx.hlp
    Atptrkxx.hlp
    Atvtrkxx.hlp
    ATTJPNxx.hlp
    ATFJPNxx.hlp
    ATVJPNxx.hlp
    ATPJPNxx.hlp
    ;------------------------
    ; File Update References
    
    [DestinationDirs]
    DefaultDestDir=11 ; LDID_SYS
    INFFiles=17         ; windows\inf
    INFOther=17,OTHER ; windows\inf\other
    SysFiles=11
    IniFiles=10
    
    [INFFiles]
    
    [INFOther]
    
    [SysFiles]
    atiiisxx.exe
    atiiiexx.dll
    atiicdxx.dll
    atiicdxx.vxd
    atiicdxx.sys
    atricdxx.enu
    ;--------------------
    ; CopyFiles sections
    
    [R6_Copy]
    ATI2DRAG.DRV
    ATI2VXAG.VXD
    ati2cqag.DLL
    ATI2I9AG.DLL
    ATI3DUAG.DLL
    ATIV16XX.DLL
    ATIVIFXX.DLL
    ATIVVXXX.VXD
    ATIVVAXX.DLL
    ATI3D1AG.DLL
    ATI3D2AG.DLL
    ATIO9XXX.DLL
    ATIDDC.DLL
    atitvo32.dll
    Ati2evxx.exe
    Ati2evxx.dll
    atipdlxx.dll
    Oemdspif.dll
    ati2edxx.dll
    
    [IniFiles]
    ;--------------------
    ; System.ini Updates
    
    [R6_UpdateInis]
    ;----------------------
    ; User visible strings
    
    [Strings]
    ClassName="Display"
    Mfg="ATI Tech. - Enhanced"
    ATIM6="ATI Mobility Radeon"
    ; Driver Information Entries
    ; These items will be set by IHV...
    DriverMfgr="ATI Technologies Inc." ; IHV name
    DriverVersionID="7.xx" ; The IHV driver version
    BaseDriverFileName="Ati2drag.drv" ; Key file for version
    BaseDriverFileVersion="4.15.9163"          ; version of key file
    ; These items will be set by IHV and updated by OEM
    DriverOEM="ATI Technologies Inc." ; name of the OEM
    DriverFamily="Video" ; device family (NIC, Storage, Video...)
    DriverProduct="ATI Radeon" ; Specific Name of device (chipset, for example)
    DriverDescription="Graphics Driver" ; Description of device (product name, OS or system supported)
    DriverOEMVersion="Centralized Build"             ; OEM-specified version
    ;;
    DPSC="CLSID\{E62DCD80-C262-11d1-A419-006097923041}"
    DAOS="CLSID\{2EADFE65-C751-11D1-A636-0000E8DB1EA2}"
    ATPS="CLSID\{F2B8E361-D2E2-11D1-A41F-00609729B902}"
    TKML="CLSID\{EBB5845F-CA80-11CF-BD3C-008029E89281}\InProcServer32"
    TKM2="CLSID\{700B1221-CAFF-11d1-B9DE-000000001B1B}\InProcServer32"

    I hope somebody can help me, or else i will be forced to use this laptop with an external monitor, which denies the whole purpose of it being a laptop
    If you need further information, please ask and i shall answer you to the best of my knowledge.


    I installed Windows XP, and apart from the fact that the card is working flawlessly on it, there are 4 monitors being detected in device manage, one plug and play monitor and 3 default monitors. When i look in ATI Control Panel under Displays, indeed there are 4 monitors listed there (Monitor, TV, FPD and Panel which is the laptop panel). The laptop panel is the only one active and obviously the other three are not connected.

    Now, in WIndows ME, after installing the modded driver and ATI Control Panel, only two monitors show in device manager, the one installed with the standard VGA graphics adapter that installed with Windows ME and only one Default Monitor that was installed when the driver was installed. Also in Windows ME, if i open ATI Control Panel and go to Displays, only 3 devices show there (Monitor, TV and FPD), there is no Panel like in XP, my suspicion is that there is a registry problem which can be fixed by modding the INF of the Windows ME driver, but i can never be 100% sure.

    i tried catalyst 5.2, 5.9 and 6.2 (4.14.01.9150, 4.15.1.9163, 4.15.1.9165) each with a fresh install both windows 98 and windows ME with the same result, for some reason the laptop display is not being detected properly either by the inf/registry settings or by the driver itself. I will try to compare the inf for XP with the one for 98/ME but at a glance they look very dissimilar.... Strangely enough, there are a few early XP drivers such as 6.14.10.6422 that let me load the inf in the manual driver installation in windows ME (windows 98 gives me the incompatibility message) and actually go through with it, at least the driver says it's installing (the driver files copy) but when the system restarts all i get is 640x480x4bit, which means the driver files could not initialize obviously.......... Heck i even tried to replace a few files in the XP driver with the ones from 98/ME, and the behavior is the same as if i loaded the 98/ME drivers as explained before, which leads me to believe the fault lies in the driver files themselves, not in the inf, since i used the inf for XP. I really want to make this work... :bang::bolt:

    I am beginning more and more to believe it's the driver itself, not the inf or registry settings, i am suspecting these two files ati2drag.drv and ati2vxag.vxd, although they function properly as far as the video card goes, something determines the driver not to detect the laptop LCD panel properly.

    I need to find a solution, please help me :(

    Thank you in advance
     
    Last edited: Aug 4, 2014
  2. sapo_joe

    sapo_joe Master Guru

    Messages:
    564
    Likes Received:
    8
    GPU:
    Gainward RTX 2080
    Why bother with WinME? XP is better.... Or Windows 2000!
     
  3. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    I want a small 14.1 inch WXGA laptop that natively supports windows 98/ME and has a discrete video card to play some old games that i love, and of course for the epicness of it

    Initially i thought the nVidia Go 6600 will work in this laptop, but its BIOS betrayed me, so i am stuck with this ATI Mobility Radeon X700 and it's lack of compatible available drivers, i haven't planned on it....

    I want a dual boot windows ME and windows XP
     
    Last edited: Aug 4, 2014
  4. Fox2232

    Fox2232 Ancient Guru

    Messages:
    9,728
    Likes Received:
    2,188
    GPU:
    5700XT+AW@240Hz
    Back then I was using Omega drivers with my mobility x700, you can try these or from nGo ATi, but I think they were XP only.
     

  5. sapo_joe

    sapo_joe Master Guru

    Messages:
    564
    Likes Received:
    8
    GPU:
    Gainward RTX 2080
    I would advise using Win98SE rather than ME. ME is the "Vista of the 9x kernels"... Damn, even Vista is better after SP2. Pure CRAP imo.
     
  6. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Already tried the latest omega drivers 2.6.37 for windows 98/ME, they are based on catalyst 4.2 and they don't work at all, only from catalyst 5.2 and up can the driver work properly but it doesn't detect my laptop monitor, on the external monitor, it works great....

    The driver compatibility might have something to do with vxd and wdm, my video card might be wdm compatible only....
     
  7. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Well, frustration and desperation got me into flashing an acer bios from a very similar laptop, the acer travelmate 4150, it has absolutely the same specs except for the video card which is nvidia instead of ati. i guess you see where i'm going with this, i was hoping that by flashing the bios from the travelmate 4150 to the aspire 5500, it would support nvidia cards instead of ati cards, i was wrong, my laptop is now a paperweight, i am waiting on a USB floppy disk drive and some floppies to attempt a bios recovery........ oh well..... acer really makes it hard, don't they.....

    The platform of my acer aspire 5500 is called EFL50 and the one for the acer travelmate 4150 is called EDL00, clearly they both use an insyde bios and they have the same specs, i wish i knew how to copy the code of the vbios from the EDL00 to the EFL50 so that it would boot with the nvidia card that i have, then i could install it on windows 98/ME ....

    One thing is for sure, once i get the floppy disk drive and the floppies, i shall have a means to recover from a bad BIOS flash, and that's when the real experimenting will start until i shall have a breakthrough, if the ati drivers don't help me, i will get rid if the ati card all together. Shame on them for not supporting their products properly, and i'm not talking about windows 98/ME (may they rest in peace), i'm talking about a whole history of buggy drivers and lack of support. I mean look at nvidia, they always had new versions of drivers available, they would fix bugs instantly.

    But enough rambling, shame on you ATI !!!
     
    Last edited: Aug 5, 2014
  8. Tree Dude

    Tree Dude Master Guru

    Messages:
    532
    Likes Received:
    3
    GPU:
    Radeon R9 270X 2GB
    I would seriously consider 98SE if you have something that requires 9x and does not work on NT (I am curious what that could possibly be). There is nothing epic about running ME, it is just sad and depressing that MS made an OS so bad.

    At first glace they look the same, but their chipsets are different (915GM vs 915PM). Motherboards are generally not as forgiving as video cards when it comes to flashing BIOS from other manufactures/models. If you can recover I would not attempt it again.
     
  9. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    I had some trouble with Windows 98 compatibility, the installation hangs at the last 10 minutes, but eventually it goes through with a lot of waiting and restarts, maybe going into safe mode a few times, the Windows ME installation doesn't hang at all, then there is the native USB external media compatibility. I know Windows 98 is way better but for this laptop it's just a headache, eventually when all the problems with drivers and all would have been sorted out, i shall definitely consider it.
    As for 9x compatibility in NT, i'm sure most of the games/programs would work with a few exceptions (Pro Rally 2001, a game that i really miss), and when i said epicness i meant the whole project, but i admit, it's quite a headache lol.

    Travelmate 4150 has the same chipset 915PM if it has a discrete video card, which it does, if you look at the bios, and use buidrom.bat in a 32 bit environment, several 512 kb roms will be created among which there is one called 43M.ROM, which stands for the nvidia geforce go 6600 chipset (NV43M). By the same analogy, if you look at the aspire 5500 2.10 (the last msdos version i could find) bios and use the same buidrom.bat, several roms will be created among which there will be one called M26P.ROM, which stands for the ati mobility radeon X700 chipset (M26).

    The only difference of EDL00 compared to the EFL50 is the video platform and of course the checksum. I have looked into tools to help me unpack the roms but it seems they are old and proprietary, like some dell ones, so i hit another brick wall... i shall resort to hex editing and a lot more soft bricks ahead. I might have gotten myself into more than i bargained for, but it's the challenge (question) that drives us :p

    Oh by the way, when i flashed the EDL00 2.5 bios from the Travelmate 4150 to the Aspire 5500, the flashing process went through without problems, the flash utility detected everything as if the platform was EDL00.... But then, the black screen of death :puke2: ..... Bummer :(
     
    Last edited: Aug 5, 2014
  10. Tree Dude

    Tree Dude Master Guru

    Messages:
    532
    Likes Received:
    3
    GPU:
    Radeon R9 270X 2GB
    Most games have some kind of work around for XP. Here is one for Pro Rally 2001.

    http://www.zeus-software.com/forum/viewtopic.php?f=10&t=420&start=10

    I realize it is a project, but even when you get it up and running, it will STILL be a headache because it is ME. Long term support ended in 2006, so either way I hope this thing never touches the internet.
     

  11. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Don't worry, i'm not planning on using windows 98/ME except for old games and when i feel nostalgic, i realise the implications of internet connection on such an outdated OS.
     
  12. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Well, today the USB floppy disk finally came and i was able to use crisdisk (FN+Esc) to revive my acer aspire 5500. Since i had the mans to recover from a bad flash, i started experimenting again with the EDL00 (Acer TravelMate 4150) bios and still had no success. Finally after many tries and failures, video card swapping (ATI and Nvidia) frustration and some more time lost, i was just looking at the files that came with the TravelMate 4150 bios v2.50 and like i mentioned in a previous post, there is a file called buidrom.bat that uses the file flas***.exe to extract the bios rom and repack it in a few different files to match different platform configurations. As it turns out, for this particular bios version, the bat file created four rom files NV43.ROM, NV43DOCK.ROM, NV44MV.ROM and NV44MVDOCK.ROM, obviously each one matching the kind of laptop and vga card you have, geforce go 6600 no docking station or with docking station and geforce go 6200 no docking station or with docking station.

    Anyway, i said to myself, hey if the flash doesn't work with NV43.ROM, let me try the NV43DOCK.ROM, so that's what i did, loaded and renamed the NV43DOCK.ROM to BIOS.ROM to the floppy disk along with bflas***.bin as required by crisdisk, and initiated the rescue flashing process, waited for it to finish and shut down the platform, then to my surprise and disbelief, the platform booted, i looked next to it and there was the ATI x700 card sitting there disconnected, i cried out loud in joy YEAAAAAAAAHHHHHHHH, i did it! it works!, in your face Acer!

    Now i can finally have my windows 98/ME platform fully compatible with Nvidia drivers!!!!!!!!! Yupee, i'm a happy camper
     
  13. BenYeeHua

    BenYeeHua Ancient Guru

    Messages:
    1,515
    Likes Received:
    0
    GPU:
    Asus 650M D3
    Congratulation!
    Good to hear about your good news, OP. :)
     
  14. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    UGH! :( I thought i was out of the woods but it seems like bad luck follows me....

    Both Windows 98 and WIndows ME can't manage the new nVidia card well enough, either if i install them with ACPI on or off, there is a conflict (Code 12) where the video card cannot find enough free resources to run properly "This device cannot find any free Input/Output Range (I/O) resources to use (Code 12)".

    I tried to install Windows XP to see if the new EDL00 BIOS is the problem, but Windows XP runs just fine..........

    I tried to disable the COM and Infrared ports along with the LPT port in bios, i also disconnected the wlan and bluetooth modules, there is nothing else i can disable in the bios or remove from the system.......

    What is the solution??? :(
     
  15. Fender178

    Fender178 Ancient Guru

    Messages:
    3,767
    Likes Received:
    87
    GPU:
    GTX 1070 | GTX 1060
    I found a solution to part of your problem with Windows98. Is that you are using too much RAM for Windows 98 and ME for that matter. Technically Win 9x/ME supposedly supports 2gb but a bug in Windows 9x's memory management makes anything above 512mb makes Windows 9x/ME have problems.

    Here is more information about the bug.
    http://answers.google.com/answers/threadview?id=333688

    http://hardforum.com/showthread.php?t=1133805

    So your best bet is removing one of the 512mb memory modules and see if that helps you.
     
    Last edited: Aug 20, 2014

  16. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Thank you for your suggestion
    I removed one stick and i am running only on 512MB, i reinstalled windows 98 with and without ACPI, the Code 12 conflict is still there unfortunately :(
     
  17. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Interestingly enough, and i don't know what it means, in either windows 98 or windows ME, in device manager if i go to the video card resources it says "no conflicts", then if i go to computer in device manager and right click properties and then look for the listed resources that the video card is supposed to be taking, they are not listed there, all other devices that are taking up any resources are listed there except for the video card.

    If this is a bios issue, then why is it not happening in windows xp, why does the video card work just fine in windows xp? Could it be that the video bios cannot work correctly with windows 9x?

    I am so disappointed, i really wanted this system to work with windows 9x... :(
     
  18. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    i will study this code 12 issue as best i can and will try to find a solution to it, but if nothing works, i will attempt a hardware solution which has a pretty good chance of not working, i will buy a PLCC 32 pin socket for the SST 29VF040 eeprom chip and a SST 29VF080 eeprom to replace the old one, flash it with the current working bios and the attempt to flash it with the Toshiba M60/65 Phoenix bios, the hardware platform is the same, but he Toshiba bios is 1MB versus the Acer one which is 512KB, the Toshiba bios accommodates both ati and nvidia video bioses, hence the increased size.

    If i am successful (i strongly doubt it) then maybe the Phoenix bios has a better compatibility with windows 9x and managing memory ranges and other resources....

    Wish me luck lol
     
  19. BenYeeHua

    BenYeeHua Ancient Guru

    Messages:
    1,515
    Likes Received:
    0
    GPU:
    Asus 650M D3
  20. pkkilleru

    pkkilleru Member

    Messages:
    32
    Likes Received:
    0
    GPU:
    2 x Mob Radeon HD 4870
    Unfortunately this bios cannot be modified with the conventional available tools, it is a proprietary old insyde acer bios as you can see in the links below

    http://forums.mydigitallife.info/threads/2293-ACER-TRAVELMATE-4150-NOTEBOOK-Can-t-activate-Vista-SP1

    https://www.bios-mods.com/forum/Thread-Acer-TravelMate-4150
     

Share This Page