Ubuntu 13.10. Após o login, nenhuma área de trabalho é exibida. Duas placas gráficas Nvidia, quatro monitores

Ubuntu 13.10. Após o login, nenhuma área de trabalho é exibida. Duas placas gráficas Nvidia, quatro monitores

Estou trabalhando em um problema com minha instalação do Ubuntu 13.10. Estou tentando colocar 4 monitores em funcionamento, mas estou tendo alguns problemas. Até agora, instalei e atualizei para os drivers NVIDIA mais recentes (331.20). Inicialmente o X não iniciava (após a instalação), então substituí meu xorg.conf por xorg.conf.failsafe. Isso resolveu o problema, mas tentei ativar os outros 2 monitores (outra placa de vídeo) e o xorg não conseguiu iniciar novamente (depois de fazer login, não há área de trabalho). Sou bastante novo no Linux, mas não sou um iniciante completo, mas ainda não me sinto confortável fuçando muito sozinho para solucionar problemas ....

lspci -nn | grep VGA:

03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF110 [GeForce GTX 570 Rev. 2] [10de:1086] (rev a1)
05:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF110 [GeForce GTX 580] [10de:1080] (rev a1)

Parece que a ferramenta nvidia-settings não resulta em um bom arquivo xorg.conf. Aqui está:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 331.20  (buildmeister@swio-display-x86-rhel47-05)  Wed Oct 30 18:20:32 PDT 2013

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection
...    
Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "SHARP HDMI"
    HorizSync       15.0 - 68.0
    VertRefresh     55.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "vesa"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 570"
    BusID          "PCI:3:0:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 580"
    BusID          "PCI:5:0:0"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +640+0, DVI-I-3: nvidia-auto-select +0+1080"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-I-2: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

Responder1

não há suporte para 2d em 13.04/10 se você deseja fazer 2 placas de vídeo eu sugeriria 12.04/10 pois ainda tinha suporte 2d.

Responder2

Estou exatamente com o mesmo problema no momento e estou arrancando os cabelos tentando fazê-lo funcionar.

Eu tenho:

  • Ubuntu 13.10 64 bits
  • 2x nVidia NVS300
  • Drivers nVidia 319.60

Recomendo usar apenas duas telas (no mesmo adaptador) com o TwinView habilitado e esquecer a terceira tela por enquanto. Isso é o que fiz na esperança de que algo mude em breve, tornando possíveis várias telas em vários adaptadores nVidia.

informação relacionada