从命令行检索监视器配置


0

我正在制作一个需要访问计算机监视器配置的脚本。我怎样才能做到这一点?是否有我可以阅读的命令或文件,我可以访问此信息?

此刻,我做到了

xwininfo -root

但我只有总分辨率而不是细节(我需要的是每个屏幕的分辨率)。

谢谢!


你在执行脚本时有权访问xserver吗?你想知道硬件(显示器)的限制吗?你想知道在Xorg.conf中配置什么分辨率?
akira

我想知道在Xorg.conf中配置了什么分辨率,除了因为我正在运行Fedora 14,默认情况下我没有Xorg.conf。
nbarraille 2011年

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.