热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

Debian学习手记

Debian学习手记--Linux发行版技术-Debian信息,下面是详情阅读。
从Debian官网下载netinst CD iso映像,把它刻盘安装系统,软件宝是基本的standard system加上Desktop Environment。然后开始从网络获取包,经过漫长等待(一个下午),在最后出现了install failure,没在意,直接忽略了。

然后启动startx,马上出来许多字。

最后两行:
(EE) No devices detected.
Fatal server error:
no screens found

因为这个,我一直进不到桌面环境(系统默认装的xorg和gnome)。

就因为这个,我从下午到现在一直在网上查资料,网上有许多人有跟我一样的问题,但很少有解决的。

终于,我在x.org找到答案:
I keep getting the message: "no screens found"
This is a very general message telling you that something went wrong and there is no screen left which the server can successfully drive. Usually you'll see another error message describing what went wrong in more detail:

Message: "No devices detected"
You get an error message like:

(EE) No devices detected.
Fatal server error:
no screens found
It is very likely that your xorg.conf file doesn't contain the correct driver(s) for the chipset(s) in your system or that your chipset isn't supported by any of the drivers.

You can check for the detected devices in the log file (in most cases /var/log/Xorg.0.log) by looking for lines like:

(--) PCI:*(1:0:0) Neomagic Corporation NM2200 [MagicGraph 256AV] rev 32, Mem @ 0xfd000000/24, 0xfe800000/22, 0xfec00000/20
In this example the active video device (the one with the *) is a Neomagic NM2200 video chip. In order to get this chipset to work you'd have to use the neomagic driver.

If you are using a distribution you should rerun its configuration tool. If there is no such tool, or if it keeps configuring your Xserver wrong you may want to try xorgcfg, the graphical tool shipped with Xorg. You can also let the server generate a config file: as root just run X -configure.

Please note: If you appear to use the correct driver and you still keep getting this message it is very likely that your chipset isn't supported (yet). In this case you may try the vesa driver or - if this doesn't work - the vga driver. However both are entirely unaccellerated.

看来,是显卡驱动的问题,可能是内核不支持我的显卡型号(ATI X800 PCI Express),不过不可能吧,这么著名的卡,不是新卡,也不是旧卡,应该支持的。还有可能是系统没有装正确的驱动。

查了相关文章,在DEBIAN上装ATI 显卡驱动太麻烦了,还要编译内核,config一系列东西,还有模块等等让人头晕的名词。

所以决定暂时搁浅桌面计划,系统学习LINUX内核模块,编译的知识。
推荐阅读
author-avatar
胡子壮熊_623
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有