Tag Archives: RDP

Screen resolution in RDesktop

You can remote desktop a Windows machine from Linux using the rdesktop command-line application; an example: rdesktop [machine] You can replace [machine] by the host name on the network or the IP address. Now, if you want to open the screen at a specific resolution, for example 1280×1024 resolution, add the -g flag: rdesktop -g 1280×1024 [...]

Continue Reading