cj9404 发表于 2005-2-19 23:49:10

显卡安装问题

第一次自己装linux,我装的是RH9。0。在装显卡的时候碰到了问题。

我的是ati9550的显卡,我在ati的网站上下载了9550的linux的驱动,然后根据ati网站上的提示用RPM命令安装 rpm -Uh --force <ati_package_name>.rpm
结果这一步出现很多error: unresolved symbols .........................

然后我又根据ati网站上的提示执行以下步骤:
1. cd /usr/src/linux (我这里没有这个目录只有/usr/src/linux2.4,是不是这里出了问题?)

2. Copy your existing kernel options into the source tree as folows:
    cp /boot/config-`uname -r` /usr/src/linux/.config

3. Generate the kernel Makefiles using these settings as follows:
    make oldconfig

4. Generate dependencies as follows:

For kernel 2.4: make dep
For kernel 2.6: make
5. Restart the system

6. Rebuild and reinstall the kernel module

Building the fglrx kernel module:

1. cd /lib/modules/fglrx/build_mod
2. sh make.sh

Installing the fglrx kernel module:

3. cd /lib/modules/fglrx
4. sh make_install.sh (在执行这步的时候又出现了
unresolved symbols 的error)


我应该怎么做啊,我是菜鸟,希望各位大侠帮帮我,谢谢了。。。。
页: [1]
查看完整版本: 显卡安装问题