Hello Mathieu, On Fri, 2020-11-06 at 15:23 +0100, Mathieu Othacehe wrote: > I tested it with: > > --8<---------------cut here---------------start------------->8--- > qemu-system-x86_64 -m 1024 -cdrom image.iso -display sdl -vga none -device virtio-vga,xres=800,yres=600 > --8<---------------cut here---------------end--------------->8--- > Excellent! I was hoping there was a way to test in qemu. > The problem is that three pages are still overflowing in 800x600: > > * The welcome page. > * The partitioning page. > * The final configuration page. > > Could you check if you share the same observations on your hardware? Yes, I still see the situation on the welcome and partitioning pages. But I did not want to go past the partition step, because I have data on this disk ;). The other problematic pages look much better with your patch! `~Eric