0

我的目标是在没有 xterm 的 xinit 中显示纯色背景,全屏纯色背景就可以了。我意识到我可以为此目的使用 xsetroot -solid color,但 xterm 仍然存在。xinit ./mplayer *mp4我也知道我可以使用“ ”在 xinit 中运行全屏视频

我尝试对 xsetroot 使用相同的解决方法

xinit /usr/bin/xsetroot -solid green

但这不起作用。

任何人都知道任何解决方法来实现我上面提到的目标?

非常感谢您的意见。

4

1 回答 1

0

尝试:

xinit ; DISPLAY=:0 /usr/bin/xsetroot -solid green

或创建.xinitrc一个

/usr/bin/xsetroot -solid green &

在里面。

高温高压

于 2011-08-09T05:04:23.603 回答