Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15318558
  • 博文数量: 2005
  • 博客积分: 11986
  • 博客等级: 上将
  • 技术积分: 22535
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-17 13:56
文章分类

全部博文(2005)

文章存档

2014年(2)

2013年(2)

2012年(16)

2011年(66)

2010年(368)

2009年(743)

2008年(491)

2007年(317)

分类:

2008-12-25 12:23:38

1.重启ubuntu
Ctrl + Alt + Delete
2.当login窗口弹出之后,切换到文本console
Ctrl + Alt + F1
3.输入用户名和密码
luther@gliethttp:~$ mv ~/.g* /tmp/
luther@gliethttp:~$ exit
4.切换到图形界面
Ctrl + Alt + F7
5.输入用户名和密码

ok,现在ubuntu8.10的图形显示都正常了.

如果还不能正常显示,那么需要恢复/etc/X11/xorg.conf文件
luther@gliethttp:~$ vim /etc/X11/xorg.conf 将内容修改为如下ubnutu安装时的默认值,然后ctrl+alt+backspace就可以正常显示了.

Section "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
EndSection


阅读(3049) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~