FS#44969 - [lightdm] Conflicts with vt02
Attached to Project:
Arch Linux
Opened by Hermann Zahnweh (eigengrau) - Friday, 15 May 2015, 10:15 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 13 October 2016, 13:07 GMT
Opened by Hermann Zahnweh (eigengrau) - Friday, 15 May 2015, 10:15 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 13 October 2016, 13:07 GMT
|
Details
Description:
lightdm.service is correctly set-up to conflict with getty@tty1.service. However, when lightdm invokes a greeter while a user session is running (e. g., to switch users or lock the seat), it starts a new X display on vt02. This can break a getty or shell session running there. One way of dealing with this would be to make lightdm conflict with getty@tty2.service. Since this doesn’t leave too many gettys available, it might be preferable to instead configure lightdm to start up on vt07. The secondary display will then be started on vt08, where no getty is running anyway. Additional info: * lightdm 1:1.14.0-2 Steps to reproduce: - Log user into X session. - Optionally log user in on vt02. - Invoke «dm-tool lock». - This starts an X display on vt02, in some instances breaking the getty or shell running there. |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Thursday, 13 October 2016, 13:07 GMT
Reason for closing: Upstream
Thursday, 13 October 2016, 13:07 GMT
Reason for closing: Upstream
https://bugs.launchpad.net/lightdm/+bug/1480479
SDDM has the same problem:
https://github.com/sddm/sddm/issues/446