我无法在 Intel HD 5000 上使用 Displayport 和 PG278Q 设置 2560x1440 分辨率

Jex*_*Tay 5 resolution monitor intel displayport

我刚刚安装了 Ubuntu 14.04 LTS,但我无法让显示器工作。

启动到 Windows 时(在安装 Ubuntu 之前),屏幕在 BIOS 和同一台机器中工作正常。

我已经尝试过 xrandr 命令来添加分辨率,但是一旦设置,显示器就会超出范围。

通过 HDMI 连接不同的屏幕可以正常工作,并且在 1920x1080 分辨率下没有任何干扰。

编辑:加载了所有系统更新,我之前安装了英特尔驱动程序,希望能解决问题。

编辑:重新安装,所有系统更新。

机器:Intel NUC D54250WYB 显示器:Asus PG278Q

按照要求:

uname -r
3.13.0-43-generic

apt-cache policy xserver-xorg-video-intel | grep -F Installed
Installed: 2:2.99.910-0ubuntu1.3

xrandr --current
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768       60.0* 
800x600        60.3     56.2  
848x480        60.0  
640x480        59.9  
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Run Code Online (Sandbox Code Playgroud)

我尝试将分辨率设置如下:

$ cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync

$ xrandr --newmode "2560x1440_60" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
Run Code Online (Sandbox Code Playgroud)

一旦我输入以下内容,我就会在监视器上收到“超出范围”的消息,并且必须连接另一个将分辨率切换回来。

$ xrandr --addmode DP1 2560x1440_60
Run Code Online (Sandbox Code Playgroud)