This works to turn off lxqt in a running system:

sudo systemctl isolate multi-user.target

and this starts it up again:

sudo systemctl start graphical.target


To avoid starting up a graphical desktop at boot run:

sudo systemctl set-default multi-user.target


and change back with:

sudo systemctl set-default graphical.target


Cheers.

On Mon, Oct 27, 2014 at 10:45 AM, Robert Nelson <robertcnel...@gmail.com>
wrote:

> On Mon, Oct 27, 2014 at 12:42 PM, Peter Gregory <talkto...@gmail.com>
> wrote:
> > I'm kicking the tires on Debian 8 jessie on BBB with a 4DCape-43t with
> the 10/22/2014 lxqt image
> > I've installed SGX and it works great.
> > Is there a way to get it to not load the desktop?
> > In previous versions, you could modify uEnv.txt and add
> >
> > optargs=text
> >
> > And it would boot to a console.
> > Is there a way to do that with this image?
>
> Well it's lightdm that triggers lxqt to load, so you could disable that..
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to