• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

AMD Releases the Catalyst 13.10 Beta2 Driver

t_ski

Former Staff
Joined
Apr 11, 2006
Messages
11,960 (1.81/day)
System Name My i7 Beast
Processor Intel Core i7 6800K
Motherboard Asus X99-A II
Cooling Nickel-plated EK Supremacy EVO, D5 with XSPC Bayres & BIX Quad Radiator
Memory 4 x 8GB EVGA SuperSC DDR4-3200
Video Card(s) EVGA 1080 SuperClocked
Storage Samsung 950 Pro 256GB m.2 SSD + 480GB Sandisk storage SSD
Display(s) Three Asus 24" VW246H LCD's
Case Silverstone TJ07
Audio Device(s) Onboard
Power Supply Corsair AX1200
Keyboard Corsair K95
Software Windows 10 x64 Pro
I'm not exactly sure what you meant there, but the latest drivers still only support frame pacing on a single monitor with resolution maximum 2560x1600 and only in DX10/DX11.

I misread that. The 13.8 beta2 has Crossfire, but only single display, same as these.
 
Joined
Feb 9, 2009
Messages
1,618 (0.29/day)
so uh, you all can try hex editing the .blb file (CAP profile) of this driver & going to 0x19130 and 0x19b88 locations

alternatively i'll spoil the excitement
Code:
<application Title="Grand Theft Auto V" File="GTA5.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>

what's this mean? well halo 3 still isnt out after all these months since i spotted it back in march so....

was ducktales ever announced for pc?
Code:
<application Title="Ducktales Remastered" File="ducktales.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>

also didnt expect so many 64bit games
Code:
<application Title="Assassin's Creed 4" File="AC4BFSP.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Assassin's Creed 4 MP" File="AC4BFMP.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Batman: Arkham Origins" File="BatmanOrigins.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Call of Duty: Ghosts" File="iw6sp64_ship.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Planetary Annhilation (32bit)" File="PA.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Planetary Annhilation (64bit)" File="PA32.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Need for Speed sequel" File="Race.Main_Win64_Release.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Watch Dogs Demo" File="DuniaDemoLaunch_PC_r64.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Watch Dogs" File="Watch_Dogs.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
<application Title="Wolfenstein: The New Order" File="WolfNewOrder_x64.exe">
	<use Area="PXDynamic">HighPerfGPUAffinity</use>
</application>
 
Top