https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210446
Stefan B. <sblachm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sblachm...@gmail.com --- Comment #2 from Stefan B. <sblachm...@gmail.com> --- I also confirm that bug. CAUSE: The setvideomode stuff is unnecessarily called. Highly annoying, because mode gets reset, with sync stopping, monitor blanking and taking some time to lock in its PLL again. One reason why I use sc. HOW TO FIX: When changing from one vt to another, do NOT do an unnecessary call to setvideomode BIOS function. This is ONLY necessary when switching between X and vts. Just blit the framebuffer with the contents of the newly selected VT. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"