manhi40
Posts: 3
Joined: Sat Jun 29, 2013 11:43 pm

StartX through network?

Sat Jun 29, 2013 11:47 pm

I have a raspberry pi, sitting on my desk, (running wheezy), I don't want to keep having to plug/unplug hdmi/usb cables to use startx. Anyway I can open my pi's display onto my desktop?

SirLagz
Posts: 1705
Joined: Mon Feb 20, 2012 8:53 am
Location: Perth, Australia
Contact: Website

Re: StartX through network?

Sun Jun 30, 2013 2:11 am

You can use VNC
or
you can use X Forwarding so that the application shows up on your normal desktop.
ssh -X pi@raspberrypi
login, then when you run an X application, the application will show up on your desktop, assuming you're using Linux on your desktop
My Blog - http://www.sirlagz.net
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044

manhi40
Posts: 3
Joined: Sat Jun 29, 2013 11:43 pm

Re: StartX through network?

Sun Jun 30, 2013 5:54 am

Thanks!

klricks
Posts: 7172
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: StartX through network?

Sun Jun 30, 2013 2:27 pm

Another option is Remote Desktop (RDP)
You install XRDP on you RPi and run a (free) remote desktop client on you PC.

sudo apt-get install xrdp

This is how set up RDP:
http://64.13.91.137:86/Comp/RPi/RDP.html
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

manhi40
Posts: 3
Joined: Sat Jun 29, 2013 11:43 pm

Re: StartX through network?

Sun Jun 30, 2013 4:55 pm

Vnc is working flawlessly, but I will definitely give rdp a try

Return to “General discussion”