I would like to add the following lines from executing "systemctl status gdm". ● gdm.service - GNOME Display Manager Loaded: loaded (/lib/systemd/system/gdm.service; static) Active: active (running) since Sat 2020-11-28 20:53:42 IST; 2h 34min ago Process: 559 ExecStartPre=/usr/share/gdm/generate-config (code=exited, status=0/SUCCESS) Main PID: 584 (gdm3) Tasks: 3 (limit: 9391) Memory: 5.5M CGroup: /system.slice/gdm.service └─584 /usr/sbin/gdm3
Nov 28 20:59:19 devMachine gdm3[584]: Gdm: Child process -2673 was already dead. Nov 28 21:16:37 devMachine gdm-launch-environment][4021]: pam_unix(gdm-launch-environment:session): session opened for user Debian-gdm by (uid=0) Nov 28 21:16:46 devMachine gdm3[584]: GLib: Source ID 161 was not found when attempting to remove it Nov 28 21:16:57 devMachine gdm3[584]: Gdm: Child process -4053 was already dead. Nov 28 22:06:45 devMachine gdm-launch-environment][5484]: pam_unix(gdm-launch-environment:session): session opened for user Debian-gdm by (uid=0) Nov 28 22:06:55 devMachine gdm3[584]: GLib: Source ID 213 was not found when attempting to remove it Nov 28 22:07:05 devMachine gdm3[584]: Gdm: Child process -5516 was already dead. Nov 28 23:23:24 devMachine gdm-launch-environment][9136]: pam_unix(gdm-launch-environment:session): session opened for user Debian-gdm by (uid=0) Nov 28 23:23:35 devMachine gdm3[584]: GLib: Source ID 270 was not found when attempting to remove it Nov 28 23:23:46 devMachine gdm3[584]: Gdm: Child process -9167 was already dead. As you can see, every time I switched my console, three lines were logged. I hope this helps. Vishal