Hello,
After a long battle, I finally was able to log into my Pi from my Macbook (10.8.2) using XQuartz/X11.
My problem now is that I don't know how to launch the Raspbian GUI.
Any suggestions?
Code: Select all
lxsession&
Code: Select all
leafpad&
Ask as when i use 'startx' from the SSH window it shows the GUI on the Pi display but the Putty window doesn't allow more commands to be entered (apart from ctrl-c which exits the GUI and brings up a new command line).rurwin wrote:Some people say:I found that was not a good idea on my Linux PC, because it tried to take over the entire screen. It works on Windows. OS/X will be somewhere between the two.Code: Select all
lxsession&
redhawk wrote:startx only applies to the Pi via the TV / HDMI port, since you're using an X-Windows emulator from a remote machine you need lxsession or simply run your X11 app by name.
The appended & symbol makes any command run in the background so you can still input further commands with your SSH login window.
Richard S.
With VNC you go straight to the GUI on the Pi, so you don't need the startx command.PiSi wrote:Assume then at startx wouldn't work in VNC either?