The attachment "ubuntu-full-seat-id.patch" of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/1041998

Title:
  gdm fails on initial boot, due to broken initial VT switching.

Status in “gdm” package in Ubuntu:
  New

Bug description:
  This bug report is against the gdm 3.5.90 package off ricotz/staging
  ppa.

  On inital boot, gdm fails to load as it is trying to start on VT1.
  This seems to be the issue that was previously fixed by the
  "06_first_vt.patch".

  Digging a bit into the gdm package, it is built with '--with-initial-
  vt=7', however apparently this is never getting set.

  From what I can tell, It would appear that the following code from
  gdm_server_start(), fails to set 'vtarg' on that initial boot.  (this
  is what replaced the previous "06_first_vt.patch")

   /* Hardcode the VT for the initial X server, but nothing else */
          if (server->priv->is_initial
              && g_strcmp0 (server->priv->display_seat_id, "seat0") == 0) {
                  vtarg = "vt" GDM_INITIAL_VT;
          }
  after which vtarg = null, and gdm is spawned on the current vt1, rather than 
vt7


  As work around if I boot with lightdm, and then start gdm afterwards
  then it loads correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1041998/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to