Hi all!
I need some help to configure my desktop. I have two gfx cards: Intel UHD 630 (onboard) and NVIDIA GeForce GTX Ti 1050. I installed the proprietary driver for the NVIDIA board. I configured the xorg.conf file:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 515.65.01
Section "Files"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/mouse"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
#1st screen
Section "Device"
Identifier "intel"
Driver "modesetting"
#Driver "i915"
#Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
#2nd screen
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "intel" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
The best result that I achieved was one screen active (KDE UI) and other one “dead” (a black screen recognized without windows/graphical elements, only navigable with a cross cursor). If I enable Xinerama or, use “i915” or “intel” drivers, X11+KDE Plasma don’t boot, causing a fallback to text mode (no UI/Window Manager).
Does KDE/X11 support multiple gfx cards? In my best effort, the other screen was recognized, but without graphical elements. I accept instructions for Wayland, if that is easier than X11 to configure multiple monitors (each screen using a gfx card).
Thanks.