我一直在度过一个周末(以及之前的一段时间),尝试使用Ubuntu 13.10设置我的韩语QHD270和Benq G2222HDL显示器。
使用nouveau驱动程序安装时,两个监视器功能都可以正常运行。安装nvidia驱动程序后,Benq 可以工作,但QHD270不能。
现在,经过几天的苦苦挣扎,我设法使QHD270能够在众多博客中工作,尤其是在博客上。这个和学习。现在,很遗憾,我的G2222HDL无法正常工作。我通过提供自定义EDID修复了QHD270,我的xorg.conf看起来像这样(不包括键盘和鼠标):
Section "ServerLayout"
Identifier "Layout0"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "CustomEDID" "DFP:/etc/X11/edid-shimian.bin"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection
现在,我试图定义一个新的Device
,Monitor
并Screen
随后ServerLayout
加入Screen "Second Screen" RightOf "Default Screen"
,但这样做后,所以既不监控工作。
希望使用基于GUI的工具解决此问题,我打开了NVIDIA X Server Settings,将其当前布局显示为:
正如我的打印屏幕所建议的,似乎某些东西正在输出到监视器:
任何帮助将不胜感激。
输出xrandr
:
Screen 0: minimum 8 x 8, current 5120 x 1440, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 60.0*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 60.0*+
DP-1 disconnected (normal left inverted right x axis y axis)
还有我的日志文件的摘录(也许这有用吗?)
[ 7.862] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680 at PCI:2:0:0
[ 7.862] (--) NVIDIA(0): CRT-0
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0) (boot, connected)
[ 7.862] (--) NVIDIA(0): DFP-1
[ 7.862] (--) NVIDIA(0): DFP-2
[ 7.862] (--) NVIDIA(0): DFP-3
[ 7.862] (--) NVIDIA(0): DFP-4
[ 7.862] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0): 330.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0): Internal Dual Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-3: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-4: Internal DisplayPort
您是否尝试过Ubuntu“显示”工具?为此,使用X.org配置很麻烦。我成功地使用了两个显示器,并且所有的nvidia驱动程序都设置了“显示器”。同样,nvidia设置报告同一台显示器(ACB QHD270)。您可能配置有误。
—
errikos 2013年
@errikos Ubuntu屏幕显示与nvidia类似。有两个相同的屏幕(QHD270)
—
HennyH
@HennyH的输出是
—
fboaventura
xrandr
什么?您是否检查过日志文件以查找有用的内容?
@fboaventura我已经添加了xrandr的输出,我在日志文件中没有看到任何有用的东西,但是我添加了我认为列出了所找到的显示内容的部分。
—
HennyH
@HennyH删除您
—
fboaventura
xorg.conf
在两台显示器上所做的配置xorg
吗?如果是,那么输出是xrandr
什么?