今天在服务器上装了 ic5141,配置好环境变量后运行提示:
*ERROR* Failed to find either 24-bit TrueColor or 8-bit PseudoColor Visual .
*WARNING* Failed to find eiher 24-bit TrueColor or 8-bit PseudoColor Visual.
在vnc上设置显示模式示果
之后更改vnc设置文件(/usr/bin/vncserver)中depth参数,由$depth = 16;改为$depth=24;
运行后正常。

