Fri, 29 Nov 2024 14:03:17 +0900 Masaru Nomiya <nomiya@lake.dti.ne.jp> :
Hello,
In the Message;
Subject : Re: 3 pairs of xeyes? Message-ID : <20241128204357.f65eb98ee381055b2a459989@trixtar.org> Date & Time: Thu, 28 Nov 2024 20:43:57 -0500
[SF] == bent fender <slowroller@trixtar.org> has written:
[...] SF> sddm started booting my Tumbleweed desktop SF> first in low-res mode, then in high-res and THAT's where I think it hit SF> the fan bigtime. [...]
Please edit /etc/default/grub as follows;
# you can see them in real GRUB with the command `vbeinfo' GRUB_GFXMODE=""
to
# you can see them in real GRUB with the command `vbeinfo' GRUB_GFXMODE="1092x1080"
then,
$ sudo grub2-mkconfig -o /boot/grub2/grub.config
$ sudo reboot
Best Regads.
--- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp
Thanks, but no cigar. I found GRUB_GFXMODE="auto" and edited it to GRUB_GFXMODE="1920x1080" but nothing has changed It seems to me that ~/.profile which hosts the xeyes calls is being run twice in two different resolutions.