私は週末(およびその少し前)に、Ubuntu 13.10を使用して韓国語QHD270およびBenq G2222HDLモニターをセットアップしようと費やしています。
nouveauドライバーを使用すると、両方のモニター機能を完全にインストールできます。nvidiaドライバーをインストールした後、Benqは機能しますが、QHD270は機能しません。
さて、数日間の苦労の末、私は、特に混合ブログの後でQHD270を機能させることができました。これとlearnitwithme。残念ながら、私の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サーバー設定を開きました。
私の印刷画面で示唆されているように、何かがモニターに出力されているようです:
どんな助けでも大歓迎です。
の出力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
xrandr
何ですか?役立つ情報を探すためにログファイルを確認しましたか?
xorg.conf
両方のモニターで認識されxorg
ますか?はいの場合、出力はxrandr
どうなりますか?