分页: 1 / 1

ubuntu 16.04 alt+ctl+F1 切换不到tty1,求解

发表于 : 2017-12-28 1:33
honpey
同上

Re: ubuntu 16.04 alt+ctl+F1 切换不到tty1,求解

发表于 : 2017-12-28 11:28
九天星
你没按好

Re: ubuntu 16.04 alt+ctl+F1 切换不到tty1,求解

发表于 : 2017-12-28 13:08
poloshiao
alt+ctl+F1
試試
alt + ctrl + F2
alt + ctrl + F3
alt + ctrl + F4
alt + ctrl + F5
alt + ctrl + F6

如果還有問題
請提供
Ubuntu 版本 及 登入時 選擇的 桌面進程

Re: ubuntu 16.04 alt+ctl+F1 切换不到tty1,求解

发表于 : 2017-12-28 23:33
honpey
poloshiao 写了:
alt+ctl+F1
試試
alt + ctrl + F2
alt + ctrl + F3
alt + ctrl + F4
alt + ctrl + F5
alt + ctrl + F6

如果還有問題
請提供
Ubuntu 版本 及 登入時 選擇的 桌面進程
==========================
都试过了还是不行呢。。。

uname -a
Linux station6 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/issue
Ubuntu 16.04 LTS \n \l

ps aux | grep tty
root 2841 0.1 1.7 390460 66456 tty7 Ssl+ 01:05 1:24 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root 4007 0.0 0.0 17684 1792 tty1 Ss+ 01:05 0:00 /sbin/agetty --noclear tty1 linux
hon 6390 0.0 0.0 15992 984 pts/19 S+ 23:32 0:00 grep --color=auto tty

Re: ubuntu 16.04 alt+ctl+F1 切换不到tty1,求解

发表于 : 2017-12-29 8:17
poloshiao
ps aux | grep tty
root 2841 0.1 1.7 390460 66456 tty7 Ssl+ 01:05 1:24 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root 4007 0.0 0.0 17684 1792 tty1 Ss+ 01:05 0:00 /sbin/agetty --noclear tty1 linux
hon 6390 0.0 0.0 15992 984 pts/19 S+ 23:32 0:00 grep --color=auto tty
1. 你是用 root 登入 ?
1-1. 如果是 參閱
https://ubuntuforums.org/showthread.php ... st12941071
Re: Login in to the root admin user account, and other tty's

2. 補充
新手 不建議 在 Ubuntu 使用 root 登入
需要 root 權限時
sudo + console-command
gksudo + graphical-command # 第一次使用 gksudo 需要先安裝套件 gksu

Re: ubuntu 16.04 alt+ctl+F1 切换不到tty1,求解

发表于 : 2017-12-29 17:24
vickycq
1. 你的 Ubuntu 安装在实机还是虚拟机
2. 按 ctrl+alt+F1 有何现象
3. 执行 sudo chvt 1 能否切换
4. 执行以下指令将结果全部复制贴上来

代码: 全选

systemctl --no-pager status getty@tty1
ps aux | grep agetty
grep "NAutoVTs" /etc/systemd/logind.conf
另外 lightdm 好像还不支持 non-root Xorg,显示用户是 root 应该是正常的?