![]() |
How to enable XDCMP on longsleep Xubuntu? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +--- Thread: How to enable XDCMP on longsleep Xubuntu? (/showthread.php?tid=1304) |
How to enable XDCMP on longsleep Xubuntu? - melao - 06-08-2016 I am using xubuntu-xenial-mate-20160528-longsleep-pine64-8GB. How to enable XDMCP remote connections on the Pine64? thanks! RE: How to enable XDCMP on longsleep Xubuntu? - Luke - 06-09-2016 Hey Not sure about XDMCP - never used it - but I know that VNC works just fine on the pine as I've helped a user set it up in some time ago. sudo apt-get install tightvncserver Cheers RE: How to enable XDCMP on longsleep Xubuntu? - melao - 06-11-2016 (06-09-2016, 04:27 AM)Luke Wrote: Hey Thanks for the suggestion. XDMCP is native to linux and unix-like systems to export the video through the network. But maybe VNC is a better idea. I will try, thanks. RE: How to enable XDCMP on longsleep Xubuntu? - gwizard - 06-12-2016 I would assume that you want to export X11 to view X apps running on your local machine. I've successfully done this on my Mac, but it should work on any platform that has X11 binaries for it On the host: Windows - install Xming https://sourceforge.net/projects/xming/ Mac - install XQuartz https://www.xquartz.org/ On pine (assuming you have working X11 env): run 'xhost+' to enable all connections should give you a message akin to "all connections are now permitted" On your host: 1. Run X server you installed 2. SSH to Pine with -X, if using command line or if using Putty, expand SSH tab and select X11 forwarding to enable That's it. To test, run xeyes ;-) RE: How to enable XDCMP on longsleep Xubuntu? - melao - 06-17-2016 (06-12-2016, 11:33 PM)gwizard Wrote: I would assume that you want to export X11 to view X apps running on your local machine. Acutally I wanted to use an Xserver program such as Xming to connect directly to the Pine64 and get the login screen. to export video i know how to do it ![]() RE: How to enable XDCMP on longsleep Xubuntu? - MacFizz - 06-20-2016 (06-08-2016, 09:08 PM)melao Wrote: I am using xubuntu-xenial-mate-20160528-longsleep-pine64-8GB. Depending on what you want to do, xrdp might also be a good solution. RE: How to enable XDCMP on longsleep Xubuntu? - baldrob - 06-23-2016 (06-20-2016, 06:48 AM)MacFizz Wrote:I second xrdp. I use it along with bitvise on my windows machine and it works like a charm.(06-08-2016, 09:08 PM)melao Wrote: I am using xubuntu-xenial-mate-20160528-longsleep-pine64-8GB. |