View previous topic :: View next topic |
Author |
Message |
mrfuzynavl n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 May 2005 Posts: 2
|
Posted: Mon May 02, 2005 3:06 am Post subject: ATI X300 fglrx drm problems |
|
|
First Post!
After googling my face off for the last 10 hours (much of it spent within the gentoo forums) I have yet to find a resolution to my problem
ATI X300 on a brand new Dell Dimension 4700.
CANNOT get 3d to work. OpenGL programs work at amazingly slow (4fps) rates. glxgears won't even run!
lspci:
Code: |
0000:00:00.0 Host bridge: Intel Corporation 915G/P/GV/GL/PL/910GL Processor to I/O Controller (rev 04)
0000:00:01.0 PCI bridge: Intel Corporation 915G/P/GV/GL/PL/910GL PCI Express Root Port (rev 04)
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
0000:00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
0000:00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
0000:00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03)
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
0000:01:00.1 Display controller: ATI Technologies Inc: Unknown device 5b70
0000:03:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller (rev 03)
|
I notice no AGP controller, which is somewhat troubling.
lsmod:
Code: |
Module Size Used by
agpgart 30256 -
e100 33920 -
|
Error from Xorg.0.log:
Code: |
[drm] failed to load kernel module "fglrx"
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
|
When I try to modprobe fglrx:
Code: |
FATAL: Error inserting fglrx (/lib/modules/2.6.11-gentoo-r6/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
dmesg:
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol module_refcount
|
I've tried just about everything outlined in the forums.
Some kernel config settings:
Code: |
<M> /dev/agpgart
<M> Intel 440LX/BX/GX, I8xx and E7x05 chipset support
<M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (I'VE TRIED TAKING THIS OUT)
<M> Intel 830M, 845G, 852GM, 855GM, 865G
<M> i915 driver
|
Also, when trying to modprobe intel_agp it doesn't throw back errors, but does not show up in lsmod
a dmesg reveals the following:
Code: |
kobject_register failed for agpgart-intel (-17)
[<c023297b>] kobject_register+0x5b/0x60
[<c02a42a8>] bus_add_driver+0x58/0xd0
[<c023c40d>] pci_register_driver+0x7d/0xa0
[<e084e00f>] agp_intel_init+0xf/0x11 [intel_agp]
[<c01360a4>] sys_init_module+0x144/0x1c0
[<c01032af>] syscall_call+0x7/0xb
|
Oh, and I suppose it would be important to mention that I'm running linux-2.6.11-gentoo-r6 and have been trying the 8.12.10 and 8.8.25-r3 ATI drivers.
If ANYONE can offer any insight as to what the problem may be I would be MOST appreciative! I'm reaching my wits end.
If you require any additional debug information please advise! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Wedge_ Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/4097379943fc120852d16f.jpg)
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Mon May 02, 2005 8:38 am Post subject: |
|
|
OK, the lack of an AGP controller is lspci is presumably normal if you have a PCI-E mobo and card, so I wouldn't worry about that. The error in your log is appearing because the fglrx module isn't loaded. The fglrx module isn't loading because the "module_refcount" symbol is unresolved. This is a kernel problem - the driver is expecting to find a function or data structure called "module_refcount", but it's been removed or renamed in the kernel version you're using. If you Google around or search the forums you might well find a patch that will fix this problem. Alternatively, try a slightly earlier version of gentoo-sources. You can disable the DRM options in the kernel, they aren't required. Leave the AGP options as they are. _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|