Oct 15, 2015 Hi, No, I haven't. To be honest, I've been really busy with other things so I haven't had chance to play around too much. I know that Star Wars Battlefront wouldn't work under crossfire for me, but I figured that I could load the Battlefield 4 profile with it since they use the same game engine. AMD FirePro was AMD's brand of graphics cards intended for use in workstations and servers. FireGL and Radeon cards, some users soft-mod their Radeon cards by using third-party software or automated. 'AMD FirePro M5950 Specs'.
A compatible graphics processor (also called a graphics card, video card, or GPU) lets you experience better performance with Photoshop and use more of its features. Also, display problems, performance issues, errors, or crashes can occur if your computer’s graphics processor or its driver is incompatible with Photoshop.
Features that won't work without a GPU
If your graphics processor is unsupported or its driver is defective, the following Photoshop features won't work:
Features that require a GPU for acceleration
Note:
For help with common Photoshop graphics processor issues or error messages, see Graphics processor (GPU) troubleshooting.
Adobe has tested the laptop and desktop versions of the following graphics processor card series:
Caution:
Tested cards may not meet the minimum bar for use with all GPU features. In addition to basic functionality, some Photoshop features, especially those which use APIs like OpenCL, require greater bandwidth (cutoff of 1.2e+10), memory, or compute resources than other Photoshop features. These requirements can pose significant challenges when cards are placed in older machines, such as ones with low-powered motherboards or machines that make use of a single DIMM for their system memory, effectively halving the bandwidth between the system memory and the GPU memory.
Additionally, the relevant tests are performed when Photoshop starts up. On computers barely meeting the requirements, other running software may tip the balance from a card passing to failing. At times, OS updates, patches, and driver updates may cause issues with cards that were previously working fine.
We recommend you use the latest system and GPU hardware to make the most of GPU features in Photoshop.
Note:
Ensure that you have the latest driver for your specific graphic processor installed. Laptop and desktop versions of the graphics processor have slightly different names.
The list of graphics processor cards above is updated as newly released cards are tested. However, Adobe cannot test all cards in a timely manner. If your cards is not listed above, but meets the following requirements, you can assume that it works with the latest version of Photoshop:
The following card series are no longer being tested and are not officially supported in Photoshop:
Some GL functionality may be available for these cards, but newer features won't work.
Note:
For help with common Photoshop and graphics processor issues or error messages, see Graphics processor (GPU) troubleshooting.
Choose Edit > Preferences > Performance (Windows®) or Photoshop > Preferences > Performance (macOS).
In the Performance panel, make sure that Use Graphics Processor is selected in the Graphics Processor Settings section.
Click Advanced Settings and specify the following options:
Drawing Mode:
Use Graphics Processor to Accelerate Computation:Enable to improve the interactivity of Warp and Puppet Warp previews
Use OpenCL: Enable to accelerate the new Blur Gallery filters, Smart Sharpen, Select Focus Area, or Image Size with Preserve Details selected (Note: OpenCL is available only on newer graphics cards that support OpenCL v1.1 or later.)
Anti-alias Guides and Paths:Allows the graphics processor to smooth the edges of drawn guides and paths
30-bit Display (Windows® only):Allows Photoshop to display 30-bit data directly to screen on video cards that support it
Note:
30-bit display is not functioning correctly with current drivers. We are working to address this issue as soon as possible.
Note:
For help with common Photoshop and graphics processor issues or error messages, see Graphics processor (GPU) troubleshooting.
Photoshop currently doesn't take advantage of more than one graphics processor. Using two graphics cards does not enhance Photoshop's performance.
Multiple graphics cards with conflicting drivers can cause problems with graphics processor accelerated features in Photoshop.
For best results, connect two (or more) monitors into one graphics card.
If you have to use more than one graphics card, make sure that they are the same make and model. Otherwise, crashes and other problems can occur in Photoshop.
Note:
For help with common Photoshop and graphics processor issues or error messages, see Graphics processor (GPU) troubleshooting.
Running Photoshop under virtual machines (VMs) is not tested extensively nor officially supported because of known issues with features that rely on the graphics processor in VM environments.
Note:
For help with common Photoshop and graphics processor issues or error messages, see Graphics processor (GPU) troubleshooting.
Twitter™ and Facebook posts are not covered under the terms of Creative Commons.
Legal Notices Online Privacy Policy
Setup and Testing | Error Messages |
Environment |
This section is concerned with the way that OpenCLLink is set up and configured for your machine. It will also help to track down and correct problems.
OpenCLLink is designed to work automatically after the Wolfram System is installed with no special configuration. You can test this by using the OpenCLQ function.
This loads the OpenCLLink application.
In[1]:= |
This checks if OpenCLLink is supported. If it returns True, as shown below, then OpenCLLink will work.
If OpenCLQ does not return True, then OpenCLLink will not work. However, you might be able to configure your machine to fix this.
There are five main reasons for getting False from OpenCLQ:
The rest of this section describes steps you can carry out to try and enable OpenCLLink.
Apple Mac OS X Snow Leopard (10.6) includes OpenCL support as part of the operating system. OS X versions earlier than Snow Leopard are not supported.
In general, if CUDALink works then OpenCLLink should work. 'CUDALink Setup' tells you how to test CUDALink and make it operational; this should be sufficient to resolve problems with OpenCLLink.
An OpenCL-capable video card (see next section) is required to use OpenCLLink. The AMD Catalyst™ driver is required as well. Some video cards have the AMD Catalyst™ Accelerated Parallel Processing (APP) driver; in those cases, the driver is sufficient. If the APP driver is not supported, then the ATI Stream SDK is required to use OpenCLLink.
The AMD Catalyst™ driver can be downloaded from the AMD/ATI Driver website while the ATI Stream SDK can be downloaded from the AMD/ATI Stream website.
The following AMD/ATI video hardware is supported by OpenCLLink:
The ATI OpenCL implementation also registers x86 CPUs with SEE 2.x or later support as OpenCL devices. The CPUs can be used with OpenCLLink by specifying the appropriate 'Device' and 'Platform' options.
On Mac OS X, OpenCLQ checks if OS X 10.6 (Snow Leopard) is installed. It would fail if not detected, since previous versions are not supported. On NVIDIA hardware, OpenCLQ follows the same methods of detection as CUDAQ in CUDALink; refer to 'CUDALink Setup' for more information.
This section will only be applicable for systems with AMD/ATI GPU or a CPU used along with the AMD/ATI Stream SDK.
On both Linux and Windows, the ATISTREAMSDKROOT environment variable is used to determine the path to the AMD/ATI Stream SDK. If not detected, then the following paths are checked:
'Windows' | 'C:Program FilesATI Stream' |
'Windows-x86-64' | 'C:Program Files (x86)ATI Stream' |
'Linux' | $Failed |
'Linux-x86-64' | $Failed |
Default path to the AMD/ATI Stream SDK in case ATISTREAMSDKROOT is not defined.
The variable can be checked in the Wolfram Language using the following.
After detection, the result is stored in GPUTools`Internal`$ATISTREAMSDKROOT.
The error messages returned by OpenCLInformation are the same as CUDAInformation; refer to CUDALink detection failure error codes.