Skip to content

Commit

Permalink
Doc: add supported gfx cards
Browse files Browse the repository at this point in the history
  • Loading branch information
olear authored and devernay committed Sep 13, 2016
1 parent 6581d98 commit d54e6f7
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Documentation/source/guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,26 @@ As of today several applications are compatible with this plug-in format: (meani

Can I use commercial and proprietary plug-ins within Natron ?
*************************************************************
Yes. Natron doesn’t limit you to open-source plug-ins.
Yes. Natron doesn’t limit you to open-source plug-ins.

Is my graphics card supported ?
*******************************

Depends. A OpenGL 2.0 compatible graphics card is needed to run Natron (2.1+).

The following graphics cards are supported.

* Intel GMA 3150 (Linux-only)
* Intel GMA X3xxx (Linux-only)
* Intel GMA X4xxx (Windows 7 & Linux)
* Intel HD (Ironlake) (Windows 7 & Linux)
* Intel HD 2000/3000 (Sandy Bridge) (Windows 7/Linux/Mac)
* Intel HD 4000 and greater (All platforms)
* Nvidia GeForce 6 series and greater
* Nvidia Quadro FX and greater
* Nvidia Quadro NVS 285 and greater
* ATI/AMD Radeon R300 and greater
* ATI/AMD FireGL T2-64 and greater (FirePro)

Cards not listed here will probably not work. On Windows and Linux you can enable software rendering. On Linux enable the environment variable LIBGL_ALWAYS_SOFTWARE=1 before running Natron. On Windows enable the legacy hardware package in the installer.

0 comments on commit d54e6f7

Please sign in to comment.