注意,因为这是运行“的机器上的问题”Ubuntu +1(阿尔法)“, 它是出界在 AskUbuntu 上,所以我希望在这里得到一些帮助。
今天早上我遇到了一些奇怪的屏幕行为。我已经使用 Ubuntu Gnome 17.10 (alpha2) 几个星期了,现在非常愉快,主显示器在右侧,辅助显示器在左侧,带有跨屏壁纸——所有显示器都正确显示,并且鼠标从屏幕最左边缘正确移动。辅助显示器,穿过中间分隔线,到主显示器的最右边缘。
但今天早上这种行为发生了变化:
- 正确识别主/辅助监视器;
- 并且面板仅出现在主设备上(在我的设置中是正确的);
- 但壁纸反了,右(主显示器)的左上角好像是“0,0”,所以鼠标从主显示器的最右边移动,然后出现在最左边左显示器的边缘(中心接缝是硬边界)。
xrandr
报告:
Screen 0: minimum 320 x 200, current 3600 x 1200, maximum 8192 x 8192
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 connected 1680x1050+1920+0 (normal left inverted right x axis y axis) 474mm x 296mm
1680x1050 59.95*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
DP-3 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
1920x1200 59.95*+
1920x1080 60.00
1600x1200 60.00
1680x1050 59.95
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1024x768 60.00
800x600 60.32
640x480 59.94
似乎~/.config/monitor.xml
是正确的(据我所知):
<monitors version="2">
<configuration>
<logicalmonitor>
<x>1680</x>
<y>0</y>
<scale>1</scale>
<primary>yes</primary>
<monitor>
<monitorspec>
<connector>DP-3</connector>
<vendor>HWP</vendor>
<product>HP LA2405x</product>
<serial>CN43220DJ0</serial>
</monitorspec>
<mode>
<width>1920</width>
<height>1200</height>
<rate>59.950672149658203</rate>
</mode>
</monitor>
</logicalmonitor>
<logicalmonitor>
<x>0</x>
<y>0</y>
<scale>1</scale>
<monitor>
<monitorspec>
<connector>HDMI-2</connector>
<vendor>DEL</vendor>
<product>DELL 2209WA</product>
<serial>H735H9862DNL</serial>
</monitorspec>
<mode>
<width>1680</width>
<height>1050</height>
<rate>59.954746246337891</rate>
</mode>
</monitor>
</logicalmonitor>
</configuration>
</monitors>
如果我删除monitors.xml
,“显示设置”对话框就会不是创建一个新的。
然而,这里有一个差异:虽然monitors.xml
正确地将戴尔(次要,物理上位于左侧)设置为“0,0”,但输出xrandr
显示了我实际看到的内容,即 HP(主要,物理上位于左侧)正确的)有“0,0”,其左侧的 Dell 偏移了 1920(即它们“实际上”颠倒了)。
因此,“显示设置”会错误地看到它们,即,尽管[#1][#2]
它们应该显示为[#2][#1]
.这是当我尝试使用“排列组合显示”保存正确的显示设置时发生的情况:
该设置根本不“坚持”,并且“主要”总是恢复到左侧,而不是停留在右侧。
Shutter
看到我的显示器/桌面,因为显示设置组合显示描述了它:
但这是我实际看到的:
我怎样才能说服 Ubuntu Gnome 认识到我的桌面 0x, 0y 应该是左上角中学显示器,不是主显示器?