如何将 xinit 和 xsetroot 串在一行中?

发布于 2024-11-28 20:18:00 字数 327 浏览 1 评论 0原文

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

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

xinit /usr/bin/xsetroot -solid green

但这不起作用。

有人知道有什么解决方法可以实现我上面提到的目标吗?

非常感谢您的投入。

My goal is to show a solid color background while inside xinit without the xterm, a full screen solid background will do.
I realize I can use xsetroot -solid color for this purpose but the xterm still exist there.
I also know that I could run a full screen video inside xinit using "xinit ./mplayer *mp4"

I tried to use the same workaround for xsetroot

xinit /usr/bin/xsetroot -solid green

but this doesn't work.

Anyone knows any workaround to achieve my goal mentioned above?

Thank you very much for your inputs.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情归归情 2024-12-05 20:18:00

尝试:

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

或者创建一个包含在其中的 .xinitrc

/usr/bin/xsetroot -solid green &

华泰

Try:

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

Or create a .xinitrc with

/usr/bin/xsetroot -solid green &

in it.

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文