最近刚在我的笔记本上安装了一个带有bspwm的Arch-Linux:
问题发生在三星的屏幕上,克朗返回非常有限的分辨率选择;显示器正常工作在高清分辨率(1920x1080以及)。
这是我的X-朗的回归:
[nox@nox:http/sandra]$ xrandr
(04-11 11:45)
Screen 0: minimum 8 x 8, current 4864 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+2944+0 (normal left inverted right x axis y axis) 350mm x 190mm
1920x1080 59.93*+
1400x1050 59.98
1600x900 60.00
1280x1024 60.02
1280x960 60.00
1368x768 60.00
1280x720 60.00
1024x768 60.00
1024x576 60.00
960x540 60.00
800x600 60.32 56.25
864x486 60.00
640x480 59.94
720x405 60.00
640x360 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI1 connected 1920x1080+1024+0 (normal left inverted right x axis y axis) 510mm x 290mm
1920x1080 60.00*+
1280x1024 60.02
1440x900 59.90
1280x800 59.91
1152x864 75.00
1024x768 70.07 60.00
800x600 60.32 56.25
640x480 66.67 59.94
720x400 70.08
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
为了配置我的两个宏碁& Samsung屏幕,我使用命令:
xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1
xrandr --output DP2 --mode 1024x768 --left-of HDMI1
对于DP2,如果我试图强制使用1920x1080分辨率,它将返回错误:
xrandr: cannot find mode 1920x1080
发布于 2017-05-19 15:19:32
有类似的问题,我第一次跑:
xrandr --auto
正确的决议出现了。否则,请阅读原问题下的评论。
https://unix.stackexchange.com/questions/358249
复制相似问题