红联Linux门户
Linux帮助

ATI显卡的机器上安装Linux花屏解决办法

发布时间:2007-09-15 00:38:09来源:红联作者:Oracleust
安装redhat Linux AS4u3后,系统启动时花屏:

解决办法:

1.按照ati的驱动
或者

2.vi /etc/X11/xorg.conf
替换"ati" 成为 "vesa"


Section "Device"

IdentifIEr "Videocard0"

Driver "vesa"

VendorName "Videocard vendor"

BoardName "ATI ES1000"

EndSection

然后重新启动系统。
文章评论

共有 1 条评论

  1. redersun 于 2008-06-16 08:17:09发表:

    想问一下第二种方法适合于所有的ATI显卡吗?