Ich habe das Wochenende (und einige Zeit zuvor) damit verbracht, meine koreanischen QHD270- und Benq G2222HDL-Monitore mit Ubuntu 13.10 einzurichten.
Mit den Nouveau-Treibern installieren beide Monitorfunktionen einwandfrei. Nach der Installation der NVIDIA-Treiber funktioniert der Benq , der QHD270 jedoch nicht.
Jetzt, nach Tagen des Kämpfens, gelang es mir, den QHD270 nach einer Mischung von Blogs zum Laufen zu bringen, insbesondere; dieses und lernen mit mir . Leider funktioniert mein G2222HDL nicht. Ich habe den QHD270 durch Angabe einer benutzerdefinierten EDID behoben. Meine xorg.conf sieht folgendermaßen aus (ohne Tastatur und Maus):
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
Jetzt habe ich versucht , die Definition eines neuen Device
, Monitor
und Screen
dann in das ServerLayout
Hinzufügen Screen "Second Screen" RightOf "Default Screen"
, aber nachdem ich so weder Monitor gearbeitet.
In der Hoffnung, das Problem mithilfe eines GUI-basierten Tools zu beheben, habe ich die NVIDIA X-Servereinstellungen geöffnet, in denen mein aktuelles Layout wie folgt angezeigt wird:
Es scheint, dass etwas auf dem Monitor ausgegeben wird, wie von meinem Druckbildschirm vorgeschlagen:
Jede Hilfe wäre sehr dankbar.
Ausgabe von 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)
Und ein Auszug aus meiner Protokolldatei (vielleicht ist das relevant?)
[ 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
? Haben Sie Ihre Protokolldatei auf nützliche Informationen überprüft?
xorg.conf
Monitor vorgenommen haben, werden beide Monitore erkannt xorg
? Wenn ja, von was wird dann ausgegeben xrandr
?