Remote desktop does not support colour depth 24; falling back to 16

使用RDesktop时出现:

Remote desktop does not support colour depth 24; falling back to 16

解决方法:加上-a参数 , 使显示效果更好。

例如:
rdesktop 192.168.1.xxx -u administrator -p password
改为:
rdesktop -a 24 192.168.1.xxx -u administrator -p password

发表评论

您的邮箱地址不会被公开。