RADEON Adrenalin 2020 - v19.12.2

Discussion in 'Videocards - AMD Radeon Drivers Section' started by LocoDiceGR, Dec 10, 2019.

  1. spectatorx

    spectatorx Guest

    Messages:
    858
    Likes Received:
    169
    GPU:
    Radeon RX580 8GB
    It is windows installer related issue. Google for that error and you will see it is not related to amd driver. One of the most common errors.
     
  2. MiMiK

    MiMiK Guest

    Messages:
    218
    Likes Received:
    3
    GPU:
    nVidia 7600GT
    damn, looks like i dont get the BOOST setting. r9 390 here
     
  3. Undying

    Undying Ancient Guru

    Messages:
    25,343
    Likes Received:
    12,754
    GPU:
    XFX RX6800XT 16GB
    400 series and up. Good old hawaii isnt getting it.
     
    MiMiK likes this.
  4. Truder

    Truder Ancient Guru

    Messages:
    2,392
    Likes Received:
    1,426
    GPU:
    RX 6700XT Nitro+
    I don't get BOOST either but RIS is there at least so I'm content with that.
     

  5. Astyanax

    Astyanax Ancient Guru

    Messages:
    17,011
    Likes Received:
    7,353
    GPU:
    GTX 1080ti
    thats not nvidia, thats your ISP's CDN being a turtle.

    nothing can fix that.
     
  6. Eastcoasthandle

    Eastcoasthandle Guest

    Messages:
    3,365
    Likes Received:
    727
    GPU:
    Nitro 5700 XT
    Fan speed is way too low set to default. I had to go to manual during my gaming session and ramp up the fan speed. 1400 rpm is way to low. This was one problem I never had with the previous drivers. I could play at default and it would go no higher then 60 degrees.
     
  7. Agonist

    Agonist Ancient Guru

    Messages:
    4,284
    Likes Received:
    1,312
    GPU:
    XFX 7900xtx Black
    Awesome driver if you are not an eyefinity user.
    No longer can disable eyefinity to use desktop mode outside of games, no eyefinity option when launching a game.

    Guess Ill have to roll back. Otherwise, driver looks great and does work great. But eyefinity features keep disapearing and its pissing me off.
    Nvidia is garbage with multi monitor setups. You can not mix 21:9 and 16:9 monitors still.
     
  8. JonasBeckman

    JonasBeckman Ancient Guru

    Messages:
    17,564
    Likes Received:
    2,961
    GPU:
    XFX 7900XTX M'310
    Maybe it's tuned for the default cards, those kinda capped out at 40% so one of the main methods of improving GPU behavior was to set a curve that used a higher setting.
    Haven't done too much with these after figuring out where everything is but slowly learning, only minor issue is that the fan speed controls only seem to apply to 3D mode so setting a custom curve does nothing for when the GPU is idle.
    (Still not a issue for thermals but it does run a bit hotter and doesn't even register in Wattman only showing a zero though zero fan support itself is only fully supported on the stock models.)

    Funny how the 3D settings is divided now into some basic toggles and then the advanced stuff and also some funny presets that toggle a few of these basics, liking that RIS has a strength slider too. :)

    Oh and from trying to puzzle together what's new in the profile file.

    <area Name="DELAG" Privacy="Defined">
    <property Type="String">Dlg_LimitFPS</property> <- New
    <property Type="String">Dlg_PFEnable</property>
    <property Type="String">Dlg_BListed</property>
    </area>
    <area Name="RIS" Privacy="Defined"> <- New
    <property Type="String">Ris_BListed</property> <- New
    </area>
    <area Name="3D_User" Privacy="Defined">
    <property Type="Dword">IntegerScaling</property> <- These are new
    <property Type="String">Ris_PFEnable</property>
    <property Type="String">Ris_SHDegree</property>
    <property Type="String">Dlg_LimitFPS</property>
    ....


    So the anti lag option has a FPS limit something now it seems.
    Radeon Image Sharpening has a blacklist.
    And stuff for the new settings primarily Radeon Image Sharpening and the sharpen strength option plus one for the integer scaling support. (Needs GPU scaling to be enabled and then it can be enabled.)

    OpenGL gets this additional property for it's category.

    <area Name="OGL" Privacy="Defined">
    <property Type="Boolean">UniformShadow</property>

    And this for the display settings again for integer scaling support.

    <area Name="DAL" Privacy="ProfilesOnly">
    <property Type="Dword">IntegerScaling</property>


    Profile wise we have Boost and the RIS blacklist mainly.

    For the NINE supported games (Wasn't there eight supported titles initially? :p ) it looks like this.

    <profile Area="BOOST" Usage="ApexLegendsProfile" Notes="ApexLegends">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="OverwatchProfile" Notes="Overwatch">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="SOTTRProfile" Notes="Shadow of the Tomb Raider">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="PUBGProfile" Notes="PUBG">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="Borderlands3Profile" Notes="Borderlands3">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="Destiny2Profile" Notes="Destiny2">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="BattleFieldVProfile" Notes="BattleField5">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="GTA5Profile" Notes="GTA5">
    <value Property="Bst_WListed">1</value>

    </profile>
    <profile Area="BOOST" Usage="CoDWW2Profile" Notes="CoDWW2">
    <value Property="Bst_WListed">1</value>
    (So it's operating on a whitelist principle for now but well that's a given since only a few titles were supported initially, eight plus one to begin with. :D )


    For Counter Strike GO there's something like a threshold setting for Chill if enabled now.

    <profile Area="CHILL" Usage="CounterStrikeGlobalOffensiveProfile" Notes="CounterStrikeGlobalOffensive">
    <value Property="Chil_MinFRate">70</value>
    <value Property="Chil_MaxFRate">300</value>
    <value Property="Chil_LdSDThsh">60</value> <- This one
    <value Property="Chil_Level">536870912</value>
    </profile>


    Radeon Image Sharpening has a blacklist as mentioned and also a test profile for it.

    <profile Area="RIS" Usage="RISBlacklistProfile" Notes="The default profile for a blacklisted application.">
    <value Property="Ris_BListed">1</value>



    Profile wise D3D11 blobs were updated for.

    Witcher 3
    Sniper Elite 4
    PUBG
    Unigine Super Position
    Final Fantasy 15


    For OpenGL Catia gets a ton of stuff.

    <profile Area="OGL" Usage="CatiaProfile">
    <value Property="OpenGLCaps">0x00008014</value>
    <value Property="OpenGLCapsEx3">0x00041210</value> <-This cap value differs and all the underlying stuff is added.
    <value Property="UniformShadow">True</value>
    <value Property="lD4h2H">0xC8000023</value>
    <value Property="UIq32e">0x00020000</value>
    <value Property="ContextMain">0x00000002</value>
    <value Property="PEIgk43Ah67lw4j">0x00000002</value>
    <value Property="g9F53jK346fep2g">0x00180000</value>
    <value Property="Qkj53iOW4qwJ2iB">0x00000008</value>
    <value Property="ProfileName">ProfileCatia</value>
    <value Property="x5iukjhgKJHpcps">0x00000002</value>
    <value Property="a1Sd9R">0x00000400</value>
    </profile>
    <profile Area="OGL" Usage="CatiaBenchManagerProfile">
    <value Property="OpenGLCaps">0x00008014</value>
    <value Property="OpenGLCapsEx3">0x00041210</value>
    <value Property="UniformShadow">True</value> <- To here, making use of the uniform shadow property.
    <value Property="lD4h2H">0xC8000023</value>
    <value Property="UIq32e">0x00020000</value>
    <value Property="ContextMain">0x00000002</value>
    <value Property="PEIgk43Ah67lw4j">0x00000002</value>
    <value Property="g9F53jK346fep2g">0x00180000</value>
    <value Property="Qkj53iOW4qwJ2iB">0x00000008</value>
    <value Property="ProfileName">ProfileCatia</value>
    <value Property="x5iukjhgKJHpcps">0x00000002</value>
    <value Property="a1Sd9R">0x00000400</value> <- This value differs and the below property is added.
    <value Property="DDCaps">0x00000004</value>


    Said property seems to be for this?

    <profile Area="OGL" Usage="DispatchDrawNewHeuristic">
    <value Property="DDCaps">0x00000004</value>
    </profile>


    Settings for the integer scaling option are in here.

    <profile Area="DAL" Usage="IntegerScalingEnable">
    <value Property="IntegerScaling">0x00000001</value>
    </profile>
    <profile Area="DAL" Usage="IntegerScalingDisable">
    <value Property="IntegerScaling">0x00000002</value>
    </profile>


    And then following the boost stuff above the boost profile addition looks like this.

    <application Title="Destiny 2" File="destiny2.exe">
    <use Area="CFX">Destiny 2Profile</use>
    <use Area="BOOST">Destiny2Profile</use> <- This one.
    <use Area="PXDynamic">HighPerfGPUAffinity</use>


    Blacklisting of Radeon Image Sharpening here. Seems titles that manually added CAS are the target?

    Shadow of the Tomb Raider. It kinda looks like this.

    <application Title="Shadow of the Tomb Raider" File="SOTTR.exe">
    <use Area="BOOST">SOTTRProfile</use>
    <use Area="RIS">RISBlacklistProfile</use>

    And then a bunch of other stuff and then every other RIS blacklist profile all at once.

    <application Title="Blacklist Test App" File="RISBlockListTest.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Mortal Kombat 11" File="mk11_dx12.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Mortal Kombat 11" File="mk11.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="DWM" File="dwm.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="World War Z" File="wwzRetailEgs.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Rage 2" File="Rage2.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Ghost Recon Breakpoint" File="grb.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Star Control Benchmark" File="StarControlBenchmark_VULKAN.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Borderland 3" File="Borderlands3.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="NiShuiHan" File="GacRunnerNG.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="F1 2019 DX11" File="F1_2019.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="F1 2019 DX12" File="F1_2019_dx12.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Star Control Benchmark(DX11)" File="StarControlBenchmark_DX11.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>
    <application Title="Star Control Benchmark(DX12)" File="StarControlBenchmark_DX12.exe">
    <use Area="RIS">RISBlacklistProfile</use>
    </application>



    Mech Warriors 5 gets a profile for High Perf GPU, some profiles are switched around so it's a bit difficult to say what's outright new. :)
    Might be a new one for Need for Speed Heat.
    And something for Oak Game 64 which looks like a Unreal Engine 4 profile for something.
     
    Dekaohtoura and OnnA like this.
  9. Agonist

    Agonist Ancient Guru

    Messages:
    4,284
    Likes Received:
    1,312
    GPU:
    XFX 7900xtx Black
    And lets add now, Origin launcher now in a crash loop for me.
    First time in a long damn time I have ever had issues like this.
    Really pissed off about the lack of eyefinity options right now.
    Using eyefinity as a desktop setup outside of games is a pain in the ass.
     
  10. Fox2232

    Fox2232 Guest

    Messages:
    11,808
    Likes Received:
    3,371
    GPU:
    6900XT+AW@240Hz
    My comment was meant as feedback to increase functionality. I need no review of Boost since I had software from company that did develop it originally and which got bought by AMD.
     

  11. Stronhell90

    Stronhell90 Guest

    Messages:
    1
    Likes Received:
    0
    GPU:
    AMD R9 390X
    very sorry to have to sell r9 390x :(
     
  12. Undying

    Undying Ancient Guru

    Messages:
    25,343
    Likes Received:
    12,754
    GPU:
    XFX RX6800XT 16GB
    @JonasBeckman does this one have Detroit become human profile? Game is out this week.
     
  13. vazup

    vazup Guest

    Messages:
    333
    Likes Received:
    26
    GPU:
    r9 280X
    Is it me or they took out frame rate target control? Cant find it yet, please dont make me instal rivatuner just for that.
     
  14. Undying

    Undying Ancient Guru

    Messages:
    25,343
    Likes Received:
    12,754
    GPU:
    XFX RX6800XT 16GB
    Rtss was much better anyway with less input lag. Frtc is a part of chill now.
     
  15. cap5lock

    cap5lock Active Member

    Messages:
    70
    Likes Received:
    23
    GPU:
    RTX™ 4070 Ventus 2X
    Oh god, even old simple feature like half / double Vsync is not present in this update
     

  16. vazup

    vazup Guest

    Messages:
    333
    Likes Received:
    26
    GPU:
    r9 280X
    Thank you! Newer knew what chill was till now didnt have the need old adrenalin had a big slider that suited my needs.
     
  17. timiman

    timiman Guest

    Messages:
    42
    Likes Received:
    1
    GPU:
    2xR9-290 Asus DCU-II
    Where to start with these ones?
    a. by using the clean option while installing the drivers, the system hung up during the installation, rebooted itself and then after several tries managed to login into Windows (no software or hardware issues existed prior these drivers, also not using raid and/or M.2 )
    b. streaming tab is missing, although pressing the hotkey to start recording, pops up a message saying "desktop recording is disabled". Using a Radeon VII here, so the known issue mentioned about "Radeon R9 380 series and Radeon R9 285 series" seems to be valid for Radeon VII users too.

    All this seems to be a rushed driver delivery for catching up the 5500 series availability, leaving some major issues un-fixed.
    How did these drivers managed to pass the certification procedure (WHQL)?
     
  18. Montville

    Montville Guest

    Messages:
    317
    Likes Received:
    39
    GPU:
    Gigabyte RX 7900XT
    Tested this built - where is Wattman?(yes I installed) and the new UI is too cluttered for me - the old one was easier to navigate and cleaner.

    On the good side my games got better responsive
     
  19. Grimbarian

    Grimbarian Ancient Guru

    Messages:
    2,106
    Likes Received:
    616
    GPU:
    RTX 3070 Ti
    Edit: Sorry please delete!
     
  20. Grimbarian

    Grimbarian Ancient Guru

    Messages:
    2,106
    Likes Received:
    616
    GPU:
    RTX 3070 Ti
    Whoa this is fundamentally different, will take a while to get used to it!

    [​IMG]
     

Share This Page