AimerNeige_local / TTY Fonts
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность
Change the font or the font size in the TTY (console)
1 | # https://askubuntu.com/questions/173220/how-do-i-change-the-font-or-the-font-size-in-the-tty-console |
2 | |
3 | sudo dpkg-reconfigure console-setup |
4 | |
5 | # UTF-8 |
6 | # Combined - Latin, ... |
7 | # Terminus |
8 | # Set Font Size |
AimerNeige_local / Rotate the screen in a tty
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность
1 | # https://bbs.archlinux.org/viewtopic.php?id=94059 |
2 | |
3 | # monitor rotated 90 degrees clockwise |
4 | echo 3 > /sys/class/graphics/fbcon/rotate_all |
5 | |
6 | # monitor 90 degrees counter clockwise |
7 | echo 1 > /sys/class/graphics/fbcon/rotate_all |
Новее
Позже