Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

The downloads page indicates that this image includes LXDE, but I'm having trouble enabling it.

share|improve this question
1  
Most people that use lightweight systems have go script. They just run it when their computer boots up or logs in, and it starts all the GUI and other services. – Andrew Larsson Jun 13 '12 at 16:05
Thanks for the tip! – jandjorgensen Jun 13 '12 at 16:53

2 Answers

up vote 9 down vote accepted

When you've logged in, just type startx on the terminal, then it should fire right up.

share|improve this answer

To have the GUI run automatically when you boot your Pi, you'll need to install something like GDM (sudo apt-get install gdm - this is next on my list, probably this evening). Then to get to a text-only terminal, press <Ctrl>-<Alt>-<F1> through <F6>; and <Alt>-<F7> to return to X.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.