Classic rendering mode works with wayland now.

PiperOrigin-RevId: 959036941
Change-Id: I31231c644e8a535918e4ace5d44f84b9b7da78bc
This commit is contained in:
Haroon Qureshi
2026-08-04 08:27:54 -07:00
committed by Copybara-Service
parent 9553926158
commit 0a10860257
+1 -1
View File
@@ -45,7 +45,7 @@ int LaunchStudio(int argc, char** argv, LauncherConfig config) {
wayland_display) {
if (config.gfx_mode.empty()) {
config.gfx_mode = "opengl_headless";
} else if (config.gfx_mode == "classic" || config.gfx_mode == "opengl") {
} else if (config.gfx_mode == "opengl") {
mju_error(
"Wayland does not support '%s' graphics mode. "
"Restart with a different graphics mode, or login using X11.",