From: Marius Vlad Date: Thu, 26 Aug 2021 16:12:29 +0000 (+0300) Subject: compositor: Do not allow vt-switching by default X-Git-Tag: 12.0.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e144375c2479decf7c7569d4bb1629dce296506b;p=src%2Fagl-compositor.git compositor: Do not allow vt-switching by default Users are still able to customize that behaviour by modifying configuration file. Signed-off-by: Marius Vlad Change-Id: Id21b9cf5b486b8f124bfc128c139f8b706c16b45 --- diff --git a/src/compositor.c b/src/compositor.c index 22c4979..4ee4dc3 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1240,7 +1240,7 @@ compositor_init_config(struct weston_compositor *compositor, &compositor->kb_repeat_delay, 400); weston_config_section_get_bool(section, "vt-switching", - &vt_switching, true); + &vt_switching, false); compositor->vt_switching = vt_switching; /* agl-compositor.ini [core] */