Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10 => Topic started by: michal.siman on March 10, 2014, 07:49:27 PM

Title: RDP client for this platform?
Post by: michal.siman on March 10, 2014, 07:49:27 PM
Hi all, existing RDP client for this ARM platform?
Title: Re: RDP client for this platform?
Post by: lubod on March 10, 2014, 11:11:42 PM
Google: armhf linux rdp client

First two useful looking results:

freerdp
rdesktop
Title: Re: RDP client for this platform?
Post by: michal.siman on March 11, 2014, 02:56:54 PM
yes, i know, but, somebody use it? it is really usable on this platform (A10)?
Title: Re: RDP client for this platform?
Post by: adam-charlie on March 12, 2014, 01:14:31 PM
I installed the xrdp it works like a charm. Just use:
apt-get install xrdp
and then open the file /etc/xrdp/xrdp.ini and in [xrdp1] section cnahge username to username of the user for which you want to log in, leave ask for password and other option as default. I created a user called vnc for remote desktop connection and it looks like that:
[xrdp1]
name=sesman-Xvnc
lib=libvnc.so
username=vnc
password=ask
ip=127.0.0.1
port=-1

When connecting from a windows machine you need to specify screen resolution if you use the default windows RDP client settings the connection will be broken before you can even log in. In the windows client you do not put the credentials, as you will be asked for them when the connection is initialized. If you specify in the configuration file the username, the only thing you will be asked will be a password.
Title: Re: RDP client for this platform?
Post by: tormen-bln on March 15, 2014, 10:22:21 AM
Hello adam-charlie,

I tried to use the remote desktop connection by windows 7, but it did'nt work (see attachement). The connection log says:

connecting to sesman ip 127.0.0.1 port 3350
sesman connect ok
sending login info to sesman
xrdp_mm_process_login_response:login successful for display
started connection
connecting to 127.0.0.1 5910
error - problem connecting

Have you an idea where the problem is? XRDP is installed. If I connect to my raspberry pi I have no problems connecting to it.



Regards,
Torsten
Title: Re: RDP client for this platform?
Post by: klausbm on March 15, 2014, 07:26:02 PM
I think you should install the package tightvncserver in addition to xrdp.

Regards,
Klaus
Title: Re: RDP client for this platform?
Post by: tormen-bln on March 17, 2014, 09:17:59 PM
Thank you sir, it works :)

Regards,
Torsten