can any one sujjest me the command to switch from putty terminal to raspbian jessie lite ,
lxsession not working
startx not work
lxde not work
lxde-pi not working
tell me the steps clearly
Jessie Lite does not include a Desktop Environment, it is Command Line only..Pramodh B wrote:can any one sujjest me the command to switch from putty terminal to raspbian jessie lite ,
lxsession not working
startx not work
lxde not work
lxde-pi not working
tell me the steps clearly
Code: Select all
sudo apt-get update
sudo apt-get -y install raspberrypi-ui-mods
Raspbian Jessie with Pixel includes RealVNC, see the Blog:Pramodh B wrote:so which raspbian i should use
suggest me a link
fruitoftheloom wrote:Raspbian Jessie with Pixel includes RealVNC, see the Blog:Pramodh B wrote:so which raspbian i should use
suggest me a link
https://www.raspberrypi.org/blog/introducing-pixel
https://www.raspberrypi.org/downloads/raspbian
after these two linesrpdom wrote:You can probably get a basic desktop running on Raspbian Lite by installing raspberrypi-ui-mods.This will install the software needed for the desktop without installing all the extras that the standard Raspbian image includes.Code: Select all
sudo apt-get update sudo apt-get -y install raspberrypi-ui-mods
You'll probably need to reboot after installing that and configure the Pi to boot to desktop, and you may need to install additional software depending on what you require.