diff --git a/live/root/etc/systemd/system/x11-autologin.service b/live/root/etc/systemd/system/x11-autologin.service index 7e5a58fe5f..2927547e6e 100644 --- a/live/root/etc/systemd/system/x11-autologin.service +++ b/live/root/etc/systemd/system/x11-autologin.service @@ -8,16 +8,16 @@ WorkingDirectory=~ PAMName=login Environment=XDG_SESSION_TYPE=x11 -TTYPath=/dev/tty2 +TTYPath=/dev/tty7 StandardInput=tty UnsetEnvironment=TERM -UtmpIdentifier=tty2 +UtmpIdentifier=tty7 UtmpMode=user StandardOutput=journal -ExecStartPre=/usr/bin/chvt 2 -ExecStart=/usr/bin/startx -- vt2 -keeptty -verbose 3 -logfile /dev/null +ExecStartPre=/usr/bin/chvt 7 +ExecStart=/usr/bin/startx -- vt7 -keeptty -verbose 3 -logfile /dev/null Restart=no [Install] diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index ebf42dd2b0..947c10fa64 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 8 13:26:00 UTC 2024 - JoaquĆ­n Rivera + +- Revert to use tty7 (gh#openSUSE/agama#1582) + openQA tty expectations for installer are always in this tty. + The change to tty2 created an sporadic failure assigning tty2 + as a non-grafical one anyway in ppc64le and aarch64. + ------------------------------------------------------------------- Mon Sep 16 15:46:23 UTC 2024 - Lubos Kocman