From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#35408: External monitor not working with GDM Date: Fri, 26 Apr 2019 00:13:08 +0200 Message-ID: <87k1fhag3v.fsf@GlaDOS.home> References: <87ftq8c9n9.fsf@sturm.com.au> <87ef5qqwog.fsf@gnu.org> <17cc954b1feb50becef0df5bcafa56b6c9e45da7.camel@sturm.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJmrC-0006Wz-AB for bug-guix@gnu.org; Thu, 25 Apr 2019 18:28:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJmd0-00083v-Go for bug-guix@gnu.org; Thu, 25 Apr 2019 18:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJmd0-00083Z-De for bug-guix@gnu.org; Thu, 25 Apr 2019 18:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJmd0-0001BI-4d for bug-guix@gnu.org; Thu, 25 Apr 2019 18:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <17cc954b1feb50becef0df5bcafa56b6c9e45da7.camel@sturm.com.au> (Ben Sturmfels's message of "Thu, 25 Apr 2019 21:41:27 +1000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ben Sturmfels Cc: 35408@debbugs.gnu.org Hi Ben, Ben Sturmfels writes: > Hi Ludovic, > > On Thu, 2019-04-25 at 11:08 +0200, Ludovic Court=C3=A8s wrote: >>=20 >> Ben Sturmfels skribis: >>=20 >> > I was previously using a 24" Samsung external monitor with my X200 >> > Guix >> > System via VGA. Since the switch to GDM, I no longer seem to be >> > able >> > connect this monitor. When I do, the laptop screen just keeps >> > flashing. >>=20 >> So the GDM login screen never shows up, right? > > I'm thoroughly confused now. GDM definitely *was* working with the > laptop screen only, but now when I reconfigure it or choose an old Grub > entry, I can't get to the login screen with either external monitor or > the laptop. In both cases the console loops showing a message something > like: > > New session c1 of user gdm. > Removed session c1. > . > . > . > New session c506 of user gdm. > Removed session c506. This sounds familiar. Can you check if /var/lib/gdm is owned by gdm. If it isn't, chowning it back to gdm:gdm should fix it. Regards Diego