When using RDesktop, the following error appears:
Remote desktop does not support colour depth 24; falling back to 16

Solution: Add the -a parameter for better display quality.
Example:
rdesktop 192.168.1.xxx -u administrator -p password
Change to:
rdesktop -a 24 192.168.1.xxx -u administrator -p password