Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Mono 中运行的 C# 程序中找出我的 Linux 桌面的屏幕分辨率?我正在使用 Ubuntu。
使用xrandr命令我可以查看分辨率,但是有没有一种编程方式来获取相同的信息?
xrandr
与在 .NET C# 中的方式完全相同。这就是 Mono 的全部理念——让底层操作系统透明。
谷歌“屏幕分辨率 C#”。您的第一个搜索结果应该可以正常工作。
您可以使用以下命令:
xdpyinfo | grep 'dimensions:'