Beaglebone Black Jessie lxqt turn off desktop

1,786 views
Skip to first unread message

Peter Gregory

unread,
Oct 27, 2014, 1:42:42 PM10/27/14
to beagl...@googlegroups.com
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?

I'm also trying to run the Qt examples - in particular, Fingerpaint.
I launch it from a network connected console window and displays on the LCD cape.
It launches in EGLFS fine. When I fingerpaint, the debian console takes over and flashes to the foreground and it is weird.
I'm hoping disabling the desktop will solve that issue.

Robert Nelson

unread,
Oct 27, 2014, 1:45:12 PM10/27/14
to Beagle Board
On Mon, Oct 27, 2014 at 12:42 PM, Peter Gregory <talk...@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/
Message has been deleted

Jason Lange

unread,
Nov 18, 2014, 12:00:38 AM11/18/14
to Beagle Board
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. 


--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages