On Sunday 07 September 2003 23:54, John Levon wrote: > Either way it's extremely unlikely it's a lyx problem, it's either > Qt, fontconfig, or something on your system.
It's a Qt problem: Iteratively removing all dotfiles I found that ~/.qt/qtrc was causing the trouble. It contained the following ----------------------- [General] embedFonts=true [customColors] 0=-1 1=-1 10=-1 11=-1 12=-1 13=-1 14=-1 15=-1 2=-1 3=-1 4=-1 5=-1 6=-1 7=-1 8=-1 9=-1 ----------------------- Doing mv ~/.qt ~/.qt.bad solved the problem; however all screen fonts look very pixelized now, some are no more visible to applications at all :-( But that's a minor problem. Thanks, Johannes
