From: root Date: Mon, 25 May 2020 20:03:36 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=647778c4788f2beae6cd471ee608ae6e4df02613;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/X11/default-display-manager b/X11/default-display-manager index 7d4e29b..8dc9fa8 100644 --- a/X11/default-display-manager +++ b/X11/default-display-manager @@ -1 +1 @@ -/usr/sbin/lightdm +/usr/sbin/gdm3 diff --git a/X11/xorg.conf.failsafe b/X11/xorg.conf.failsafe index 99b7936..3e1f233 100644 --- a/X11/xorg.conf.failsafe +++ b/X11/xorg.conf.failsafe @@ -1,6 +1,6 @@ Section "Device" Identifier "Configured Video Device" - Driver "fbdev" + Driver "vesa" EndSection Section "Monitor" diff --git a/systemd/system/display-manager.service b/systemd/system/display-manager.service index 88631e2..fb5dc19 120000 --- a/systemd/system/display-manager.service +++ b/systemd/system/display-manager.service @@ -1 +1 @@ -/lib/systemd/system/lightdm.service \ No newline at end of file +/lib/systemd/system/gdm3.service \ No newline at end of file