On Tuesday 08 January 2002 14:43, Daniel Burrows wrote: > On Tuesday 08 January 2002 06:50 am, Daniel Stone wrote: > > Hi guys, > > Just to let you know that I will *not* support anti-aliasing. You can > > use it, but don't expect me to urgently follow up on bug reports > > involving AA, as it causes problems such as #123264. If you report an AA > > bug, I'll probably downgrade its severity and tag wontfix, because it's > > too buggy. > > > > That said, *please* make mention of whether you're using AA or not in > > your bug reports, because it makes my life easier. > > In that case, please stop KDE from turning it on by default when you ask > for "more effects" in the startup wizard. (it does currently) You are refering to kpersonalizer
The patch is trivial: --- kdebase/kpersonalizer/keyecandypage.cpp.old Tue Jan 8 14:55:06 2002 +++ kdebase/kpersonalizer/keyecandypage.cpp Tue Jan 8 14:54:32 2002 @@ -196,7 +196,8 @@ } if( value >= 7){ // Level 7 - antialiasing_fonts->setOn(true); + // antialiasing deactivated for Debian + // antialiasing_fonts->setOn(true); fading_tooltips->setOn(true); } if( value >= 8){ enjoy Allan