Op Thu, 28 Dec 2017 11:41:22 +0100 schreef Tony van der Hoff
<li...@vanderhoff.org>:
Hi,
Since upgrading Jessie to Stretch, I find my system boots to a terminal,
instead of a desktop. I can log in, run startx, and the desktop then
appears. I then need to log in again.
So, how do I get my system to boot straight to the desktop?
Cheers, Tony
Things you could try:
- Is systemd set to boot into graphical mode?
$ systemctl get-default
graphical.target
If you get an other output run:
# systemctl set-default graphical.target
- Reconfigure gdm3 and make sure gdm is the default display manager
# dpkg-reconfigure gdm3
$ cat /etc/X11/default-display-manager
/usr/sbin/gdm3