NOTE: This works for Mobian (and other Tow-boot installs by extension).
+ Rotate the screen:
Tow-boot parses an installed u-boot configuration file at
'/boot/extlinux/extlinux.conf' containing boot settings. Add this at the end
of the line beginning w/ 'append' (w/ a space seperating last entry).
fbcon=rotate:1
+ Increase console font size:
This needs to be in '/etc/default/console-setup'. Running '>sudo
dpkg-reconfigure console-setup' from a console might write it to
'console-setup' for you. If not, edit '/etc/default/console-setup' and
add...
CODESET="Lat7"
FONTFACE="Terminus"
FONTSIZE="16x32"
+ Rotate the screen:
Tow-boot parses an installed u-boot configuration file at
'/boot/extlinux/extlinux.conf' containing boot settings. Add this at the end
of the line beginning w/ 'append' (w/ a space seperating last entry).
fbcon=rotate:1
+ Increase console font size:
This needs to be in '/etc/default/console-setup'. Running '>sudo
dpkg-reconfigure console-setup' from a console might write it to
'console-setup' for you. If not, edit '/etc/default/console-setup' and
add...
CODESET="Lat7"
FONTFACE="Terminus"
FONTSIZE="16x32"