谁能告诉我如何让Xvfb在32位颜色上工作?例如,Vnc4server运行得很好,但并不适合我的目的。
> /etc/X11# Xvfb :1 -screen 0 1600x1200x24
error opening security policy file /etc/X11/xserver/SecurityPolicy
(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[config/hal] couldn't initialise context: (null) ((null))
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.
Aka -它可以工作,同时:
> /etc/X11# Xvfb :1 -screen 0 1600x1200x32
Fatal server error:
Couldn't add screen 0
发布于 2011-01-17 16:50:27
32不是有效深度,请参见this bug report
试试这个:Xvfb :1 -screen 0 1600x1200x24+32
https://stackoverflow.com/questions/2660216
复制相似问题