You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we could support a forced_display_number and fail if its unavailable?
Or even attempt to line up with the seat number?
Or attempt to line up with a desired_display_number and fall back to next available if that does not work?
The text was updated successfully, but these errors were encountered:
I would like to have
seat0
always have:0
andseat1
have:1
.Right now it seems if I try and force this using any/all of:
xserver-command=/usr/bin/X :0
xserver-display-number=0
I end up with a situation like:
I think this is due to how the code appends display_number no matter what.
https://github.com/canonical/lightdm/blob/main/src/x-server-local.c#L480
And that number is selected via:
https://github.com/canonical/lightdm/blob/main/src/x-server-local.c#L157
Maybe we could support a
forced_display_number
and fail if its unavailable?Or even attempt to line up with the seat number?
Or attempt to line up with a
desired_display_number
and fall back to next available if that does not work?The text was updated successfully, but these errors were encountered: