From owner-freebsd-newbies Wed Feb 26 11: 2:21 2003 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93EFE37B401 for ; Wed, 26 Feb 2003 11:02:19 -0800 (PST) Received: from thor.acuson.com (ac17859.acuson.com [157.226.71.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF2943FBF for ; Wed, 26 Feb 2003 11:02:16 -0800 (PST) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02.acuson.com (mvaexch02.acuson.com [157.226.230.209]) by thor.acuson.com (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0HAX00FLXJHJYC@thor.acuson.com> for freebsd-newbies@freebsd.org; Wed, 26 Feb 2003 11:00:56 -0800 (PST) Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Wed, 26 Feb 2003 10:54:02 -0800 Received: from dhcp-46-161.acuson.com ([157.226.46.161]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id Y2R0T9N7; Wed, 26 Feb 2003 10:55:08 -0800 Content-return: allowed Date: Wed, 26 Feb 2003 11:01:24 -0800 From: Johnson David Subject: Re: KDE fonts help. In-reply-to: <10440.150.101.221.95.1046236459.squirrel@mail.zoper.com> To: Mark Gladman , freebsd-newbies@freebsd.org Message-id: <200302261101.24920.DavidJohnson@Siemens.com> Organization: Siemens Medical Systems MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5 References: <10440.150.101.221.95.1046236459.squirrel@mail.zoper.com> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tuesday 25 February 2003 09:14 pm, Mark Gladman wrote: > Hey there, > > I'm not *really* a newbie, although I figured that this'd be one of > those questions that would make me look like one! :) > I noticed that there's no KDE support mailing list, only a Gnome one, > so I didn't quite know where to send this to.. There is a FreeBSD KDE site at , with a pointer to a QA list at . This list is meant for testing, fixing, and problem solving, and is not a general purpose support list. There is also the traditional KDE list for non-Linux users at . > I recently installed FreeBSD 5.0-release, and did a CVS update of the > ports. I then compiled and installed QT3, KDELIBS3 and KDEBASE3 (in > that order). I tried to use the meta-port to compile KDE 3.1 first > off, but it just went "Yup, compiled and installed" and that was it. > (and it only took about 25 seconds) The meta-port is an "install only" port. If you do a make it will do nothing. However, on a make install it will pull in all the dependencies and build them. This is because everything but libs and base are runtime dependencies, which only get pulled in at install. > Now, I'm not sure if this is suppose to happen or not (I really hope > not) but the fonts in KDE now look so very, very ugly. I've played > with the anti-aliasing settings, and all the different fonts, and > still no real improvement. Make sure you have good fonts installed (webfonts, bitstream-vera), list them in your XF86Config, edit your XftConfig appropriately, then turn on anti-aliasing in the KDE control center. This is no trivial matter, but you can get some pointers in the Handbook, and a good font deuglification guide at . The trick, to me at least, is a good XftConfig file and choosing good fonts. There is little to no documentation on XftConfig, unfortunately. I grabbed my own XftConfig from Slackware at . This was taken from Keith Packard's (the Xfree86 antialiasing guy) original XftConfig, which has now disappeared. You'll want to add any additional Type1 and truetype fonts in the directory list at the top. Whew! That should be enough pointers to documents to last you a while! Someone really needs to write a font deuglification document specifically for FreeBSD, but I don't have the time to do it. p.s. There have been very recent changes in ports related to Xft and fontconfig. If your timing for port updating was off, you might have picked up some broken stuff. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message