LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: lizhuojian

ATi Linux驱动 8.27.10 支持 Fedora Core 5 !!! 笔记本x300安装成功!附安装步骤!

[复制链接]
发表于 2006-8-17 14:57:04 | 显示全部楼层
晕,高人已走?
回复 支持 反对

使用道具 举报

发表于 2006-8-18 11:17:31 | 显示全部楼层
我的出现这个,应该怎么办阿?
好象是依赖性出现了问题?那4个rpm包我不知道应该放在哪里?
求教,谢谢各位兄弟

# rpm -Uvh *ATI-fglrx*.rpm
error: Failed dependencies:
        kmod-fglrx conflicts with ATI-fglrx-8.27.10-1.fc5.x86_64
        xorg-x11-drv-fglrx conflicts with ATI-fglrx-8.27.10-1.fc5.x86_64
        ATI-fglrx conflicts with xorg-x11-drv-fglrx-8.27.10-3.lvn5.x86_64
        libstdc++.so.5 is needed by ATI-fglrx-control-panel-8.27.10-1.fc5.x86_64        libstdc++.so.5(CXXABI_1.2) is needed by ATI-fglrx-control-panel-8.27.10-1.fc5.x86_64
        libstdc++.so.5(GLIBCPP_3.2) is needed by ATI-fglrx-control-panel-8.27.10-1.fc5.x86_64
        ATI-fglrx-control-panel conflicts with xorg-x11-drv-fglrx-8.27.10-3.lvn5.x86_64
        ATI-fglrx-devel conflicts with xorg-x11-drv-fglrx-8.27.10-3.lvn5.x86_64
        libstdc++.so.5 is needed by ATI-fglrx-IA32-libs-8.27.10-1.fc5.x86_64
        libstdc++.so.5(CXXABI_1.2) is needed by ATI-fglrx-IA32-libs-8.27.10-1.fc5.x86_64
        libstdc++.so.5(GLIBCPP_3.2) is needed by ATI-fglrx-IA32-libs-8.27.10-1.fc5.x86_64
回复 支持 反对

使用道具 举报

发表于 2006-8-18 18:24:13 | 显示全部楼层

按楼主写的方法安装完后出现 fglrx: Unknown symbol print_tainted

按楼主写的方法安装完后出现 fglrx: Unknown symbol print_tainted

都安装N次了。还搞不定。。。。:mad: :mad: :mad:

这是安装完后的日志每次都 一样。:

  1. [root@localhost fglrx]# pwd
  2. /usr/share/fglrx
  3. [root@localhost fglrx]# cat fglrx-install.log
  4. [Message] Kernel Module : Trying to install a precompiled kernel module.
  5. [Message] Kernel Module : Precompiled kernel module version mismatched.
  6. [Message] Kernel Module : Found kernel module build environment, generating kernel module now.
  7. ATI module generator V 2.0
  8. ==========================
  9. initializing...
  10. cleaning...
  11. patching 'highmem.h'...
  12. assuming new VMA API since we do have kernel 2.6.x...
  13. Assuming default VMAP API
  14. doing Makefile based build for kernel 2.6.x and higher
  15. make -C /lib/modules/2.6.15-1.2054_FC5/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
  16. make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
  17.   CC [M]  /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
  18. /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2230: 警告:‘deferred_flush’ 定义后未使用
  19.   LD [M]  /lib/modules/fglrx/build_mod/2.6.x/fglrx.o
  20.   Building modules, stage 2.
  21.   MODPOST
  22. Warning: could not find /lib/modules/fglrx/build_mod/2.6.x/.libfglrx_ip.a.GCC4.cmd for /lib/modules/fglrx/build_mod/2.6.x/libfglrx_ip.a.GCC4
  23.   CC      /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o
  24.   LD [M]  /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko
  25. make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
  26. build succeeded with return value 0
  27. duplicating results into driver repository...
  28. done.
  29. ==============================
  30. - recreating module dependency list
  31. - trying a sample load of the kernel modules
  32. failed.
  33. [Error] Kernel Module : Failed to install compiled kernel module - please consult readme.
复制代码




xorg.conf
  1. Section "Monitor"

  2. ### Comment all HorizSync and VertSync values to use DDC:
  3. ### Comment all HorizSync and VertSync values to use DDC:
  4.         Identifier   "Monitor0"
  5.         VendorName   "Monitor Vendor"
  6.         ModelName    "FG560-NA"
  7.         DisplaySize  300        230
  8. ### Comment all HorizSync and VertSync values to use DDC:
  9.         HorizSync    30.0 - 63.0
  10.         VertRefresh  55.0 - 75.0
  11.         Option      "dpms"
  12. EndSection

  13. Section "Device"
  14.         Identifier  "Videocard0"
  15.         Driver      "fglrx"
  16.         VendorName  "Videocard vendor"
  17.         BoardName   "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
  18. EndSection
复制代码


运行 :

  1. [root@localhost ~]# aticonfig --initial
  2. Found fglrx primary device section
  3. Nothing to do, terminating.
复制代码


ati的控制面板已经安装。
看图。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2006-8-18 21:22:13 | 显示全部楼层
[Error] Kernel Module : Failed to install compiled kernel module - please consult readme.
回复 支持 反对

使用道具 举报

发表于 2006-8-19 08:37:38 | 显示全部楼层
切换到root权限的用户, 字符界面(终端)

#init 3
我怎么进不了字符界面?FC5已升级到最新内核…,
请高人指点!
回复 支持 反对

使用道具 举报

发表于 2006-8-19 11:05:30 | 显示全部楼层
[QUOTE=Garylee][lee@localhost ~]$ fglrxinfo

