https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210446
Stefan B. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Stefan B. <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
