[РЕШЕНО] Настройка 3-х мониторов (nvidia + intel)

Здравствуйте.
Можете помочь с таким вопросом?
Пытаюсь настроить 3 монитора на двух видеокартах.
2 монитора подключены к nvidia, 1 монитор подключен к intel.
настраиваю конфиг /etc/X11/xorg.conf.d/90-screen.conf:
Section "ServerLayout"
    Identifier     "layout"
    Screen       0 "nvidia"
    Inactive       "intel"
    InputDevice    "Keyboard" "CoreKeyboard"
    InputDevice    "Mouse" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    Identifier     "Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
    Option         "Coolbits" "1"
    Option         "NoLogo" "1"
    Option         "NoFlip" "FALSE"
    Option         "TripleBuffer" "TRUE"
EndSection

Section "Screen"
    Identifier     "nvidia"
    Device         "nvidia"
EndSection

Section "Device"
    Identifier     "intel"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
    Option         "TearFree" "true"
    Option         "AccelMethod" "sna"
EndSection

Section "Screen"
    Identifier     "intel"
    Device         "intel"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard     "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
С такими настройками все 3 монитора работают, картинка есть и окна можно передвинуть, но проблема в том, что мышь можешь перемещаться только на мониторах подключенных к nvidia, на монитор подключенный к intel мышь не может попасть никак.
в kde настройки дисплея такие:
https://i.imgur.com/yQBWiVb.png
.
.
.
///картинка удалена, пользуйтесь превьюшками. vadik///
https://archlinux.org.ru/forum/topic/16715/
может поможет
https://github.com/warlock90000/awesome
Приветствую, спасибо за подсказку.
Пока ковырялся с монитором, картинку увидеть получилось, но этот экран был как бы в изоляции от nvidia, мышь не могла на монитор intel перейти, перемещалась только на nvidia.
И этот запрос в гугле помог найти и подобрать подходящий конфиг.
Соответственно драйвера все установлены.
Graphics: Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics
driver: i915 v: kernel
Card-2: NVIDIA GT218 [GeForce 210] driver: nvidia v: 340.106
Display: x11 server: X.Org 1.19.6 driver: intel,nvidia
resolution: 1920x1080~60Hz, 1920x1080~60Hz, 1920x1080~60Hz
OpenGL: renderer: GeForce 210/PCIe/SSE2 v: 3.3.0 NVIDIA 340.106
Monitors: 3
0: +*VGA-0 1920/477x1080/268+1920+0 VGA-0
1: +DVI-I-1 1920/477x1080/268+3840+0 DVI-I-1
2: +VGA1 1920/480x1080/270+0+0 VGA1
Providers: number : 2
Provider 0: id: 0x2ab cap: 0x1, Source Output crtcs: 2 outputs: 4 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x48 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 6 associated providers: 1 name:Intel
Section "ServerLayout"
    Identifier     "layout"
    Screen       0 "nvidia"
    Inactive       "intel"
    InputDevice    "Keyboard" "CoreKeyboard"
    InputDevice    "Mouse" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    Identifier     "Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
    Option         "Coolbits" "1"
    Option         "NoLogo" "1"
    Option         "NoFlip" "FALSE"
    Option         "TripleBuffer" "TRUE"
    Option         "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier     "nvidia"
    Device         "nvidia"
EndSection

Section "Device"
    Identifier     "intel"
    Driver         "intel"
    BusID          "PCI:0:2:0"
    Option         "TearFree" "true"
    Option         "AccelMethod" "sna"
EndSection

Section "Screen"
    Identifier     "intel"
    Device         "intel"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard     "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
 
Зарегистрироваться или войдите чтобы оставить сообщение.