You are not logged in.

#1 2022-03-17 20:06:26

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

[SOL]Prevent resolution switch during boot from the installation media

I have a laptop with a somewhat broken graphics card, I think. A while ago I gave a more in depth description of the problem here, if you're interested. The problem seems to be that the graphics card can't support the displays native resolution anymore.

Now I want to install archlinux on it. The problem is, that the boot process switches to the displays native resolution. I would like to prevent that.

I tried to add `vga=ask` to the boot parameters in grub, but that didn't help. It does present me with a selection of resolutions, but the problematic resolution switch happens later in the boot process and is not affected by the vga selection.

The last thing I can see is

> Triggering uevents...

After that, the screen goes dark. I could confirm this behavior on a different laptop; after

> Triggering uevents...

the display switches to a higher resolution.

Again, my question is, how can I prevent the resolution switch from happening? I would like the boot process to continue with the initial resolution.

Last edited by MickeyKnox (2022-03-17 21:45:50)

Offline

#2 2022-03-17 21:07:42

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,452
Website

Re: [SOL]Prevent resolution switch during boot from the installation media

Use 'nomodeset' on the kernel line.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Online

#3 2022-03-17 21:45:03

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: [SOL]Prevent resolution switch during boot from the installation media

Thanks, that is exactly what I wanted.

Offline

Board footer

Powered by FluxBB