|
|
原帖由 不点 于 2011-4-15 14:59 发表 
我怀疑是显卡驱动造成的。teasiu 很可能启用了某个不稳定的显卡驱动。
硬件兼容性是最要紧的。宁可损失美观和功能,也得保证不死。
没有进入 X Window 的原因,就是因为显卡驱动不正确,或者是显卡配置文 ...
我测试了两个不能启动的机器,都是intel的版载显示卡,
当中加载过程也有module intel-agp的错误等等
查资料里面也有同样情况
另外一个解决宽屏解析度的帖子也有谈到这个
http://slitaz-cn.5d6d.com/viewthread.php?tid=297
Normally, you just run as root:
tazx
And install the video driver from the list, but sometimes this is not enough.
intel-video cards
The xorg-xf86-video-vesa 2.0.0 driver has a lot of trouble with intel chips - e.g. on my 82945GM Chipset it does not display 1280×1024 and 1024×768, but 1600×1200 is not a problem.
To use the xorg-intel driver, download:
tazpkg get-install xorg-xf86-video-intel
tazpkg get-install linux-agp
tazpkg get-install mesa-dri-intel (not always necessary)
Then load the modules:
tazhw detect-pci
OR, you can do it manually:
modprobe agppart
modprobe intel-agp
modprobe drm
Then try to restart X.
另外一个说intel on xorg slitaz的帖子中
http://alanyih.blogspot.com/2010/01/slitaz-xorg-intel.html
root@slitaz:~# tazpkg get-install xorg-xf86-video-intel
root@slitaz:~# tazpkg get-install linux-agp
root@slitaz:~# modprobe intel-agp
root@slitaz:~# lsmod | grep intel_agp
intel_agp 23032 1
agpgart 25980 2 intel_agp
root@slitaz:~#
root@slitaz:~# X -configure
....
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
root@slitaz:~# X -config /root/xorg.conf.new
root@slitaz:~# cp /root/xorg.conf.new /etc/X11/xorg.conf
root@slitaz:~# /etc/init.d/slim start
----
root@slitaz:~# tazx
xorg Install Xorg ---> intel-driver
看来这个intel-agp 和部分同志包括我自己机器不能startx进入图形界面有很大关系
以下是一个重现的截屏,沒截全,
是在qemu裏重現的,(测试virtualbox一切正常启动),实机拍的话哥的样子也拍了,不想上镜....
建议大家有条件重现环境的帮忙解决这个问题...可能只把以上的包和驱动装起来就行?!
[ 本帖最后由 2011nirvana 于 2011-4-15 16:38 编辑 ] |
|