Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!
Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!
Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!
Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!
Code: Select all
video=<conn>:<xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]Code: Select all
I managed to find a fix for my problem. I simply added this to my /etc/default/grub file:
GRUB_CMDLINE_LINUX_DEFAULT="<default paramaters> video=LVDS-1:d"
Then did a good ol' fashin update-grub.
This disabled the laptop's LCD on boot, and allowed the external monitor to automatically set its resolution, which worked without a hitch.Code: Select all
Unfortunately, GRUB loads very early in the boot process before any drivers. It relies on the BIOS to put its menus up on the screen, so you're totally at the mercy of the hardware at that point.Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!
what happens if you set the resolution in video= to something lower than 4k, like 1980x1080, or 2560×1440? (which is the next one lower than 4k((3840×2160))? forgive me if you've already tried.. if it yields the same result then...only things i can think of is a conflict somewhere either with a conf, or amdgpu like you said... or maybe something finicky with the display ports + specific monitors, i know they all don't behave the same, or perhaps (and i feel a little stupid for suggesting to you) maybe something in the kernel version or configuration dealing with framebuffer, xrandrZucca wrote:Yeah. Using video= messes things up.
I actually managed to get it working on vc BUT
- other diplays were on until OpenRC configured virtual console
- setting resolution via video= (4k in my case) resulted to blank screen, so leaving resolution unspecified gave me a resolution which had thumb sized fonts
- after entering X there wasn't any resolution higher than 1024*768 to choose from xfce's display configuration (amdgpu got disabled?)
Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!