Làm cách nào để cài đặt card đồ họa thứ hai và sử dụng 4 màn hình?


11

Cuối cùng tôi quyết định lấy cửa sổ lao xuống. Sau vài giờ, tôi đã làm mọi thứ hoạt động hoàn hảo với tất cả các ứng dụng của mình được cài đặt. Vấn đề duy nhất là tôi chạy 4 màn hình máy tính để bàn tắt 2 bộ điều hợp nvidia, bộ điều hợp đầu tiên (GeForce GT 240) với hai màn hình hoạt động hoàn hảo nhưng dường như không thể cài đặt bộ điều hợp thứ hai (GeForce GT 620). Sử dụng Ubuntu 14.04 LTS (AMD64)

Xin hãy giúp tôi với hướng dẫn đơn giản xin vui lòng. Thông tin đầu cuối để làm theo:

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
Chính xác là cùng một vấn đề ...
Tim

2
Ha, câu hỏi TỐT nhưng sẽ rất khó để trả lời nếu không thực sự có 2 thẻ ... Tôi sẽ làm gì: xóa tất cả các trình điều khiển cho băng video. Tắt. Bỏ thẻ thứ 2. Khởi động. Cài đặt trình điều khiển. Sao chép xorg.conf vào nơi an toàn. Tắt. Bỏ thẻ thứ 1. Cài đặt thẻ thứ 2 vào khe khác. Khởi động. Cài đặt trình điều khiển. sao chép xorg.conf qua nơi an toàn. MERGE 2 xorg.conf. Di chuyển nó trở lại. Hệ thống tắt máy. Chèn thẻ thứ 2. Khởi động và bắt đầu cầu nguyện.
Rinzwind


Điều kỳ lạ là, trước khi tôi quyết định phiên bản máy tính để bàn tiêu chuẩn, tôi đã thử hương vị Mythbfox trên một chiếc usb sống và nó hỗ trợ hai bộ điều hợp màn hình ra khỏi hộp.
dùng314533

1
ARM 64tôi đoán là một lỗi đánh máy?
LiveWireBT

Câu trả lời:


1

Thật khó khăn khi tôi sử dụng bốn màn hình trên Linux Mint 64, đây là của tôi /etc/X11/xorg.conf.

Đồng thời sử dụng trình điều khiển nhị phân được đề xuất từ ​​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

Có lẽ sẽ giúp, bởi vì đây là điều khó nhất để có được


lspci | Bộ điều khiển tương thích VGA grep VGA 01: 00.0: NVIDIA Corporation Device 0f02 (rev a1) 02: 00.0 Bộ điều khiển tương thích VGA: NVIDIA Corporation Device 0f02 (rev a1)
netdias
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.