当前位置: 技术问答>linux和unix
太痛苦了 I cannot start the x server
来源: 互联网 发布时间:2016-02-26
本文导语: 今天上午还在用着呢,调整了一下分辨率,保存当前设置,重新启动系统,就进不了桌面了。 出现了: I cannot start the x server (your graphical interface) It is likely that it is no set up correctly would you like to view ...
今天上午还在用着呢,调整了一下分辨率,保存当前设置,重新启动系统,就进不了桌面了。
出现了:
I cannot start the x server (your graphical interface) It is likely that it is no set up correctly would you like to view the x sever output to diagnose the problem?
在网上找了很长的时间,并试了一些方法都不行啊!
那位大虾给以帮忙,真的是感激不尽了!(详细些,可以吗?)
不想再重装了,这几天都装两次了,由于是在vmware上装的,每次都要六个小时太痛苦了
出现了:
I cannot start the x server (your graphical interface) It is likely that it is no set up correctly would you like to view the x sever output to diagnose the problem?
在网上找了很长的时间,并试了一些方法都不行啊!
那位大虾给以帮忙,真的是感激不尽了!(详细些,可以吗?)
不想再重装了,这几天都装两次了,由于是在vmware上装的,每次都要六个小时太痛苦了
|
进入/etc/X11目录
把xorg.conf的备份文件 替换xorg.conf就可以,你在修改配置时,系统会自动存出一个备份文件。
你也可以用
cd ~ &&
Xorg -configure
测试系统用这个
X -config ~/xorg.conf.new
最后复制文件到系统目录
install -v -m755 -D ~/xorg.conf.new /etc/X11/xorg.conf
把xorg.conf的备份文件 替换xorg.conf就可以,你在修改配置时,系统会自动存出一个备份文件。
你也可以用
cd ~ &&
Xorg -configure
测试系统用这个
X -config ~/xorg.conf.new
最后复制文件到系统目录
install -v -m755 -D ~/xorg.conf.new /etc/X11/xorg.conf
|
看看是不是把xorg.conf修改了
|
would you like to view the x sever output to diagnose the problem?
之后你没选y,看看他怎么诊断问题的?
之后你没选y,看看他怎么诊断问题的?
|
每次在安装完系统后把/etc目录备份一下,假如配置改错了的话,也可以及时恢复。
你可以从其他机器上找一个下显示的配置文件,拷贝过来覆盖就可以了。
你可以从其他机器上找一个下显示的配置文件,拷贝过来覆盖就可以了。
|
重装
学习Linux的不法2门
2天装7次,谁有我狠啊,每次都是重新格盘的;
不过一次只要30mins
Debian Base System + Config......
学习Linux的不法2门
2天装7次,谁有我狠啊,每次都是重新格盘的;
不过一次只要30mins
Debian Base System + Config......
|
照huailairen说的试试