Hi Toplica Tanaskovi, On Sun, 02 Feb 2003 01:46:28 +0100 Toplica Tanaskovi wrote: > Here is the patch for 2.4.18 kernel that adds ATI Radeon R9000 support > to > the Radeon Framebuffer driver, also fixes annoying console corruption > when using fglrx and switching from X to console. > > As I said this is a patch for 2.4.18, but I think that it will work > with > 2.4.19 and 2.4.20 too. It seems that the radeon card ID you've added mismatches the ATI fglrx cards definition file. Yours: #define PCI_DEVICE_ID_RADEON_IG 0x4966 ATI fglrx 2.5.1 (last) BoardInfo.h (attached): #define DEVICE_ID_RV250_IF 0x4966 // regular #define DEVICE_ID_RV250_IG 0x4967 // regular IF or IG so? What about this? HTH Regards, -- wwp