Linux/rdesktop

From Omnia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Examples

Basic Usage:

rdesktop [hostname]

Performance:

rdesktop -z -m -x m -P -a 16 -g 800x600 [hostname]
# -z compression
# -m disable mouse movements (kills drag/drop and highlight) - I don't use this option
# -x disable eye candy (m=modem)
# -P persistent bitmap caching
# -a color depth (16=16bit)

Other Options:

-g 800x600            # specify geometry
-u [username]         # specify user name
-f                    # full screen - ctrl+alt,enter to exit full screen
-0                    # attach to console session

References:

keywords