Как запустить систему с двумя мониторами Intel + Nvidia ?

Тема работает только на nouveau, при включении nvidia, работает только один intel монитор, хочу включить драйвер nvidia т.к. с ним меньше лагов в играх и в браузере.
В /etc/X11 два xorg файла как их правильно конфигурировать ?
xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "intel" 0 0
    Screen      1  "Screen0" 3000 0
    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"
    HorizSync       28.0 - 100.0
    VertRefresh     43.0 - 100.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
#   VendorName     "radeon"
    Option         "MetaModes"   "1920x1080, 1920x1080"
    Option         "NoLogo" "true"
    Option         "UseEdidDpi" "false"
    Option         "DPI" "96 x 96"
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
    Option         "AllowIndirectGLXProtocol" "off"
    Option         "TripleBuffer" "on"
EndSection

Section "Device"
    Identifier     "intel"
    Driver         "intel"
    Option         "MetaModes"   "1280x1024, 1280x1024"
EndSection

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

Section "Screen"
    Identifier     "intel"
    Device         "intel"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "MetaModes" "1280x1024, 1280x1024"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

/etc/X11/xorg.conf.d/20-intel.conf


Section "Device"
#	Identifier  "Intel Graphics"
	Identifier  "intel"
	Driver      "intel"
        Option      "MetaModes" "1280x1024, 1280x1024"
	Option	    "DRI"	"3"
	Option	    "TearFree"	"true"
EndSection
Первым делом- ноут или стационарник?
Morisson
Первым делом- ноут или стационарник?
Стационарник видеокарта nvidia gt640
naechaG3
gt640
А смысл интел тогда использовать, нет двух разъемов на карточке?
vs220
naechaG3
gt640
А смысл интел тогда использовать, нет двух разъемов на карточке?
Есть 6 выходов 1 vga, dvi, hdmi, есть ток vga кабели и на мониторах vga разьемы
 
Зарегистрироваться или войдите чтобы оставить сообщение.