Hacker News new | ask | show | jobs
by matt4077 2642 days ago
The only time I ever noticed a difference in input lag was when I had to fumble my way through the UEFI console.

I had no idea what I was doing, but the speed was eerie.

1 comments

This is common for anything that emulates text terminal on highres-ish graphical mode using common denominator VGA/VESA interfaces without any HW acceleration whatsoever (and also often with banked framebuffer).

By the way, on 4k monitor you can discern that grub2 draws its menu from bottom up as it takes second or so.

Linux FB console is significantly faster but still scrolling (ie. fullscreen redraw) is noticeably CPU intensive.