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!
Rob, we're doing this too.
I can confirm freerdp works too but the command is kind of tricky
But you run it with
BTW did you get video/audio (youtube perhaps?) working?

I can confirm freerdp works too but the command is kind of tricky
Code: Select all
sudo apt-get install freerdp
Code: Select all
xfreerdp {hostname/ip address of Windows machine}
Re: Remote Desktop (RDP) Working Well!
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
Rob
Re: Remote Desktop (RDP) Working Well!
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!
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
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!
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!
What about sound over remote desktop?
-
- Posts: 1
- Joined: Wed Jun 20, 2012 6:50 pm
Re: Remote Desktop (RDP) Working Well!
Hi guys, i get "RROR: failed to open display" - any ideas?
Re: Remote Desktop (RDP) Working Well!
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
Magicfap
- dhardingham
- Posts: 28
- Joined: Mon Jan 02, 2012 12:45 pm
- Location: Stevenage, UK
- Contact: Website
Re: Remote Desktop (RDP) Working Well!
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.
It looks as if Windows is redircting the sound somewhere, but not where I want it to go.
David Hardingham
Re: Remote Desktop (RDP) Working Well!
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

Do we need to add a repository back or something?
Thanks,
Jeff
Re: Remote Desktop (RDP) Working Well!
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.
Luke.
-
- Posts: 1
- Joined: Fri Aug 10, 2012 1:44 pm
Re: Remote Desktop (RDP) Working Well!
can Pi do PC/IP remote communication?
Re: Remote Desktop (RDP) Working Well!
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.
Thanks.
Re: Remote Desktop (RDP) Working Well!
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

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!
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
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
-
- Posts: 2
- Joined: Fri Mar 08, 2013 2:05 pm
Re: Remote Desktop (RDP) Working Well!
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.
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!
I would like to have the information you have for autostarting the remote desktop session.
thanks.
thanks.
-
- Posts: 2
- Joined: Tue Aug 06, 2013 6:01 pm
Re: Remote Desktop (RDP) Working Well!
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 ?