Problem with HZ after OS change.

Discussion in 'Operating Systems' started by Detrol, Sep 18, 2009.

  1. Detrol

    Detrol Guest

    Messages:
    176
    Likes Received:
    0
    GPU:
    Sapphire X1950XT
    Hey, so ive got a serious problem right now.
    The case is, on XP im able to have above 100hz no problem using 640x480 with my 19" monitor. But since i moved to win7 im unable to have more than 85hz in any resolution.
    Also worth mentioning, on XP i was able to use drivers for my "TAXAN Ergovision 980 TCO99", since it was x86, but now since im using x64, they do not work.

    Ive also tried overriding the 85hz in the monitor properties and ive also tried "Refresh Lock" with no success.

    I hope anyone have a solution out there, would be great!
    Largest problem is that im a serious CS player, so 85 and 100fps makes all the difference in the world.

    Thanks in advance!
     
  2. Cybermancer

    Cybermancer Don Quixote

    Messages:
    13,795
    Likes Received:
    0
    GPU:
    BFG GTX260OC (192 SP)
    I'm not sure if it's possible in the ATI CCC, but in the Nvidia Control Panel you can create a "custom resolution" including a Hz setting. Have you already tried that?
     
  3. Detrol

    Detrol Guest

    Messages:
    176
    Likes Received:
    0
    GPU:
    Sapphire X1950XT
    Yeah ive tried that aswell, though i have read up some, and it appears to be a common problem with nvidia users for Win7, and last known drivers to work without this lock is the 182.50, though im unable to install those.

    Another solution ive read about is messing around with EDID, though that field is way over my league, but im desperate so willing to try anything.
    Any more help or advise would be gold worth :) Thanks!
     
  4. Cybermancer

    Cybermancer Don Quixote

    Messages:
    13,795
    Likes Received:
    0
    GPU:
    BFG GTX260OC (192 SP)
    What card do you have? Nvidia or ATI? I thought you're referring to the Sapphire X1950XT in your profile?

    Just let me know and I can move your thread into the appropriate section.
     

  5. Detrol

    Detrol Guest

    Messages:
    176
    Likes Received:
    0
    GPU:
    Sapphire X1950XT
    Ahh yeah thats my old setup, havnt gotten around to changing.

    Though i solved my mystery now.
    What i did was looking over some other more modern drivers to see how they were set up, and all i had to do with my drivers from 2002 was to add NTamd64 at some places for windows to recognize them as x64 drivers.

    BUT since the Nvidia drivers are messed up lately, i must use Refresh Lock in order to set the specific refresh rate i want for each resolution.

    Thanks anyway! :)
     
  6. Cybermancer

    Cybermancer Don Quixote

    Messages:
    13,795
    Likes Received:
    0
    GPU:
    BFG GTX260OC (192 SP)
    Cool that you were able to figure it out yourself and posted the solution. :thumbup:
     
  7. Detrol

    Detrol Guest

    Messages:
    176
    Likes Received:
    0
    GPU:
    Sapphire X1950XT
    Ill post my .inf aswell in case someone else have a simular situation and wants to compare :).

    Code:
    ; 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ; 	^  [TAXAN5_02.INF]                  ^
    ; 	^	                           ^
    ; 	^  Version 5.02 February-18-2002    ^
    ; 	^  TAXAN (Europe) LTD.             ^
    ;       ^  Current + Old Models            ^
    ; 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
    
    [Version]
    signature="$CHICAGO$"
    Class=Monitor
    ClassGUID={4d36e96e-e325-11ce-bfc1-08002be10318}
    Provider=%Taxan%
    DriverVer=2009-09-18, 1.0.0.0
    ;---------------------------------------------------------------
    [ClassInstall32]
    AddReg=ClassAddReg32
    ;---------------------------------------------------------------
    [ClassAddReg32]
    HKR,,,,%MonitorClassName%
    HKR,,Icon,,"-1"
    HKR,,NoInstallClass,,1
    ;---------------------------------------------------------------
    [DestinationDirs]
    DefaultDestDir=23
    
    ;---------------------------------------------------------------
    [SourceDisksNames]
    1="Taxan Monitor Installation Disk",,1
    ;---------------------------------------------------------------
    [Manufacturer]
    %Taxan%=Taxan,NTx86,NTAMD64
    ;---------------------------------------------------------------
    [Taxan.NTamd64]
    %EV980%=EV980.Install.NTamd64, Monitor\TAX2649
    ;---------------------------------------------------------------
    [EV980.Install]
    DelReg=DEL_CURRENT_REG
    AddReg=EV980.AddReg, 1600, DPMS
    ;---------------------------------------------------------------
    [DEL_CURRENT_REG]
    HKR,MODES
    HKR,,MaxResolution
    HKR,,DPMS
    HKR,,ICMProfile
    ;---------------------------------------------------------------
    [640]
    HKR,,MaxResolution,,"640,480"
    [800]
    HKR,,MaxResolution,,"800,600"
    [1024]
    HKR,,MaxResolution,,"1024,768"
    [1280]
    HKR,,MaxResolution,,"1280,1024"
    [1600]
    HKR,,MaxResolution,,"1600,1200"
    [1920]
    HKR,,MaxResolution,,"1920,1440"
    ;---------------------------------------------------------------
    [DPMS]
    HKR,,DPMS,,1
    ;---------------------------------------------------------------
    [EV980.AddReg]
    HKR,"MODES\1600,1200",Mode1,,"30.0-107.0,50.0-180.0,+,+"
    HKR,,ICMProfile,1,9
    ;---------------------------------------------------------------
    [Strings]
    MonitorClassName="Monitor"
    Taxan="TAXAN (Europe) LTD."
    EV980="TAXAN Ergovision 980 TCO99"
     
  8. olinn

    olinn Member

    Messages:
    13
    Likes Received:
    0
    GPU:
    eVGA GTX 280 1GB
    I'm having the exact same problem!!

    I'm gonna try to edit my monitors drivers inf file similarly to yours, since w7 doesnt want to recognize it.

    I've made a custom driver with Rivatuner though, but It didnt change a bit :(
     
  9. ricardonuno1980

    ricardonuno1980 Banned

    Messages:
    4,407
    Likes Received:
    0
    GPU:
    GTX 780Ti Classified :D
    I have same problem. I have crt monitor 21" samsung syncmaster 1100DF running win7 x64 w/ geforce driver 191.07wqhl and 195.39beta. I don't get more than 85Hz yet despite add custom resolution! :(
     

Share This Page