gpt4 book ai didi

python - 在 linux/Gnome 上获取多个屏幕的屏幕布局

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:41:20 25 4
gpt4 key购买 nike

我正在尝试为多个屏幕创建一个应用程序,但是到目前为止我找不到定位辅助屏幕位置的方法(相对于主屏幕的 x 和 y 坐标)。

我更喜欢使用 python 或 bash(通过库/框架都可以)。我还检查了 xorg.conf,它没有反射(reflect)我当前的屏幕设置。

我正在使用 Ubuntu 11.10(我相信是默认的 Gnome 2),使用 compiz 作为窗口管理器。重复一遍,我的问题是如何最好通过 python 或 bash 获取所有显示器的屏幕布局(相对于主屏幕的坐标)。

最佳答案

没关系,我改用 Pyqt。这是一些代码...

from PyQt4.QtGui import QApplication, QPixmap
desktop = QApplication.desktop()
screenRect = desktop.screenGeometry(1) #2nd monitor
print screenRect.x(), screenRect.y() #returns the x and y of that screen

关于python - 在 linux/Gnome 上获取多个屏幕的屏幕布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9208942/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com