Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: ande on January 11, 2014, 06:02:58 PM

Title: How to disable Xfce Gui on startup ( Debian )
Post by: ande on January 11, 2014, 06:02:58 PM
Hello, newest Debian for A20 works ok but does anyone know what would be the best solution to disable graphical UI to load automatically on startup?  I would like to have an option to start shell only.
Title: Re: How to disable Xfce Gui on startup ( Debian )
Post by: martinayotte on January 11, 2014, 09:57:33 PM
If I remember, it is started from /root/.bashrc. Simply remove the line where the call is made.
Title: Re: How to disable Xfce Gui on startup ( Debian )
Post by: ande on January 12, 2014, 05:10:18 PM
Thanks Martinayotte, it was in .bashrc .
Title: Re: How to disable Xfce Gui on startup ( Debian )
Post by: mauricio on March 18, 2014, 11:34:03 PM
Hello, I'm looking for the same but using A13

using Debian R8 image, at boot, A13 start allready loged with "olimex" user an GUI

I'd like just tty prompt

looked for .bashrc at /root/.bashrc and references to lightdm and startx are commented out

#/etc/init.d/lightdm start
#startx&

please any advice on getting this is appreciated, thanks in advance
Title: Re: How to disable Xfce Gui on startup ( Debian )
Post by: srxa on March 19, 2014, 12:47:20 AM
/etc/X11/default-display-manager ; replace only line with /usr/bin/true

you can always start login manager by typing slim into console later
Title: Re: How to disable Xfce Gui on startup ( Debian )
Post by: mauricio on March 19, 2014, 01:22:01 AM
hello

thank you, it work

on the way to get what I want, before read your post, I also changed /etc/lightdm/lightdm.conf commenting the line

#autologin-user=olimex

with this I just get non autologin

your answer complete the task, thank you