Skip to content

Change The Default Login To The Desktop Session

Michael DeGuzis edited this page Jun 15, 2017 · 3 revisions

Table of Contents generated with DocToc

About

This is really only useful for testing, or those who must rely on VirtualBox (or wish to) for tinkering with SteamOS. Under VirtualBox, the default steamos-session is very slow. Therefore, it is ideal to use desktop mode as the default session.

How To

The best way would probably be disabling autologin. In desktop open terminal. If you haven't made a password yet, do so now by typing "passwd".

sudo nano /etc/lightdm/lightdm.conf

Scroll the file until you find these two lines

#user-session=default
#autologin-user=

Modify them to be:

user-session=gnome-session  
autologin-user=desktop

Source

This was sourced from the Steam Community

Clone this wiki locally