LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 988|回复: 5

大家帮忙看看,怎么老是加载不了fglrx

[复制链接]
发表于 2007-1-31 19:20:07 | 显示全部楼层 |阅读模式

  1. # modprobe fglrx
  2. WARNING: Error inserting agpgart (/lib/modules/2.6.16-gentoo-r3/kernel/drivers/char/agp/agpgart.ko): Invalid module format
  3. FATAL: Error inserting fglrx (/lib/modules/2.6.16-gentoo-r3/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
复制代码


  1. # glxinfo |grep direct
  2. direct rendering: No
  3. OpenGL renderer string: Mesa GLX Indirect
复制代码


  1. # xvinfo
  2. X-Video Extension version 2.2
  3. screen #0
  4.   Adaptor #0: "ATI Radeon Video Overlay"
  5.     number of ports: 1
  6.     port base: 59
  7.     operations supported: PutImage
  8.     supported visuals:
  9.       depth 24, visualID 0x23
  10.       depth 24, visualID 0x24
  11.       depth 24, visualID 0x25
  12.       depth 24, visualID 0x26
  13.       depth 24, visualID 0x27
  14.       depth 24, visualID 0x28
  15.       depth 24, visualID 0x29
  16.       depth 24, visualID 0x2a
  17.     number of attributes: 12
  18.       "XV_SET_DEFAULTS" (range 0 to 1)
  19.               client settable attribute
  20.       "XV_AUTOPAINT_COLORKEY" (range 0 to 1)
  21.               client settable attribute
  22.               client gettable attribute (current value is 1)
  23.       "XV_COLORKEY" (range 0 to -1)
  24.               client settable attribute
  25.               client gettable attribute (current value is 30)
  26.       "XV_DOUBLE_BUFFER" (range 0 to 1)
  27.               client settable attribute
  28.               client gettable attribute (current value is 1)
  29.       "XV_BRIGHTNESS" (range -1000 to 1000)
  30.               client settable attribute
  31.               client gettable attribute (current value is 0)
  32.       "XV_CONTRAST" (range -1000 to 1000)
  33.               client settable attribute
  34.               client gettable attribute (current value is 0)
  35.       "XV_SATURATION" (range -1000 to 1000)
  36.               client settable attribute
  37.               client gettable attribute (current value is 0)
  38.       "XV_COLOR" (range -1000 to 1000)
  39.               client settable attribute
  40.               client gettable attribute (current value is 0)
  41.       "XV_HUE" (range -1000 to 1000)
  42.               client settable attribute
  43.               client gettable attribute (current value is 0)
  44.       "XV_RED_INTENSITY" (range -1000 to 1000)
  45.               client settable attribute
  46.               client gettable attribute (current value is 0)
  47.       "XV_GREEN_INTENSITY" (range -1000 to 1000)
  48.               client settable attribute
  49.               client gettable attribute (current value is 0)
  50.       "XV_BLUE_INTENSITY" (range -1000 to 1000)
  51.               client settable attribute
  52.               client gettable attribute (current value is 0)
  53.     maximum XvImage size: 2048 x 2048
  54.     Number of image formats: 4
  55.       id: 0x32595559 (YUY2)
  56.         guid: 59555932-0000-0010-8000-00aa00389b71
  57.         bits per pixel: 16
  58.         number of planes: 1
  59.         type: YUV (packed)
  60.       id: 0x59565955 (UYVY)
  61.         guid: 55595659-0000-0010-8000-00aa00389b71
  62.         bits per pixel: 16
  63.         number of planes: 1
  64.         type: YUV (packed)
  65.       id: 0x32315659 (YV12)
  66.         guid: 59563132-0000-0010-8000-00aa00389b71
  67.         bits per pixel: 12
  68.         number of planes: 3
  69.         type: YUV (planar)
  70.       id: 0x30323449 (I420)
  71.         guid: 49343230-0000-0010-8000-00aa00389b71
  72.         bits per pixel: 12
  73.         number of planes: 3
  74.         type: YUV (planar)
复制代码


  1. # grep -e EE -e WW /var/log/Xorg.0.log
  2. Current Operating System: Linux Newy 2.6.16-gentoo-r3 #5 PREEMPT Tue Aug 1 13:59:00 Local time zone must be set--see z i686
  3.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  4. (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
  5. (II) Loading extension MIT-SCREEN-SAVER
  6. (WW) fglrx(0): Failed to open DRM connection
  7. (WW) fglrx(0): board is an unknown third party board, chipset is supported
  8. (EE) fglrx(0): DRIScreenInit failed!
  9. (WW) fglrx(0): ***********************************************
  10. (WW) fglrx(0): * DRI initialization failed!                  *
  11. (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
  12. (WW) fglrx(0): * 2D acceleraton available (MMIO)             *
  13. (WW) fglrx(0): * no 3D acceleration available                *
  14. (WW) fglrx(0): ********************************************* *
  15. (WW) fglrx(0): Option "VendorName" is not used
  16. (WW) fglrx(0): Option "ModelName" is not used
复制代码


我是按照下面的文章做的:
http://gentoo-wiki.com/HOWTO_ATI_Drivers
大家帮忙看看,谢谢了~~~~
发表于 2007-1-31 19:31:16 | 显示全部楼层
FATAL: Error inserting fglrx (/lib/modules/2.6.16-gentoo-r3/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)

应该是内核模块加载不了导致的
(see dmesg)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-2-1 15:07:03 | 显示全部楼层
本人菜得很,还请大家帮忙看一下
  1. # dmesg | grep fglrx
  2. fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
  3. fglrx: Unknown symbol module_refcount
  4. fglrx: Unknown symbol module_refcount
复制代码
回复 支持 反对

使用道具 举报

发表于 2007-2-1 15:10:39 | 显示全部楼层
一般是驱动和内核版本不批配导致的
回复 支持 反对

使用道具 举报

发表于 2007-2-1 16:38:37 | 显示全部楼层
应该是 fglrx 驱动版本太低,试试8.32.5或8.33.6的。
回复 支持 反对

使用道具 举报

发表于 2007-2-2 12:29:52 | 显示全部楼层
是内核没有把agp选项的驱动编译进去吧。
回复 支持 反对

使用道具 举报

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

本版积分规则

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