Hi,
The attached patch examines the kernel command line passed to
qemu-system-arm,
and changes the clcd register to match the CLCD video modes currently
supported by then linux kernel:
video=640x480
video=240x320
video=320x240
Perhaps someone has a more general or a better way of doing this.
Hi Paul,
I wanted a way to change the resolution with a kernel argument. But vga=
or video= didn't seem to have any effect.
My qemu change is admittedly a hack, and a better fix would be to add
video= support to the arm frame buffer support in the kernel.
fbset is usually omitted on an embedded sy
> Perhaps someone has a more general or a better way of doing this.
> Before this patch, the only ways I found to change the video mode of
> qemu versatile was to
> change the default clcd mode in the kernel code or change the clcd mode
> in the qemu code.
Use fbset.
Paul
__
Hi,
The attached patch examines the kernel command line passed to
qemu-system-arm,
and changes the clcd register to match the CLCD video modes currently
supported by then linux kernel:
video=640x480
video=240x320
video=320x240
Perhaps someone has a more general or a better way of doing this.