Page 1 of 1
Remote Desktop (RDP) Working Well!
Posted: Sun May 13, 2012 8:12 am
by welshblob
As I remember there were lots of discussions about using the Pi as a thin client I can confirm rdesktop works great from the default debian install. I'm actually writing this on a rdp session from my Pi to my Win7 box! To install rdesktop all you need to do is from a terminal session;
sudo apt-get install rdesktop
Once installed;
rdesktop {hostname/ip address of Windows machine}
I'm not sure if this is a duplicate but I couldn't find any other postings. This should give schools even more options now just have to come up with a decent bootmanager.
Rob
Re: Remote Desktop (RDP) Working Well!
Posted: Wed May 16, 2012 8:01 am
by felix123
Rob, we're doing this too.
I can confirm freerdp works too but the command is kind of tricky
But you run it with
Code: Select all
xfreerdp {hostname/ip address of Windows machine}
BTW did you get video/audio (youtube perhaps?) working?
Re: Remote Desktop (RDP) Working Well!
Posted: Wed May 16, 2012 8:07 am
by welshblob
That's great, I must have a play with that too. I didn't do too much but did try a video but it was stuttering as I have always experienced on rdp. I didn't try the audio though or printers for that matter.
Rob
Re: Remote Desktop (RDP) Working Well!
Posted: Wed May 16, 2012 10:02 am
by Stateside
A site search for "rdesktop'' brings back 16 results . You may want to let these other people know about your sccess!!
Re: Remote Desktop (RDP) Working Well!
Posted: Wed May 16, 2012 12:31 pm
by felix123
Let's try something:
Connect to your server using the Remote Desktop Connection on a windows computer. Open Paint. Draw a few curves using the pencil tool.
Now do the same from freerdp on RPi.
The result is that you get smooth lines on the RPi, and jagged edges on the Windows client

Re: Remote Desktop (RDP) Working Well!
Posted: Sun Jun 03, 2012 9:38 am
by midgardic
if you want a graphical interface to rdesktop, install grdesktop. I have also rdesktop working of Linux Pcs and been able to print to the local printer. Haven't tried sound as never required it.
Re: Remote Desktop (RDP) Working Well!
Posted: Wed Jun 13, 2012 5:47 pm
by headbite
What about sound over remote desktop?
Re: Remote Desktop (RDP) Working Well!
Posted: Wed Jun 20, 2012 6:51 pm
by richmarks20
Hi guys, i get "RROR: failed to open display" - any ideas?
Re: Remote Desktop (RDP) Working Well!
Posted: Wed Jun 27, 2012 6:07 am
by magicfap
richmarks20. I got the same thing for a while as well. Just in case you haven't figured it out, you have to run xwindows before you can use any sort of remote viewing (of another computer) otherwise there is nothing for it to display within. Start XWindows with "startx" sans quotes and then open LXTerminal from the Accessories Menu. Run rdesktop (or install it with "sudo apt-get install rdesktop" if you dont have it already) with the ip address you want and an optional -f for fullscreen should work great once there is a screen to bind to. Hope this helps. Cheers,
Magicfap
Re: Remote Desktop (RDP) Working Well!
Posted: Wed Jun 27, 2012 7:38 am
by dhardingham
I've got rdesktop working, but I can't get any sound redirected to the ALSA drivers. I'm using the Raspberry PI analog sound port, because my HDMI monitor doesn't have any speakers. I know that the sound drivers are working, because I can play videos using omxplayer.
It looks as if Windows is redircting the sound somewhere, but not where I want it to go.
Re: Remote Desktop (RDP) Working Well!
Posted: Fri Jul 20, 2012 5:27 pm
by jeffjcom
sudo apt-get install freerdp isn't working on new wheezy-raspbian. I had it installed before

Do we need to add a repository back or something?
Thanks,
Jeff
Re: Remote Desktop (RDP) Working Well!
Posted: Sat Jul 21, 2012 5:21 pm
by Lucretia
I have just been logging into the Pi using ssh -X <username>@<ip> and running X apps over the network. This way I have no need to send huge amounts of data, re VNC across the network.
Luke.
Re: Remote Desktop (RDP) Working Well!
Posted: Fri Aug 10, 2012 1:45 pm
by collinssolutions
can Pi do PC/IP remote communication?
Re: Remote Desktop (RDP) Working Well!
Posted: Sun Aug 19, 2012 8:39 pm
by rgisme
Installed rdesktop and freerdp on Raspbian, which conveniently also starts straight into x, but I would like to know how to boot straight into an rdesktop session - ie which script do I have to edit/create in order to load rdesktop automatically on start, immediately after the x-window session itself has started, and what commands do I have to enter there?
Thanks.
Re: Remote Desktop (RDP) Working Well!
Posted: Wed Feb 06, 2013 7:43 pm
by rgisme
Well, it's a while since I made this request but no answers, so I'm going to take the liberty of giving it a bump. Someone must know the answer to this? I've seen a You Tube clip where someone has their Pi booting straight into a full-screen remote desktop login page so they did it, but didn't say how
I'm using Raspbian. I can get the remote desktop up from a terminal window but I want rdesktop to be launched automatically when X windows has itself started. I have tried editing various file related to starting X to get it to work, but to no avail. Someone out there knows.. please reply if you do.
Thanks
Richard
Re: Remote Desktop (RDP) Working Well!
Posted: Wed Feb 13, 2013 11:53 pm
by SuvwI
I also need to start Rdesktop straight after X.
I haven't had chance to try this yet but noticed another post in the forum.
http://www.raspberrypi.org/phpBB3/viewt ... 50&t=32142
Let me Know how you get on
SuvwI
Re: Remote Desktop (RDP) Working Well!
Posted: Fri Mar 08, 2013 2:08 pm
by tmccaffery
I've managed to get it starting right about it starts and can post how if your still having trouble!
what I'm looking for now is a way to lock it, as in users cannot log out and get into the Linux desktop without some form of authentication.
Re: Remote Desktop (RDP) Working Well!
Posted: Tue Jul 30, 2013 1:24 pm
by jbrowne
I would like to have the information you have for autostarting the remote desktop session.
thanks.
Re: Remote Desktop (RDP) Working Well!
Posted: Tue Aug 06, 2013 6:24 pm
by Jonathongordon
I am an intern at a school district that is looking to move into this as well as a user profile rather than generic lab sign on using AD any issues percieved ? how does debian and RD work with multiple users a day etc ?