Gentoo Archives: gentoo-ppc-dev

From: Matt Jarjoura <matt@×××××××××.com>
To: gentoo-ppc-dev@l.g.o
Subject: [gentoo-ppc-dev] KDE/Gnome issue
Date: Tue, 08 Jun 2004 23:04:59
Message-Id: 50335.151.196.41.20.1086735688.squirrel@tasonline.com
1 Okay, not sure if this was already known, but KDE's fonts would go out of
2 wack if you start a Gnome app. Come to find out, Gnome is using it's own
3 dot pitch settings.
4
5 So to correct it, you need to raise the dot pitch of Xorg to compensate
6 for gnome.
7
8 Adding this to my xorg.conf file fixed it
9
10 Section "Monitor"
11 Option "CalcAlgorithm" "CheckDesktopGeometry"
12 DisplaySize 320 240
13 ...
14 End Section
15
16
17 -Matt
18
19
20 --
21 gentoo-ppc-dev@g.o mailing list