Linux/rdesktop

From Omnia
Revision as of 17:22, 22 June 2015 by Kenneth (talk | contribs) (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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