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

0

Estou trabalhando em um problema com minha instalação do Ubuntu 13.10. Eu estou tentando obter 4 monitores instalado e funcionando, mas estou tendo alguns problemas. Até agora, instalei e atualizei para os drivers mais recentes da NVIDIA (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 esse problema, mas depois tentei habilitar os outros 2 monitores (outra placa de vídeo) e o xorg não consegue iniciar mais uma vez (depois que eu faço o login, não há desktop). Eu sou relativamente novo no Linux, mas não sou um iniciante completo, mas não me sinto à vontade para procurar muito por mim mesmo para solucionar o problema ....

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
    
por jmerkow 09.11.2013 / 22:11

2 respostas

0

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

    
por WadeMac 06.12.2013 / 13:50
0

Eu tenho exatamente o mesmo problema no momento e estou puxando meu cabelo para fora tentando fazê-lo funcionar.

Eu tenho:

  • Ubuntu 13.10 64 bits
  • 2 x nVidia NVS300
  • 319.60 drivers da nVidia

Eu recomendo usar apenas duas telas (no mesmo adaptador) com o TwinView ativado e esquecer a terceira tela por enquanto. Foi o que eu fiz na esperança de que algo mude em breve, o que torna possíveis múltiplas telas em vários adaptadores da nVidia.

    
por commander.trout 03.01.2014 / 02:03