|
@@ -350,7 +350,9 @@ Error OS_X11::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
|
|
|
|
|
|
if (gl_initialization_error) {
|
|
|
OS::get_singleton()->alert("Your video card driver does not support any of the supported OpenGL versions.\n"
|
|
|
- "Please update your drivers or if you have a very old or integrated GPU upgrade it.",
|
|
|
+ "Please update your drivers or if you have a very old or integrated GPU, upgrade it.\n"
|
|
|
+ "Alternatively, you can force software rendering by running Godot with the `LIBGL_ALWAYS_SOFTWARE=1`\n"
|
|
|
+ "environment variable set, but this will be very slow.",
|
|
|
"Unable to initialize Video driver");
|
|
|
return ERR_UNAVAILABLE;
|
|
|
}
|