Under FreeBSD 11.0-RELEASE I wanted to change the screen resolution to as high as was allowed. To see what resolutions are allowed you need to run
That worked fine but then my keyboard layout changed. Instead of my normal UK mapping, it changed to US.
Is this expected behaviour? And if so, what do I do to maintain my UK mapping?
vidcontol -i mode
, but to enable that I need to change /loader.conf to include
Code:
kern.vty=sc
Is this expected behaviour? And if so, what do I do to maintain my UK mapping?