当前位置: 技术问答>linux和unix
安装Linux8.0 成功,但是无法进入图形界面。
来源: 互联网 发布时间:2015-05-19
本文导语: 我输入 startx 命令后: 无法进入图形界面,出错如下: Fatal server error: no screens found. when reporting a problem related to a server crash, please send the full server output ,not just the last message. This can be found in the ...
我输入 startx 命令后:
无法进入图形界面,出错如下:
Fatal server error:
no screens found.
when reporting a problem related to a server crash, please send the full server output ,not just the last message.
This can be found in the log file "/var/log/XFree86.0.log"
小弟还未涉足Linux知识,请多多帮忙。
怎么解决呢?
无法进入图形界面,出错如下:
Fatal server error:
no screens found.
when reporting a problem related to a server crash, please send the full server output ,not just the last message.
This can be found in the log file "/var/log/XFree86.0.log"
小弟还未涉足Linux知识,请多多帮忙。
怎么解决呢?
|
应该是你显卡的配置问题,xf86setup重新配置一下显卡
|
用XConfigurator来配置
|
你去VI /etc/X11/XF86Config 里看看
|
在控制台登录后,可以通过键入starx或xinit来启动图形桌面。
当然,这时最常用的方法是使用startx,它是一个Shell脚本程序,位置在/etc/X11R6/bin/startx
具体来说,startx是一个启动xinit的Shell Script,其执行过程如下:
1.调用xinit首先启动X服务器
2.X服务器尝试查找用户目录中是否存在~/.xinitrc文件。如果存在,则按照其中的定义,启动相应的桌面环境,窗口管理及界面样式等;否则,使用系统默认的/etc/X11/xinit/.xinitrc文件,启动相应的功能。
3.X服务器尝试查找用户根目录中是否存在~/.Xclients文件。如果存在,则会在X窗口启动时,启动其中定义的X程序,否则,使用/etc/X11/xinit/.Xclients文件。
4.X服务器创建主窗口,这时用户会看到一个X形的图标在闪动。
5.下面X服务器完成相应的启动功能设置。
当然,这时最常用的方法是使用startx,它是一个Shell脚本程序,位置在/etc/X11R6/bin/startx
具体来说,startx是一个启动xinit的Shell Script,其执行过程如下:
1.调用xinit首先启动X服务器
2.X服务器尝试查找用户目录中是否存在~/.xinitrc文件。如果存在,则按照其中的定义,启动相应的桌面环境,窗口管理及界面样式等;否则,使用系统默认的/etc/X11/xinit/.xinitrc文件,启动相应的功能。
3.X服务器尝试查找用户根目录中是否存在~/.Xclients文件。如果存在,则会在X窗口启动时,启动其中定义的X程序,否则,使用/etc/X11/xinit/.Xclients文件。
4.X服务器创建主窗口,这时用户会看到一个X形的图标在闪动。
5.下面X服务器完成相应的启动功能设置。
|
运行xf86config,一项一项配置吧,
或者自己修改/etc/X11/XF86Config or XF86Config-4