Skip to content

boot directly into desktop

professorkaos64 edited this page Aug 16, 2016 · 3 revisions

Table of Contents generated with DocToc

Boot directly into desktop

The best way would probably be disabling autologin. In desktop open terminal by clicking the activities button in the top left corner and typing "Terminal". Note: remove sudo from any of the below commands if working from recovery mode as user root.

If you haven't made a password yet, do so now by typing "passwd".

Then type:

sudo nano /etc/lightdm/lightdm.conf

Scroll the file until you find these two lines

user-session=steamos
autologin-user=steam

And comment them out like this:

# user-session=steamos  
# autologin-user=steam

Now when you reboot you'll see a login screen where you can do several things:

  1. To get to "desktop" account desktop Login: desktop; Password: the one created earlier;

  2. To get to "steam" account desktop (with access to regular Steam client) Login: steam; no password.

  3. To get to Big Picture Mode Choose "SteamOS" from the drop-down menu; Login: steam; no password

Clone this wiki locally