Aquiles Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/73658793247d7ea6e025a0.jpg)
Joined: 23 Feb 2007 Posts: 230 Location: Somewhere, surrounded by my circumstances.
|
Posted: Sun Mar 04, 2007 11:57 am Post subject: radeon_dri.so not found [SOLVED] |
|
|
Hello everybody,
I am trying to get 3D acceleration support for my Mobility Radeon 7500. I have got the following:
lsmod shows the following interesting modules.
Quote: |
Module Size Used by
radeon 97312 1
drm 50200 2 radeon
intel_agp 15644 1
agpgart 16968 2 drm,intel_agp
|
I think this is quite fine. Then, a dmesg gives:
Quote: |
portatil joan # dmesg | grep drm
[drm] Initialized drm 1.0.1 20051102
[drm] Initialized radeon 1.25.0 20060524 on minor 0:
[drm] Used old pci detect: framebuffer loaded
[drm] Setting GART location based on new memory map
[drm] writeback test succeeded in 1 usecs
|
So, up until now everything seems to be fine. Furthermore:
Quote: |
portatil joan # grep -i "Direct rendering" /var/log/Xorg.0.log
(II) RADEON(0): Direct rendering enabled
|
It seems to be quite good, indeed. Let's keep ahead:
Quote: |
portatil joan # export LIBGL_DEBUG=verbose
portatil joan # glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 5.2.0 radeon (screen 0)
libGL: OpenDriver: trying $LIBGL_DRIVERS_PATH/radeon_dri.so
libGL error: dlopen $LIBGL_DRIVERS_PATH/radeon_dri.so failed ($LIBGL_DRIVERS_PATH/radeon_dri.so: cannot open shared object file: No such file or directory)
[...]
direct rendering: No
|
Damn! Anybody knows what is the problem? It seems to be so close! Why does it try to find "radeon_dri"? My x11-drm package only provided "radeon", not "radeon_dri". I also tried to compile the "radeon" module from the kernel, instead of using the x11-drm package, but I got a "malformed" module. The ati-drivers package does not work either because my card is not supported by the "fglrx" driver. _________________ Aquiles
Last edited by Aquiles on Sat Mar 10, 2007 9:57 am; edited 1 time in total |
|