Skip to content

Instantly share code, notes, and snippets.

@holms
Created January 11, 2013 03:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holms/4507731 to your computer and use it in GitHub Desktop.
Save holms/4507731 to your computer and use it in GitHub Desktop.
FreeBSD: High resolution console
cd /usr/src/sys/amd64/conf
vi GENERIC #:
options VESA # Build VESA module into kernel
options SC_PIXEL_MODE # Allows syscons to act on pixels rather than text
cd /usr/src
make buildkernel KERNCONF=GENERIC
make installkernel KERNCONF=GENERIC
reboot
vidcontrol -i mode # to see available modes
vidcontrol MODE_280 # test mode
vi /etc/rc.conf #:
allscreens_flags="MODE_280"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment