You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going for as much performance as I can get, decided to run without the GUI. Text is really small, but the main issue is there isn't a cursor. Makes it hard to do many things.
It is hard to get this into text only mode, the systemctl set-default multi-user doesn't work by itself.
The text was updated successfully, but these errors were encountered:
not sure if still relevant, i've stumbled upon same issue and found workaround.
append to your ~/.bash_profile echo -e "\e[?16;0;110c"
this sets software cursor to nonblinking solid cyan block.
Going for as much performance as I can get, decided to run without the GUI. Text is really small, but the main issue is there isn't a cursor. Makes it hard to do many things.
It is hard to get this into text only mode, the systemctl set-default multi-user doesn't work by itself.
The text was updated successfully, but these errors were encountered: