Re: latest version of radeonfb
Olaf Leidinger <[email protected]>
| Newsgroups | gmane.linux.fbdev.user |
|---|---|
| Message-ID | <1100880101.9836.8.camel@localhost> |
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
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8