Remote Desktop Support?
#20
If you want to run X clients (windowed programs on the pine64) from your pine64, on your W10 box, then from W10 CLI (dos prompt):

Code:
ssh -X <pine_user_ID>@<pine64_ip_address>   like: david@192.168.1.13
 
It'll ask for your password, then login in.  So now you have a ssh terminal from your pine64.  To launch a windowed client from that terminal, just enter the command, followed with an ampersand & (job control):

Code:
scribus &

at which point you will shortly see your pine64's scribus (or whatever program you're after...yes, you HAVE to know the program's file name.) display on your W10 screen.  Because we put that & at the end, you can keep launching programs from that terminal.  The amperstan puts the job into the background (not suspend).  When you close these xclients (running programs from the pine64), you'll see an exit code on your terminal, showing they completed.

At least that's how it works in GNU/Linux.  I don't have W10, but if you have OpenSSH (???) this will work just fine.  If you do not have OpenSSH, then get it.

The thing to remember, is that in X, even a local session, xclients STILL go through a network interface, at the least localhost (127.0.0.1), to the xserver.  So the fact that you are there, on W10 (xserver), and the pine64 is there (xclients), on Xubuntu, does not really change the way it works.  The "server" is the machine on which your console is at, in this case your W10.  The clients are the programs running from pine64, not the W10.  arm64 has got nothing to do with W10, W10 is its own server.  X Clients/Servers are agnostic (session, presentation and application levels).  You effectively run arm64 kit on W10, so far as your display, keyboard and mouse are concerned.  That's what's so awesome about X.  You could X into a cray, or a render farm, from a netbook, and run whatever is on those systems, from your lowly netbook.

man X — from your pine64 bash prompt, will show you lots of stuff you can do with/in X.  Oh, and for the record, X came out of MIT, 1984.  :-)

Finally, I've also heard that W10 has bash (Bourne Again Shell).  You should use it, and let us know how it works.


David

PS: I'm working on a post about X.  Life is getting in the way of finishing it, but time is permitting, bit by bit.
David, the lip smacking pirate hedgehog.  "SHIVER me timbers!"  


Messages In This Thread
Remote Desktop Support? - by Rochambeaux - 04-30-2016, 09:49 PM
RE: Remote Desktop Support? - by nukedawg - 05-01-2016, 12:00 AM
RE: Remote Desktop Support? - by androsch - 05-01-2016, 12:01 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 12:47 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 09:48 AM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 10:25 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 11:01 AM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 11:07 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 11:10 AM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 11:10 AM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 01:47 PM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 02:54 PM
RE: Remote Desktop Support? - by nomadewolf - 05-01-2016, 03:11 PM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 03:18 PM
RE: Remote Desktop Support? - by baryluk - 05-01-2016, 04:34 PM
RE: Remote Desktop Support? - by Rochambeaux - 05-01-2016, 06:37 PM
RE: Remote Desktop Support? - by rahlquist - 05-01-2016, 09:20 PM
RE: Remote Desktop Support? - by tebori - 06-26-2016, 03:59 PM
RE: Remote Desktop Support? - by tampadave - 10-01-2016, 02:55 PM
RE: Remote Desktop Support? - by HayseedGeek - 10-01-2016, 05:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Programming languages support under PINE64 baryluk 6 12,313 09-23-2020, 11:46 PM
Last Post: Phillip Bell
  AXP803 Battery Charger Support xalius 14 24,111 12-22-2017, 08:59 AM
Last Post: Velociraptor
  Found this fully working RASPBIAN Image that boots to desktop speedro86 21 28,821 10-07-2017, 10:06 PM
Last Post: speedro86
Wink Pine64 Will support Freenas or openmediavault ? joe 1 4,980 04-13-2017, 07:44 AM
Last Post: xalius
  Possible to get 4K resolution on Linux desktop? tycoonbob 6 11,603 01-12-2017, 01:28 AM
Last Post: swinging
  Pine64 as a viable desktop replacement ? here are my thoughts! Luke 11 17,040 01-06-2017, 04:49 AM
Last Post: dkryder
  Problems with remote printers with pine64 (SOLVED) LocoMJ 2 4,190 12-14-2016, 04:32 PM
Last Post: LocoMJ
  Binfmt_misc support cztian 1 3,701 08-17-2016, 11:49 PM
Last Post: longsleep
Question Joystick/Gamepad support Drakuwa 3 5,981 08-10-2016, 10:12 AM
Last Post: xalius
Big Grin Funny ! Support Intel x86 linux applications on ARM-based ( PINE64 ) not freeware joe 10 16,392 08-09-2016, 05:59 PM
Last Post: dkryder

Forum Jump:


Users browsing this thread: 1 Guest(s)