外接显示器的分辨率太小,通过 HDMI 传输的分辨率为 14.04

外接显示器的分辨率太小,通过 HDMI 传输的分辨率为 14.04

我的 DELL 27 英寸显示器应该能够达到 2560x1440 的分辨率。我已经使用带有 DVI 连接的 Ubuntu 12.04 NVIDIA 确认了这一点。现在在Intel® HD 4600带有 HDMI 的 14.04 上,我看到的最大分辨率仅为1920x1080

$ xrandr
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   1920x1080      60.0*+   60.0     50.0     59.9     24.0     24.0  
   1920x1080i     60.1     50.0     60.0  
   1600x1200      60.0  

在 askubuntu.com 上有许多类似的问题,我看到这个给出了一个看起来很有希望的命令集,但之后xrandr --output HDMI1 --mode 2560x1440,操作系统的显示设置工具显示显示为 2560x1440(这就是我想要的)但 DELL 显示器变黑并显示:

Current input timing is not supported by the monitor display. Please change your input timing to 1920x1080@60Hz or any other monitor listed timing as per the monitor spec.

如何使用2560x1440我的外接戴尔显示器?

相关内容