是否有标准的 X / Gnome 程序可以显示我选择的窗口的 X、Y 宽度和深度(以像素为单位)?类似于 xterm 在您调整窗口大小时显示窗口的宽度和深度(以行为单位)的方式。

我在 Red Hat Enterprise Linux 4.4 上运行。

谢谢!

有帮助吗?

解决方案

是的,您正在寻找程序“xwininfo”。在另一个终端中运行它,然后单击您想要的信息窗口,它会给您提供信息。

希望这可以帮助!

其他提示

$ xwininfo 

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x1200007 "xeyes"

  Absolute upper-left X:  1130
  Absolute upper-left Y:  0
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 150
  Height: 100
  Depth: 24
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +1130+0  -0+0  -0-924  +1130-924
  -geometry 150x100-0+0
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top