You are not logged in.
Hello dear community,
I got myself a new laptop and wanted to install arch on it. But after booting into the liveISO the screen starts to be all jumbled up: It seems to spread the pixels of the tty output(all ttys are affected) across the entire screen (see attachment).
I hope someone can aid me in fixing this. I could potentially try to blindly set up an ssh server and do the installation process via an ssh session, but if this issue doesn't go away I fear using the laptop like it is now would be a bit bothersome - especially if I'm trying to fix things via the tty.
I'm using the latest arch iso (2019.10.01) and my Laptop is the Lenovo Legion Y540-15IRH.
https://cdn.discordapp.com/attachments/ … C_0246.JPG
After blindly issuing
ls -lAh
https://cdn.discordapp.com/attachments/ … C_0246.JPG
Mod edit: Remove oversized images, see pasting pictures and code -- V1del
Last edited by Higlav (2019-10-29 13:20:07)
Offline
try to add "nomodeset" in the grub/syslinux option (Press TAB to edit).
Last edited by quellen (2019-10-29 11:45:58)
sorry for my bad english
Offline
Ah, an intel igp + nvidia discrete videocard system.
Which card is set as primary / boot first in firmware ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
@quellen: Thank you, appending nomodeset to the arg list solved the problem.
@Lone_Wolf: The BIOS setting was set to "Discrete Graphics". I'm not too familiar with video card settings in the BIOS. Should I change it to "Switchable Graphics"? I'm planning on only using the nvidia card.
Offline
Keep it on discrete if that's your plan. Once you have the prop drivers set up nomodeset shouldn't be needed any more (and you might want to rather replace it with nvidia-drm.modeset=1 )
Offline
Alright. Thank you, Videl.
Offline