두 번째 그래픽 카드를 설치하고 4 개의 모니터를 사용하는 방법은 무엇입니까?


11

나는 마침내 급락과 도랑 창을하기로 결정했습니다. 몇 시간 후 모든 앱이 설치되어 완벽하게 작동합니다. 유일한 문제는 2 개의 nvidia 어댑터에서 4 개의 데스크탑 디스플레이를 실행한다는 것입니다. 두 화면이있는 첫 번째 어댑터 (GeForce GT 240)는 완벽하게 작동하지만 두 번째 어댑터 (GeForce GT 620)를 설치할 수없는 것 같습니다. Ubuntu 14.04 LTS (AMD64) 사용

간단한 지침을 알려주십시오. 따라야 할 터미널 정보 :

nachtland@nachtland-MS-7693:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GT215 [GeForce GT 240] (rev a2)
02:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 620] (rev a1)

nachtland@nachtland-MS-7693:~$ sudo lshw -C video
[sudo] password for nachtland: 

*-display            
       description: VGA compatible controller
       product: GT215 [GeForce GT 240]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a2
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:82 memory:fd000000-fdffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:e000(size=128) memory:fe000000-fe07ffff

*-display
       description: VGA compatible controller
       product: GF108 [GeForce GT 620]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:83 memory:fb000000-fbffffff memory:c8000000-cfffffff memory:d0000000-d1ffffff ioport:d000(size=128) memory:fc000000-fc07ffff
nachtland@nachtland-MS-7693:~$ 

1
정확히 같은 문제 ...
Tim

2
하, GOOD 질문이지만 실제로 2 장의 카드가 없으면 대답하기가 어려워 질 것입니다 ... 비디오 카드에 대한 모든 드라이버를 제거하십시오. 일시 휴업. 두 번째 카드를 제거하십시오. 신병. 설치 드라이버. xorg.conf를 안전한 곳에 복사하십시오. 일시 휴업. 첫 번째 카드를 제거하십시오. 다른 슬롯에 두 번째 카드를 설치하십시오. 신병. 설치 드라이버. xorg.conf를 안전한 곳에 복사하십시오. 2 xorg.conf를 병합하십시오. 다시 움직여 시스템 종료. 두 번째 카드를 삽입하십시오. 부팅하고기도를 시작하십시오.
Rinzwind


이상한 점은 표준 데스크톱 버전을 결정하기 전에 라이브 USB에서 Mythbuntu 맛을 시도해 보았고 즉시 두 화면 어댑터를 지원했습니다.
user314533

1
ARM 64내가 생각하는 오타입니까?
LiveWireBT

답변:


1

Linux Mint 64에서 4 개의 모니터를 사용하는 것은 어렵습니다 /etc/X11/xorg.conf.

Ubuntu0.0.4의 권장 바이너리 드라이버 사용 nvidia-331 .113

Section "ServerLayout"

#    Screen   2  "Screen2"  LeftOf  "Screen0"
#    Screen   3  "Screen3"  LeftOf  "Screen2"
# Removed Option "Xinerama" "on"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
    Option         "Clone" "off"
    # You would need one screen for each monitor
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics W2253"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Philips 190WV"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
    Option         "DPMS"
EndSection

Section "Device"

#    Driver      "nouveau"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 730"
    BusID          "PCI:1:0:0"
Option "AddARGBGLXVisuals" "true"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 730"
    BusID          "PCI:2:0:0"
Option "AddARGBGLXVisuals" "true"
EndSection

Section "Screen"

#    DefaultDepth    24
#    SubSection     "Display"
#        Depth       24
#    EndSubSection
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-I-1: nvidia-auto-select +0+0, HDMI-0: nvidia-auto-select +1920+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

#    DefaultDepth    24
#    SubSection     "Display"
#        Depth       24
#    EndSubSection
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "DVI-I-0: nvidia-auto-select +1280+0 {rotation=right}, VGA-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

어쩌면 도움이 될 것입니다.


lspci | grep VGA 01 : 00.0 VGA 호환 컨트롤러 : NVIDIA Corporation Device 0f02 (rev a1) 02 : 00.0 VGA 호환 컨트롤러 : NVIDIA Corporation Device 0f02 (rev a1)
netdias 01.
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.