After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746295 - wayland: don't let the login screen steal :0
wayland: don't let the login screen steal :0
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-03-16 15:08 UTC by Ray Strode [halfline]
Modified: 2015-03-16 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: don't let the login screen steal :0 (2.37 KB, patch)
2015-03-16 15:08 UTC, Ray Strode [halfline]
none Details | Review

Description Ray Strode [halfline] 2015-03-16 15:08:43 UTC
In 3.16, GDM keeps a login screen running on vt1.
This login screen starts an Xwayland instance.
Since it's the first X server to start, it gets
the prized :0 display number.

This commit works around that problem, for now,
by having GDM's display number start at 1024.
Comment 1 Ray Strode [halfline] 2015-03-16 15:08:49 UTC
Created attachment 299520 [details] [review]
wayland: don't let the login screen steal :0
Comment 2 Ray Strode [halfline] 2015-03-16 15:18:07 UTC
got a look over and okay on irc

Attachment 299520 [details] pushed as 8c16ac4 - wayland: don't let the login screen steal :0