LINUX.ORG.RU

История изменений

Исправление Zubok, (текущая версия) :

Да и конфиг можно подсократить. У тебя много ненужных секций. Так как тебе комп твой ближе, то можно еще без секций Monitor попробовать и закомментировать опции Monitor в секциях Screen.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen       0  "Screen1" 0 0
    Screen       1 "Screen0" LeftOf "Screen1"
    Option         "Xinerama" "on"
EndSection
 
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection
 
Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName  "Monitor Model"
EndSection
 
 
Section "Device"
    Identifier      "Card1"
    Driver          "amdgpu"
    BusID           "PCI:3:0:0"
EndSection
 
Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection
 
 
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
EndSection
 
Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
EndSection

Исправление Zubok, :

Да и конфиг можно подсократить. У тебя много ненужных секций. Так как тебе комп твой ближе, то можно еще без секций Monitor попробовать и закомментировать опции Monitor в секциях Screen.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen       0  "Screen1" 0 0
    Screen       1 "Screen0" LeftOf "Screen1"
    Option         "Xinerama" "True"
EndSection
 
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection
 
Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName  "Monitor Model"
EndSection
 
 
Section "Device"
    Identifier      "Card1"
    Driver          "amdgpu"
    BusID           "PCI:3:0:0"
EndSection
 
Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection
 
 
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
EndSection
 
Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
EndSection

Исходная версия Zubok, :

Да и конфиг можно подсократить. У тебя много ненужных секций. Так как тебе комп твой ближе, то можно еще без секций Monitor попробовать и закомментировать опции Monitor в секциях Screen.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen       0  "Screen1" 0 0
    Screen       1 "Screen0" LeftOf "Screen1"
    #Option         "Xinerama" "True"
EndSection
 
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection
 
Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName  "Monitor Model"
EndSection
 
 
Section "Device"
    Identifier      "Card1"
    Driver          "amdgpu"
    BusID           "PCI:3:0:0"
EndSection
 
Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection
 
 
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
EndSection
 
Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
EndSection