diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-03 08:35:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-03 08:35:28 +0000 |
commit | 683b3316955d46c7019732bb2fc0768a11210dca (patch) | |
tree | fcef6bf0f553c96f07198bc98e46cb98fb1223e8 /UPDATING | |
parent | 3f73123c72dcbe5bcd4ad576fb58f3251b5694fb (diff) |
Switch to WITH_NEW_XORG for all supported version of FreeBSD by default
Notes
Notes:
svn path=/head/; revision=369875
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20141003: + AFFECTS: xorg users + AUTHOR: bapt@FreeBSD.org + + The WITH_NEW_XORG setting has been activated by default on all versions + of FreeBSD, which allows us to have packages for xorg 1.12 and kde4. + + Please be aware that on systems that only support syscons + switching virtual terminals or exiting X + results in a black screen or the last image of their desktop + (like a screenshot) being presented. Commands can still be typed blindly. + + Most, if not all, systems should be using vt(4) and this can be enabled + by setting kern.vty=vt in /boot/loader.conf and reboot to activate. + 20141001: AFFECTS: xorg users AUTHOR: bapt@FreeBSD.org |