freebsd-dev/sys/dev/vt
Marcel Moolenaar ec6b1f6acc Support frame buffers that are larger than the default screen
size as defined by VT_FB_DEFAULT_WIDTH and VT_FB_DEFAULT_HEIGHT
(at this time 2048x1200). The default is really a max. We cap
the height and width to those defaults and position the screen
in the center of the frame buffer.

Ideally we use a bigger font to utility the entire real estate
that is the frame buffer, but that's seen as an improvement over
making it work first.

PR:		193745
2015-08-18 00:47:02 +00:00
..
colors - Use __FBSDID(). 2015-07-27 14:34:32 +00:00
font Improve vt(4) default mouse pointer image. Previous one looked rather ugly, 2015-02-13 13:55:38 +00:00
hw Support frame buffers that are larger than the default screen 2015-08-18 00:47:02 +00:00
logo vt: Draw logos per CPU core 2015-07-21 20:33:36 +00:00
vt_buf.c vt(4): Adjust the cursor position after changing the window size 2014-11-01 17:05:15 +00:00
vt_consolectl.c Remove stray whitespaces. 2014-09-12 14:07:20 +00:00
vt_core.c Improve the VT initialization message: have it say what the 2015-08-15 15:44:09 +00:00
vt_cpulogos.c vt: Draw logos per CPU core 2015-07-21 20:33:36 +00:00
vt_font.c Increase vt font limits to allow use of GNU Unifont 2015-04-14 19:18:34 +00:00
vt_sysmouse.c Huge cleanup of random(4) code. 2015-06-30 17:00:45 +00:00
vt.h Support frame buffers that are larger than the default screen 2015-08-18 00:47:02 +00:00