I am trying to get started with raspberry pi, model B. As a way to avoid having to buy a monitor and hdmi cable and keyboard and mouse (no, I do not already have a tv, monitor, hdmi cable, usb keyboad and usb mouse), I am trying to use remote access through my laptop by connecting it to the router. I assigned fixed ip to raspberry pi by editing its cmdline.txt file. I can successfully ping it. (I am using raspbian). I can connect to it by using Xming and putty, well mostly. When I hit scratch, a program slowly loads, takes several seconds to fully draw the window. When I hit lxsession, I see a bunch of errors, but the raspbian desktop gets loaded but its empty. Why am I getting those errors? and Why is the desktop empty? Basically all I did was:
- burned the raspbian OS to sd card.
- Edited the cmdline.txt to append ip=xxx.xxx.xx (to match the same group as my computer's ip; I can ping my pie)
- Connect Rp to my home router using ethernet cable.
- install Xming and putty in my laptop and start them.
- Enable X-11 forwarding in putty, and login to raspberry pi's ip address from 2.
- try to load 'lxsession'
Is there anything I am missing?
I have attached here the screen shot of the error:
PS: I accidentally posted this question into stackexchange instead. Sorry for double post.