From: Olaf L. <le...@ne...> - 2004-11-19 15:59:13
|
Hello! > Which kernel is this? My 2.6.10-rc1 kernel doesn't define the > radeon_noaccel_ops.. Or is it the old radeon driver? > The new one is the one in aty/* . I know ... I modified radeon_base.c, which is part of the new driver. What I did was adding if (noaccel) { info->flags |= FBINFO_HWACCEL_DISABLED; info->fix.accel = FB_ACCEL_NONE; } else info->fix.accel = FB_ACCEL_ATI_RADEON; around line 1750 to make fbset and directfb believe hw accel is switched on. So I didn't use radeonfb_noaccel_ops. I use gentoo-dev-sources-2.6.9 Ciao, Olaf |