On 2013-09-09, remy couture <[email protected]> wrote:
> Hi,
>
> i'm looking for infos on how to play with the screen resolution on intel
> framebuffer.
>
> Other OSes have some kind of "mode setting" at the boot loader level, what
> about OpenBSD ?
>
> Thank you very much
>
>

At the moment, all you can do is disable kernel modesetting completely
(I had to do this on one server where the attached monitor doesn't support
the newly chosen resolution).

at the bootloader:

boot -c
disable inteldrm (or radeondrm)
quit

or similar via config(8).

Reply via email to