最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决Ubuntu12.04无法登录进入图形视窗的方法
时间:2022-06-30 19:21:09 编辑:袖梨 来源:一聚教程网
Ubuntu 12.04 出现 autolaunch error 而且直接booting进入command line,根本无法进GUI mode。如果运行sudo startx会出现类似xauth: error in locking authority file .Xauthority的报错,以下是简单的解决方法:
先删除所有的.Xauthority files
sudo rm -f .Xauthority*
然后sudo startx
如果还有问题
重新安装gnome-desktop-environment
sudo apt-get install aptitude (如果没有装aptitutde)
sudo aptitude install gnome-desktop-environment
####
如果进入GUI的login界面,但是无法使用login的password进入系统:
按CTRL+ALT+F1 然后log in 再运行:
sudo chown -R $USER:$USER $HOME
→ 然后重启就可以了
相关文章
- 梦幻西游109花果山平民如何选择装备 07-07
- danny0926/ppt-skills 第一次生成 HTML 演示先试什么:入口、小稿和预览信号(skill首测版) 07-07
- 记一次分布式事务数据不一致的排查之旅:从超时到索引:层层剥茧 07-07
- PostgreSQL 在 MyBatis 中执行正常 SQL 失效:一次 DELETE USING 踩坑记录 07-07
- MyBatis批量insert-select踩坑:useGeneratedKeys=true 可能引起PostgreSQL返回大量插入结果 07-07
- Vibe Coding 全栈实战:章鱼哥解题 03 - 从教材检索到 AI 回答生成 07-07