Remote Desktop Does Not Support Color Depth 24; Falling Back to 16

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

Leave a Comment

Your email address will not be published.