[lee@localhost ~]$ glxgears
1235 frames in 5.0 seconds = 246.858 FPS
1250 frames in 5.0 seconds = 249.985 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1248 frames in 5.0 seconds = 249.584 FPS

QUOTE]

你的帧数和我的差不多,但我没有黑屏,换回fglrx_6_8_0-8.24.8-1.i386.rpm则glxgears帧数上升到2652.600 FPS,但fgl_glxgears帧数变化不大,386.800 FPS左右
而且fglrx_6_8_0-8.27.10-1.i386.rpm中内部AGP模块在2.6的kernel中不再支持了

glrx_6_8_0-8.24.8-1.i386.rpm与fglrx_6_8_0-8.27.10-1.i386.rpm之间的模块我没用过

as4 Update 3  , p4e 2.8 , ati 9600
回复 支持 反对

使用道具 举报

发表于 2006-8-19 11:08:13 | 显示全部楼层
Post by Garylee
[lee@localhost ~]$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series Generic
OpenGL version string: 2.0.5946 (8.27.10)

我是用#yum --enablerepo livna install kmod-fglrx-smp安装的,不过,怎么跑轮分数低啊!
[lee@localhost ~]$ glxgears
1235 frames in 5.0 seconds = 246.858 FPS
1250 frames in 5.0 seconds = 249.985 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1248 frames in 5.0 seconds = 249.584 FPS


还有就是启动时,到登录画面时会显示黑屏,要按CTRL+ALT+F7才能正常显示~!



你的帧数和我的差不多,但我没有黑屏,换回fglrx_6_8_0-8.24.8-1.i386.rpm则glxgears帧数上升到2652.600 FPS,但fgl_glxgears帧数变化不大,386.800 FPS左右
而且fglrx_6_8_0-8.27.10-1.i386.rpm中内部AGP模块在2.6的kernel中不再支持了

glrx_6_8_0-8.24.8-1.i386.rpm与fglrx_6_8_0-8.27.10-1.i386.rpm之间的模块我没用过

as4 Update 3 , p4e 2.8 , ati 9600
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-20 12:02:20 | 显示全部楼层
Post by 暗战王牌
我的4个包都安装好了。
[root@MyDownloads]# rpm -Uvh *ATI*.rpm
Preparing...                ########################################### [100%]
        package kernel-module-ATI-fglrx-2.6.17-1.2174_FC5-8.27.10-1.fc5 is already installed
        package ATI-fglrx-8.27.10-1.fc5 is already installed
        package ATI-fglrx-control-panel-8.27.10-1.fc5 is already installed
        package ATI-fglrx-devel-8.27.10-1.fc5 is already installed

但是继续后面的操作:
[root@MyDownloads]# rmmod radeon
ERROR: Module radeon does not exist in /proc/modules

[root@MyDownloads]# rmmod drm
ERROR: Module drm does not exist in /proc/modules
都是出错喔

哦,不用管这2错误,这2步似乎不用做的,接着往下做,你的安装似乎已经成功完成,从新启动机器,然后,看看驱动是否已经装上吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-20 12:07:44 | 显示全部楼层
Post by liter
我的出现这个,应该怎么办阿?
好象是依赖性出现了问题?那4个rpm包我不知道应该放在哪里?
求教,谢谢各位兄弟

# rpm -Uvh *ATI-fglrx*.rpm
error: Failed dependencies:
        kmod-fglrx conflicts with ATI-fglrx-8.27.10-1.fc5.x86_64
        xorg-x11-drv-fglrx conflicts with ATI-fglrx-8.27.10-1.fc5.x86_64
        ATI-fglrx conflicts with xorg-x11-drv-fglrx-8.27.10-3.lvn5.x86_64
        libstdc++.so.5 is needed by ATI-fglrx-control-panel-8.27.10-1.fc5.x86_64        libstdc++.so.5(CXXABI_1.2) is needed by ATI-fglrx-control-panel-8.27.10-1.fc5.x86_64
        libstdc++.so.5(GLIBCPP_3.2) is needed by ATI-fglrx-control-panel-8.27.10-1.fc5.x86_64
        ATI-fglrx-control-panel conflicts with xorg-x11-drv-fglrx-8.27.10-3.lvn5.x86_64
        ATI-fglrx-devel conflicts with xorg-x11-drv-fglrx-8.27.10-3.lvn5.x86_64
        libstdc++.so.5 is needed by ATI-fglrx-IA32-libs-8.27.10-1.fc5.x86_64
        libstdc++.so.5(CXXABI_1.2) is needed by ATI-fglrx-IA32-libs-8.27.10-1.fc5.x86_64
        libstdc++.so.5(GLIBCPP_3.2) is needed by ATI-fglrx-IA32-libs-8.27.10-1.fc5.x86_64



按这个提示,你的机器好像缺少libstdc++.so.5这个文件吧
用这个命令安装上吧
yum-y install compat-libstdc++-33.i386
回复 支持 反对

使用道具 举报

发表于 2006-8-22 23:29:40 | 显示全部楼层
耶,终于成功了!

[snake@snake ~]$ glxgears
1253 frames in 5.0 seconds = 250.484 FPS
1250 frames in 5.0 seconds = 249.983 FPS
1250 frames in 5.0 seconds = 249.985 FPS
1250 frames in 5.0 seconds = 249.985 FPS
1249 frames in 5.0 seconds = 249.784 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1250 frames in 5.0 seconds = 249.985 FPS
1250 frames in 5.0 seconds = 249.984 FPS
1250 frames in 5.0 seconds = 249.983 FPS

HP NC6000笔记本,ATi Mobility Radeon 9600 32M

:-)开心
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表