分页: 1 / 1

ibmx20 显卡安装半成功

发表于 : 2007-02-14 16:10
rawu
硬盘安装了server版后,
装上了xfce4
发现显示普通文本都非常慢 怀疑是显卡驱动的问题。
fglrxinfo 一看 。
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
于是决定更新驱动程序。
首先按照之前的帖子所介绍那样安装了几次.
about26188-0-asc-0.html
不过每次xorg.conf修改后重启,xserver都起不来,
报错 : Screen no found..
需要用原来的文件重新覆盖才能恢复。

比较一下,xorg.conf 多了 ServerLayout的段而已
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
不知道为什么就不行了。

仔细看xorg.conf ,发现
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
把 Driver 改为 ait
Section "Device"
Identifier "Generic Video Card"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

重启后, 显示文本快多了。 但 fglrxinfo 还是跟原来一样。
不过现在的速度也可以接受了。慢慢再研究。。 :)

发表于 : 2007-02-15 16:08
sinoyster
fglrxinfo是查看fglrx驱动的,

发表于 : 2007-02-15 16:17
zhuqin_83
hiweed自动安装fglrx驱动的。
你应该把ati改成fglrx。

ls,能运行fglrxinfo说明他已经装了这个驱动。