I have a laptop with USB type-C monitor connected. It works OK with linux and windows, however the rEFInd boot screen is only shown on the laptop screen (which I do not use while the monitor is connected). Is there some configuration option I am not able to find to enable external monitor while booting?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
rEFInd relies entirely on EFI drivers for its display. Chances are your laptop lacks drivers for your USB-C monitor, so rEFInd won't be able to use it; however, if the laptop does include drivers in its firmware, you might be able to use it by adjusting the resolution option in refind.conf. Try setting this to a ridiculous value, like resolution 1 1. rEFInd should complain and present a list of valid resolutions. You can then try each one in turn. Try using the mode number (one number) rather than the resolution size (two numbers); sometimes two displays or modes have identical sizes but different mode numbers, so using the mode number lets you switch between displays.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a laptop with USB type-C monitor connected. It works OK with linux and windows, however the rEFInd boot screen is only shown on the laptop screen (which I do not use while the monitor is connected). Is there some configuration option I am not able to find to enable external monitor while booting?
rEFInd relies entirely on EFI drivers for its display. Chances are your laptop lacks drivers for your USB-C monitor, so rEFInd won't be able to use it; however, if the laptop does include drivers in its firmware, you might be able to use it by adjusting the
resolution
option inrefind.conf
. Try setting this to a ridiculous value, likeresolution 1 1
. rEFInd should complain and present a list of valid resolutions. You can then try each one in turn. Try using the mode number (one number) rather than the resolution size (two numbers); sometimes two displays or modes have identical sizes but different mode numbers, so using the mode number lets you switch between displays.