summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2014-11-04 10:18:03 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2014-11-04 10:18:03 +0000
commit2d6f6d63733d8f27eb1f4ea7ca23dc86532f6bf2 (patch)
tree2bb8eea645d31a03460455ba4ae0b45f55e1220b /UPDATING
parent53dc09a8e62fc28bbc5f2ec3abadd5f688218b81 (diff)
downloadsrc-test2-2d6f6d63733d8f27eb1f4ea7ca23dc86532f6bf2.tar.gz
src-test2-2d6f6d63733d8f27eb1f4ea7ca23dc86532f6bf2.zip
Enable vt(4) by default
vt(4) is a new console driver which brings features such as: o Support for Unicode and double-width characters o Integration with the KMS kernel video drivers o Support for UEFI You may need to update your console settings in /etc/rc.conf, most probably the keymap. During boot, /etc/rc.d/syscons will indicate what you need to do. vt(4) still has issues and lacks some features compared to syscons(4). See the wiki for up-to-date information: https://wiki.freebsd.org/Newcons If you want to keep using syscons(4), you can do so by adding the following line to /boot/loader.conf: kern.vty=sc Differential Revision: https://reviews.freebsd.org/D1005 Discussed with: emaste@, nwhitehorn@, ray@ Relnotes: yes
Notes
Notes: svn path=/head/; revision=274085
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a0af24560d27..41e036fa8e8e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,24 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20141104:
+ vt(4), the new console driver, is enabled by default. It brings
+ support for Unicode and double-width characters, as well as
+ support for UEFI and integration with the KMS kernel video
+ drivers.
+
+ You may need to update your console settings in /etc/rc.conf,
+ most probably the keymap. During boot, /etc/rc.d/syscons will
+ indicate what you need to do.
+
+ vt(4) still has issues and lacks some features compared to
+ syscons(4). See the wiki for up-to-date information:
+ https://wiki.freebsd.org/Newcons
+
+ If you want to keep using syscons(4), you can do so by adding
+ the following line to /boot/loader.conf:
+ kern.vty=sc
+
20141102:
pjdfstest has been integrated into kyua as an opt-in test suite.
Please see share/doc/pjdfstest/README for a more details on how to