LINUX.ORG.RU

Xorg, nvidia, два монитора.

 , ,


0

1

Дано две карты nvidia, два монитора HDMI и блоб. Проблема в том что драйвер не видит второй монитор подключенный к второй видеокарте.

sudo xrandr                                                1 8s 536ms 
[sudo] пароль для user: 
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 632mm x 360mm
   3840x2160     60.00*+  59.94    50.00    30.00    29.97  
   2560x1440     59.95  
   1920x1080     60.00    59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

https://imgur.com/4H122pz.png

nvidia-settings меняет xorg.conf, но ничего не меняется.

★★★★

Если нужно чем-то дополнить, то дополню. Даже не понятно в чём проблема: в nvidia или xorg.

Artamudo ★★★★
() автор топика
Ответ на: комментарий от fresa
 sudo cat /etc/X11/xorg.conf.d/90-mhwd.conf                            
[sudo] пароль для user: 
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 440.64

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
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      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
        Option "NoLogo" "1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "COMPOSITE" "Enable"
EndSection

 
Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard        "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

В списке ничего кроме «Disabled» нет.

Artamudo ★★★★
() автор топика
Ответ на: комментарий от Artamudo

Драйверы мышки и клавиатуры можно поменять на evdev. Options из раздела мышки можно будет убрать. NoLogo тоже можно убрать, потому что, начиная с какой-то версии драйвера, лого вообще убрали.

Попробуй прописать Monitor1 и Screen1, продублировав имеющиеся записи. И в «ServerLayout» не забудь добавить.

А вообще, я добавляю второй монитор через nvidia-settings. Он его видит.

ZenitharChampion ★★★★★
()
Последнее исправление: ZenitharChampion (всего исправлений: 1)
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.