Abaqus 6.9 Graphics Devices

SIMULIA tests specific graphics devices to insure adequate performance with Abaqus/CAE and Abaqus/Viewer; the graphics devices that have been tested (or scheduled for testing) are listed in the table below. However, we cannot certify that these devices are completely compatible with all possible hardware and software configurations. Other devices may be compatible but have not been tested.

NOTE: Newer driver versions for the graphics card listed on this page are expected to work, but may not be compatible. We recommend that you use the tested driver version if you experience problems.

We may update graphics tuning parameters for graphics devices. These changes are intended to configure Abaqus to best utilize individual graphics devices. Updated graphics tuning parameters are included in the graphicsConfig.env file, which can be downloaded and placed in your Abaqus installation.

The use of graphics hardware acceleration on Windows platforms may cause display problems with some graphics adapters or drivers. Users may wish to disable graphics hardware acceleration to determine if a particular issue is specific to their graphics adapter or graphics driver.

Listing of tested configurations per platform:

  • Windows/x86-32
  • Windows/x86-32(laptop)
  • Windows/x86-64
  • Linux/x86-32
  • Linux/x86-64

Windows/x86-32

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

AMD [ATI]

FireGL V5600

512MB

8.563

Windows XP SP2

Pass

FirePro V3700

256MB

8.543

Windows XP SP2

Pass

NVIDIA


Quadro FX 370

 

256MB

181.20

Windows XP SP2

Pass 

Quadro FX 560

 

128MB

182.08

Windows XP SP2

Pass 

Quadro FX 1800

768MB

182.08

Windows XP SP2

Pass

Quadro FX 3800

1024MB

185.20

Windows Vista Enterprise

Pass1

Quadro FX 5600

1.5GB

182.08

Windows XP SP2

Pass


Windows/x86-32 (laptop)

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

AMD

Mobility FireGL V5700

 

512MB 

8.503 

Windows XP SP2 

Pass 

Intel

GMA X3100

 

384MB

6.14.10.4926

Windows XP SP2 

Pass 

NVIDIA

Quadro FX 570M

 

512MB

156.66

Windows XP SP2 

Pass 


Windows/x86-64

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

AMD [ATI]

FirePro V5700

 

512MB

8.543

Windows XP 64

Pass

FirePro V7750

1024MB

8.583

Windows XP 64

Pass

FirePro V8700

1024MB

8.563

Windows Vista Business

Pass1

NVIDIA

Quadro FX 3700

 

512MB

181.20

Windows Server
2003 SP2 

Pass 

Quadro FX 4600

 

768MB

181.20

Windows Server 2008

Pass


Linux/x86-32

Vendor

Graphics Device

Graphics Memory

Driver Version

X11 Version

Operating System

Results

NVIDIA

Quadro FX 3500

 

256MB

173.14.12

X.org 6.9.0

SLES 10 

Pass 


Linux/x86-64

Vendor

Graphics Device

Graphics Memory

Driver Version

X11 Version

Operating System

Results

NVIDIA

Quadro FX 4400

256MB

180.22

X.org 7.1.99

SuSE 10.2

Pass

Quadro FX 4800

256MB

180.29

X.org 7.1.1

RHEL 5.2

Pass

AMD

FireGL V7600

1.5GB

8.532

X.org 6.9.0

SLES 10

Pass2

FireGL V3750

256MB

8.583

X.org 6.9.0

SLES 10

Pass2

 

Additional Information

Abaqus/CAE and Abaqus/Viewer support OpenGL hardware graphics acceleration on all supported platforms. For instructions on how to turn off hardware acceleration.
See: How to disable graphics hardware acceleration to resolve graphics incompatibility

If the graphics device in which you are interested in is not listed on this page, you may submit a Request for Enhancement.
See: Customer submission of Requests-for-Enhancements (RFEs) for SIMULIA

To determine your graphics card and graphics card driver for Windows systems

It is best to use the system Display Properties dialog to get this information, but if you have difficulty, or if you only have remote access to the system, try the findVid program.

  1. Download the findVid program appropriate for your system (32-bit or 64-bit)
  2. Then run the executable in a command prompt window
  3. Following is example output from running the findVid.exe command

=============================================

C:\Temp>findVid64.exe
Device Name: ATI FirePro V5700 (FireGL)
Driver Date: 10/08/2008
Driver Version: 8.543-081008a-071428C-ATI
State Flags: PRIMARY_DEVICE
Horizontal Res: 1280 pixels in 320 mm => 4.000000 pix/mm
Vertical Res: 1024 pixels in 240 mm => 4.266667 pix/mm
Display Settings: 1280 x 1024 @ 0,0 - 16-bit - 42 Hz

============================================

 

Updating your graphicsConfig.env file

Follow these instructions for updating your graphicsConfig.env file. You should update each release of Abaqus 6.9 that you have installed (e.g. 6.9-1, 6.9-2, ...). The examples given in the instructions show updating Abaqus 6.9.

NOTE: The date stamp on the graphicsConfig.env file should help you determine which releases of Abaqus 6.9 you should update. If the date of the file is later than the creation date of the release (reported by abaqus whereami), then you should update that release.

  1. Find your Abaqus 6.9 version install directory and set your current directory to the site directory for that version.

     

         % abaqus whereami
    Abaqus 6.9-1
    Abaqus Site ID: 

    Abaqus is located in the directory /disk2/abaqus/6.9-1
    /disk2/abaqus/6.9-1/cae/External/ebt
    Sequence Information:
    /disk2/abaqus/6.9-1/cae: 2008_11_19-18.06.29 91470

    % cd /disk2/abaqus/6.9-1/site

     

  2. Rename the existing graphicsConfig.env file

     

          % cp graphicsConfig.env graphicsConfig.env.old

     

  3. Download the new graphicsConfig.env file by clicking on the file name in the browser window.
  4. Select the  save as option, and save the file in your Abaqus 6.9-1 site directory. In the current example, the path to this directory is /disk2/abaqus/6.9-1/site.
  5. Reset the permissions on the graphicsConfig.env file.

     

          % chmod 644 graphicsConfig.env