文本模式的中文还有默认启动
Tofloor
poster avatar
星语我梦
deepin
2017-11-07 08:29
Author
如何默认是文本模式?网上一看一堆sysvinit的,晕乎,那systemd怎么办?
还有,文本模式中文是不是没有一点办法显示?
我是个小白,我想知道那些用linux做服务器的没有图形界面是怎么使用中文的?起码也得显示中文吧?一堆乱码怎么搞啊?
Reply Favorite View the author
All Replies
avatar
billy123456
deepin
2017-11-07 14:36
#1
可以用中文,自己打补丁
Reply View the author
avatar
jingle
deepin
2017-11-07 16:41
#2
Reply View the author
avatar
星语我梦
deepin
2017-11-07 16:45
#3
billy123456 发表于 2017-11-7 06:36
可以用中文,自己打补丁

能说的细点嘛?
Reply View the author
avatar
星语我梦
deepin
2017-11-07 16:52
#4
jingle 发表于 2017-11-7 08:41
tty模式的 中文吗?
http://www.cnblogs.com/boyzgw/p/6610323.html

收藏了,又学到不少东西
Reply View the author
avatar
南浦月
deepin
2017-11-07 18:18
#5

不要用这条不清真的命令:
  1. sudo chmod u+s /usr/bin/fbterm
Copy the Code

改为:
  1. sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm
Copy the Code
Reply View the author
Comments
jingle
2017-11-07 18:42
你牛
avatar
billy123456
deepin
2017-11-07 20:24
#6
https://bbs.deepin.org/post/147799
不要用这条不清真的命令:

改为:

这样做会有些问题,如果要求不高可以凑合
Reply View the author
avatar
星语我梦
deepin
2017-11-08 08:01
#7
nanpuyue 发表于 2017-11-7 10:18
不要用这条不清真的命令:

改为:

can't open frame buffer device
Reply View the author