lov*_*zoo 3 xrandr xorg multiple-monitors
编辑 - 文件正在保存到桌面,但被放置在 DVI-I-1 上方的区域中,即由 +0+261 偏移量描述的位。临时解决方案只是沿顶端对齐显示器。是否有解决方案,它是已知问题还是应该让 Ubuntu/Nvidia 开发人员知道?
我的桌面尺寸大于我的显示器尺寸。因此,当我保存文档时,该图标在屏幕上不可用,尽管该文件是通过命令行中的“ls”显示的。我正在运行双显示器设置,请参阅下面“xrandr -q”的输出。Ubuntu 13.10 版,显卡,GeForce GTX 650 Ti/PCIe/SSE2,驱动是 nvidia 的。
我试过跑步
xrandr --output DVI-I-1 --mode 1600x1200
Run Code Online (Sandbox Code Playgroud)
其次是
xrandr --output DVI-I-1 --mode 1680x1050
Run Code Online (Sandbox Code Playgroud)
试图适当地重置屏幕大小,但这没有区别。
我还在下面包含了一个 ~/.config/monitors.xml 的转储,在我没有受过教育的眼睛看来是正常的。
任何人都可以建议我接下来应该尝试解决这个问题吗?
$ xrandr -q
Screen 0: minimum 8 x 8, current 2760 x 1920, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1680x1050+0+261 (normal left inverted right x axis y axis) 474mm x 297mm
1680x1050 60.0*+
1600x1200 60.0
1400x1050 60.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 72.8 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 1080x1920+1680+0 left (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.0*+
1680x1050 60.0
1440x900 75.0 59.9
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 60.3 56.2
640x480 75.0 72.8 59.9
Run Code Online (Sandbox Code Playgroud)
$ less ~/.config/monitors.xml
<monitors version="1">
<configuration>
<clone>no</clone>
<output name="DVI-I-0">
</output>
<output name="DVI-I-1">
<vendor>HSD</vendor>
<product>0x2469</product>
<serial>0x01010101</serial>
<width>1680</width>
<height>1050</height>
<rate>60</rate>
<x>0</x>
<y>261</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>yes</primary>
</output>
<output name="HDMI-0">
</output>
<output name="DVI-D-0">
<vendor>IVM</vendor>
<product>0x5620</product>
<serial>0x00001c82</serial>
<width>1920</width>
<height>1080</height>
<rate>60</rate>
<x>1680</x>
<y>0</y>
<rotation>left</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>no</primary>
</output>
</configuration>
</monitors>
Run Code Online (Sandbox Code Playgroud)
小智 7
注意:我回答这个问题是因为它是出现在谷歌搜索中的第一个结果。
我遇到了同样的问题,我花了很长时间寻找在 Ubuntu 中修复它的方法,但无济于事。
事实证明,它可以通过查看您使用的显示器/电视的设置来解决。不是 Ubuntu 设置,而是您通过按显示器上的物理按钮访问的显示器的实际内置设置。
对我来说,我不得不将纵横比设置从 16:9 更改为“Just Scan”。不确定这意味着什么,但它完成了工作。