增加 Linux 控制台和图形界面切换.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-05-12 16:33:35 +08:00
parent bbc029ad13
commit 5f4fe91658
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Linux 控制台和图形界面切换
```bash
# 从图形界面切换到 virtual console此时黑屏
Ctrl+Alt+F12
# 从控制台切换到图形界面,但是是登陆界面
Alt+F1
# 从控制台切换到图形界面,并且是你黑屏前的状态
Alt+F2
# 切换 4 个虚拟控制台
Alt+F3~F6
```