如何以编程方式编辑 xorg.conf?

发布于 2024-11-09 01:28:49 字数 233 浏览 0 评论 0原文

我需要向 ServerLayout 添加选项(如果不存在则创建 ServerLayout)。

  • 怎样做才正确呢?
  • 是否有工具可以将 xorg.conf 转换为 xml 并返回?
  • 除了 xorg.conf 之外,还有其他更适合编程的配置机制吗? (我在xset中找不到所有选项)

也可以有xorg.conf.d,但它在该系统上不起作用。

I need to add Options to ServerLayout (creating ServerLayout if not present).

  • How to do it properly?
  • Are there tools that convert xorg.conf to xml and bacK?
  • Are there other more programming-friendly configuration mechanisms apart of xorg.conf? (I can't find all options in xset)

There can be also xorg.conf.d, but it does not work on that system.

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

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

发布评论

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

评论(1

小…红帽 2024-11-16 01:28:49

你可以试试augeas。您也可以使用它来解析配置文件,xorg.conf 就是其中之一

http://augeas.net/

对于 xorg.conf,您可以使用以下镜头,因为默认安装中的镜头有点问题。
https://github.com/Mpounta/augeas/blob/master/lenses /xorg.aug

You can try out augeas. you can use this too parse configuration files using it and xorg.conf is one of them

http://augeas.net/

For xorg.conf, you can use the following lens as the one in your default installation is a bit buggy.
https://github.com/Mpounta/augeas/blob/master/lenses/xorg.aug

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