Hi – I am using a new Geobook 2E with a display link docking station. I have two external monitors (both of which are Axenta) one on HDMI and one on VGA. I have previously used both successfully on Windows 10. I am using the KDE Plasma version of Fedora.
Is there anything you can recommend or suggest as to what the problem might be? I’m assuming its not the hardware but more software (drivers maybe??)
Welcome to ask.edora @foxxie
Please have a look at #start-here if you not have already done it.
Could you please give us more info’s as :
inxi -Fzx in terminal and post the output as </> Preformatted text here.
What kind of docking station are you using?
Windows comes with proprietary drivers, while on Fedora you have to install them separately if your device (dock/GPU) not gets recognized by the kernel/GPU.
@foxxie a small detail with a big impact, could you please edit your pasted code from terminal?
In the edit mode you can mark the part you pasted and use the </> symbol to format it as preformated text.
You connect via HDMI & VGA to the docking station? From there to your computer the connection is how ?
Yes of course. As I mentioned above, If your device is exotic and uses a closed source driver, it may will not be available or has to be installed separately on Linux alias Fedora.
We do need a brand and model to see what you use (display link docking station is to generic)
There it explains what tools and commands you can use to provide us the necessary information.
I have the ALOGIC DV3 Universal Triple Display Docking Station with two Xenta 27" Monitors (Full HD VGA HDMI). One using a HDMI cable and one using a VGA cable.
I’m not really sure, but I think the i915 driver should detect that multiple monitors are connect via DisplayPort’s Multi-Stream Transport protocol. The i915 driver does appear to support the protocol and it does appear to be enabled by default.
$ modinfo i915 | grep mst
parm: enable_dp_mst:Enable multi-stream transport (MST) for new DisplayPort sinks. (default: true) (bool)
I think it is supposed to work transparently. You shouldn’t have to do anything special (e.g. install additional software) to enable multiple monitors. About the only thing I see that might help is the i915.force_probe[1] parameter.
$ modinfo i915 | grep force_probe
parm: force_probe:Force probe the driver for specified devices. See CONFIG_DRM_I915_FORCE_PROBE for details. (charp)
You might try adding i915.force_probe=* to your list of kernel parameters and see if that helps. That is just a shot in the dark guess though.