Godot not start Linux Mint

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mohsen.ph.69
:warning: Old Version Published before Godot 3 was released.

I Download recently Godot for Linux 64 Bit. And I make i executable.
But any way I won’t run.
I ran this command in Terminal:

./Godot_v2.1.3-stable_x11.64 

and I got this error:

ERROR: initialize: Condition ' !fbc ' is true. returned: ERR_UNCONFIGURED
   At: platform/x11/context_gl_x11.cpp:103.
ERROR: initialize: Condition ' x11_window == 0 ' is true.
   At: platform/x11/os_x11.cpp:297.

what should I do?

What graphics card and driver do you use? You need OpenGL 2.1 support to run Godot 2.1, and OpenGL 3.3 to run a development version of Godot 3.0.

Calinou | 2017-07-19 15:52

Yes You are right.
I update my graphics card driver and everything work now.

mohsen.ph.69 | 2017-07-20 08:28