On Mon, 6 Jun 2022, BERTRAND Joël wrote:
[ 216.670] (--) Using wscons driver on /dev/ttyE4 in pcvt compatibility mode (version 3.32) [ 216.670] (--) using VT number 5
That's what it says, but, looks like it's actually using ttyE1. Apply this patch and you should be OK: ---START--- --- usr/pkg/etc/wdm/Xservers.orig 2022-06-06 10:39:36.170708956 +0000 +++ usr/pkg/etc/wdm/Xservers 2022-06-06 10:55:15.230454016 +0000 @@ -11,4 +11,4 @@ # look like: # XTerminalName:0 foreign # -:0 local /usr/X11R7/bin/X +:0 local /usr/X11R7/bin/X :0 -noretro vt05 ---END--- and then you can turn ttyE0 from `off' to `on' again in /etc/ttys. Why waste a perfectly good tty, eh? -RVP