Ho trascorso il fine settimana (e qualche tempo prima) cercando di installare i miei monitor coreani QHD270 e Benq G2222HDL con Ubuntu 13.10.
Con i driver nouveau installare entrambe le funzioni di monitoraggio perfettamente bene. Dopo aver installato i driver nvidia, Benq funziona ma QHD270 no.
Ora, dopo giorni di difficoltà, sono riuscito a far funzionare QHD270 seguendo un mix di blog, in particolare; questo e imparalo . Purtroppo, il mio G2222HDL non funziona. Ho risolto il QHD270 fornendo un EDID personalizzato, il mio xorg.conf si presenta così (esclusi tastiera e mouse):
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
Ora, ho provato a definire un nuovo Device
, Monitor
e Screen
poi ad ServerLayout
aggiungere Screen "Second Screen" RightOf "Default Screen"
, ma dopo aver fatto ciò nessuno dei due monitor ha funzionato.
Sperando di risolvere il problema utilizzando uno strumento basato sulla GUI, ho aperto le impostazioni del server NVIDIA X, che mostra il mio layout attuale come:
Sembra che qualcosa venga emesso sul monitor, come suggerito dalla mia schermata di stampa:
Qualsiasi aiuto sarebbe molto apprezzato.
Uscita di 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)
E un estratto dal mio file di registro (forse questo è rilevante?)
[ 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
? Hai controllato il tuo file di registro alla ricerca di qualcosa di utile?
xorg.conf
entrambi i monitor vengono riconosciuti xorg
? Se sì, qual è l'output di xrandr
?