From: Gordan B. <go...@bo...> - 2009-06-10 19:39:10
|
Hi, I'm struggling to get this to work. The driver works fine in 2D, but 3D fails. I get this in Xorg log: AIGLX: Screen 0 is not DRI capable and GLX falls back to MESA-PROXY. I tried the latest snapshot (ancient - 2006-04-03), and while it all builds OK (after changing #define __put_page(p) atomic_dec(&(p)->count) to #define __put_page(p) atomic_dec(&(p)->_count) in drm_compat.h) and the kernel modules seem to work OK on RHEL5's 2.6.18-128.1.10 kernel, the Xorg drivers don't - they fail saying that the drivers use ABI major version 0 while Xorg has major version 1. Is there a later snapshot of the radeon DRI package that I can build and try somewhere? My versions are: xorg-x11-server-Xorg 1.1.1 xorg-x11-drv-ati 6.6.3 Thanks in advance. Gordan |