第二个屏幕未正确识别

[Ubuntu 14.04 64bit]

根据NVIDIA设置,我目前正在使用英特尔GPU(有没有办法通过命令行validation?)。

> lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 01:00.0 VGA compatible controller: NVIDIA Corporation GK107GLM [Quadro K2000M] (rev a1) > xrandr Screen 0: minimum 320 x 200, current 2944 x 1080, maximum 32767 x 32767 LVDS1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 345mm x 194mm 1920x1080 59.9*+ [...] 640x480 59.9 VGA1 connected primary 1024x768+1920+312 (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 VIRTUAL1 disconnected (normal left inverted right x axis y axis) DP-1-1 disconnected HDMI-1-1 disconnected 

VGA1插入并且或多或少地工作 – 这意味着它只是分辨率非常低(1024×768)并且比率不正确(它是4:3)的第二个屏幕。 这个比例实际上是一个更大的问题因为我大多使用我的大型外接显示器来观看电影。 显然因为在全屏模式下比例是4:3而不是16:9,图片的大部分缺失。

在显示设置中,显示器显示为“未知”。

我能做什么?

我尝试升级驱动程序,但显然它已经是最新的:

 > sudo apt-get install xserver-xorg-video-intel [sudo] password for raffael: Reading package lists... Done Building dependency tree Reading state information... Done xserver-xorg-video-intel is already the newest version. 

Ubuntu,显卡,屏幕和所有这些都发生在我身上。

奇怪的是,其他屏幕运行良好,有时会恢复正常,但在关闭并打开后突然恢复同样的失败。

尝试使用所需的分辨率,我的是1440×900,为我工作!

 xrandr --newmode "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync