Hi, I’m trying to make a dual monitor set up work where one card is plugged into the igpu and the other to a dgpu nvidia graphics card. On boot, the system loads modesetting for the igpu monitor as it should but the other monitor remains dead.
To start with, since it remains dead, xrandr
can obviously not find the second monitor:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
HDMI-1 disconnected primary (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.00*+
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00
1024x768 60.00
800x600 60.32
640x480 59.94
which would be expected to be HDMI-1.
However inxi -G
can detect both screens no problem (as can lspci but i won’t post it since it doesn’t really add any additional information (except maybe pci-IDs but i’ll post those later if necessary)):
Graphics:
Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
Device-2: NVIDIA TU104 [GeForce RTX 2060] driver: N/A
Display: x11 server: X.Org v: 21.1.4 driver: X: loaded: modesetting
gpu: i915 resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa
22.1.6
Now. inxi claims the driver for the nvidia card is N/A however running mhwd -li
shows:
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-prime 2021.12.18 false PCI
video-modesetting 2020.01.13 true PCI
Which ought to be the appropriate driver according to mhwd -a pci nonfree 0300
.
My /etc/X11/xorg.conf.d/90-mhwd.conf
is empty and a new one wasn’t generated when i installed the driver, so I’m unsure of how to continue on that front since I’d like to avoid making a manual xorg-conf if at all possible (I’ve already had to fix the issues arising from doing that several times so I’d like to avoid having to do that again).
I have tried to run the bumblebee demon as well, however it doesn’t really seem to work stating:
bumblebeed[636]: No switching method available. The dedicated card will always be on.
I think that’s all the information on what i have going on and what I’ve tried. What is the appropriate way to resolve this issue in Manjaro?