tty1为什么老是黑屏不能用
Tofloor
poster avatar
152******09
deepin
2017-08-27 06:42
Author
tty1为什么老是黑屏不能用
Reply Favorite View the author
All Replies
avatar
herdde
deepin
2017-08-27 14:08
#1
正常,可以用别的tty
Reply View the author
avatar
jingle
deepin
2017-08-27 15:18
#2
TTY 23456用
Reply View the author
avatar
152******09
deepin
2017-08-27 23:20
#3

谢谢,我能使用23456,我只是想明白为什么1用不了了。~_~ 谢谢
Reply View the author
avatar
152******09
deepin
2017-08-27 23:21
#4
https://bbs.deepin.org/post/144702
正常,可以用别的tty

谢谢,我能使用23456,我只是想明白为什么1用不了了。~_~ 谢谢
Reply View the author
avatar
sendlan
deepin
2017-08-28 00:17
#5
是的目前只能用23456
Reply View the author
avatar
lixiaobai
deepin
2017-08-28 04:19
#6
ubuntu都可以用tty1的,deepin确实不行
Reply View the author
avatar
xielingyun
deepin
2017-08-28 04:32
#7
因为现在版本的systemd默认关掉了,只在214-1之前的版本启用tty1

  1. # Enable getty and remote-fs.target by default on new installs, and on
  2. # upgrades from old systemd versions (where the symlinks included as deb
  3. # content, and will thus have been removed by dpkg during the upgrade).
  4. if dpkg --compare-versions "$2" lt "214-1"; then
  5.     systemctl enable getty@tty1.service || true
  6.     systemctl enable remote-fs.target || true
  7. fi
Copy the Code


想用tty1可以自己执行 sudo systemctl enable getty@tty1.service
Reply View the author
avatar
152******09
deepin
2017-08-28 05:41
#8
https://bbs.deepin.org/post/144702
因为现在版本的systemd默认关掉了,只在214-1之前的版本启用tty1

谢谢大神
Reply View the author
avatar
152******09
deepin
2017-08-28 05:41
#9
https://bbs.deepin.org/post/144702
因为现在版本的systemd默认关掉了,只在214-1之前的版本启用tty1

配置文件位置在哪里? 你的内容在哪里看到的 谢谢~——~
Reply View the author
avatar
152******09
deepin
2017-08-28 05:57
#10
本帖最后由 md5_crc4 于 2017-8-27 21:58 编辑
https://bbs.deepin.org/post/144702
因为现在版本的systemd默认关掉了,只在214-1之前的版本启用tty1

我找到了,谢谢
Reply View the author