为啥我除了tty1其余的2-7都不正常
Tofloor
poster avatar
xixihuohuo
deepin
2020-03-03 21:06
Author
我的tty2-7设置全是英文,搜狗输入法用不了一直弹出删除.config/sougoupy

打开浏览器也卡死不能动,请问有大佬遇到过相同问题是怎么解决的吗?
Reply Favorite View the author
All Replies
avatar
deepin
2020-03-03 22:24
#1
你是使用startx启动的?
Reply View the author
avatar
xixihuohuo
deepin
2020-03-03 22:44
#2
machine 发表于 2020-3-3 14:24
你是使用startx启动的?

是的
tty1是开机自启就是图形界面
其他的2-7我是ctrl+alt切换过去都是命令行只能startx启动图形界面
Reply View the author
avatar
xixihuohuo
deepin
2020-03-04 01:37
#3
有没有大佬指出问题所在啊
Reply View the author
avatar
thepoy
deepin
2020-03-04 01:38
#4
像这种情况我是一般是直接换系统的
Reply View the author
avatar
xixihuohuo
deepin
2020-03-04 01:54
#5
thepoy 发表于 2020-3-3 17:38
像这种情况我是一般是直接换系统的

用了这么久好不容易配置好的系统说换就换,太费时间了
Reply View the author
avatar
xixihuohuo
deepin
2020-03-04 05:27
#6
machine 发表于 2020-3-3 14:24
你是使用startx启动的?

老哥,我觉得你肯定知道点什么(๑>؂<๑)
救命恩人
Reply View the author
avatar
deepin
2020-03-04 18:13
#7
输入
  1. sudo apt install synaptic
Copy the Code

然后
  1. sudo synaptic
Copy the Code

查找sogoupinyin
完全卸载搜狗拼音
查找googlepinyin
安装google拼音
在执行startx前输入
  1. export LC_ALL=zh_CN.UTF-8
  2. export DISPLAY=:?
Copy the Code

将?改成你的tty号
Reply View the author
avatar
deepin
2020-03-04 18:47
#8
https://bbs.deepin.org/post/189398
像这种情况我是一般是直接换系统的

换系统也不一定有用,Ubuntu甚至没有startx
Reply View the author
avatar
xixihuohuo
deepin
2020-03-05 03:04
#9
machine 发表于 2020-3-4 10:13
输入

然后

老哥。。你的方法真的有用。。谢谢
不过经过测试他是临时的。。请问有一劳永逸的方法吗
Reply View the author
avatar
xixihuohuo
deepin
2020-03-05 03:15
#10
machine 发表于 2020-3-4 10:47
换系统也不一定有用,Ubuntu甚至没有startx

我改了profile文件就是一劳永逸了,感谢老兄
Reply View the author
avatar
deepin
2020-03-05 16:57
#11
https://bbs.deepin.org/post/189398
我改了profile文件就是一劳永逸了,感谢老兄

要注意在tty下中文显示是乱码,改成LC_ALL=C会显示编码
Reply View the author
avatar
xixihuohuo
deepin
2020-03-09 17:15
#12
machine 发表于 2020-3-5 08:57
要注意在tty下中文显示是乱码,改成LC_ALL=C会显示编码

谢了。。。。。。。。
Reply View the author