[Boot/Shutdown] 电脑登录一直提示密码错误,密码是对的 ,TTY和ssh都能登录进去
Tofloor
poster avatar
System.out.printf(hello world)
deepin
2021-04-19 19:09
Author

电脑登录一直提示密码错误,密码是对的 ,TTY和ssh都能登录进去,就登录界面提示密码错误。

之前是好的,按DTK文档安装配置DTK后重启后就坏了

# 更新源
sudo apt update

# C++ 开发环境配置好了
sudo apt install qt5-default qtcreator cmake  g++ git 

# DTK 开发环境配置好了
sudo apt install libdtkwidget-dev libdtkgui-dev libdtkcore-dev 

Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-04-19 20:24
#1

tty里面安装 xinit,然后执行 startx 进图形界面,改下用户密码试一下

Reply View the author
System.out.printf(hello world)
deepin
2021-04-19 22:57
#2
忘记、过去

tty里面安装 xinit,然后执行 startx 进图形界面,改下用户密码试一下

用startx进去了,不过设置点不动,用passwd修改密码一样的,除了登录界面外其他都可以登录。

Reply View the author
System.out.printf(hello world)
deepin
2021-04-21 19:57
#3

解决了,研究了好几天,直接用ssh登录进去后执行: apt-get dist-upgrade进行升级一下就可以了

 

Reply View the author