我正在运行 XFCE 4.12,在同一台计算机上将 3 个显示器设置为两个 X 屏幕和两个视频卡。两个显示器使用 nvidia twinview 功能形成一个 X 屏幕,即 Xorg 配置中 Device0 上的 Screen0。第三个监视器用于第二个屏幕,即 Xorg 配置中 Device1 上的 Screen1。我可以在 Screen0 上的监视器之间很好地拖动窗口。我还可以在 Screen0 和 Screen1 之间自由移动鼠标,甚至可以在两个 X 屏幕之间传输剪贴板数据。
这两个 X 屏幕都充当独立的桌面,具有自己的一组视口。我喜欢这种方式,它有助于使一侧自动“粘住”。但是,如果我在一个 X 屏幕上启动程序,则无法通过简单地拖动将其移动到另一个 X 屏幕。如果我想在另一个屏幕上运行该程序,我必须在该屏幕上重新启动它。
我的问题是是否有办法在程序运行时使用 X 窗口的某些命令或其他功能将其移动到另一个屏幕。谢谢。
更新:我将开始悬赏这个问题,但我一直想知道这个问题有一段时间了。要获得赏金,您必须提供一些引文作为证明。
当您在 Linux 上运行 cal 时,当月的输出将反转视频突出显示当天。当我将该输出发送到 hexdump -c 时,我得到了一些有趣的结果:
0000000 N o v e m b e r 2 0 1 6
0000010 \n S u M o T u
0000020 W e T h F r S a \n
0000030 1 2 _ \b _ \b 3
0000040 4 5 \n 6 7
0000050 8 9 1 0 1 1 1 2 \n
0000060 1 3 1 4 1 5 1 6 1 7 1
0000070 8 1 9 \n …
Run Code Online (Sandbox Code Playgroud) 来自 tcpdump 4.1.1 的手册页(是的,我知道它是旧的)
Run Code Online (Sandbox Code Playgroud)-i Listen on interface. If unspecified, tcpdump searches the system interface list for the lowest numbered, configured up interface (excluding loopback). Ties are broken by choosing > the earliest match. On Linux systems with 2.2 or later kernels, an interface argument of ``any'' can be used to capture packets from all interfaces. Note that captures on the ``any'' device will not be done in promiscuous mode.
任何人都可以阐明最后一句话的确切含义。我正在使用具有许多接口的 IDS 服务器,当我使用 tcpdump -i any 时,它清楚地显示流量不是源自/目的地为 IDS 服务器。然而,还有另一种服务已经将所有接口置于混杂模式。他们是否可能只是意味着如果您使用 -i …