From owner-freebsd-questions Sun Sep 30 10:44:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sender.ngi.de (sender.ngi.de [212.79.47.18]) by hub.freebsd.org (Postfix) with ESMTP id EE79C37B401 for ; Sun, 30 Sep 2001 10:44:54 -0700 (PDT) Received: from there (brln-3e36ea9b.pool.mediaWays.net [62.54.234.155]) by sender.ngi.de (Postfix) with SMTP id 6244A96D58 for ; Sun, 30 Sep 2001 19:38:00 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Malte Hinrichs Reply-To: malte@lion.cc To: freebsd-questions@FreeBSD.ORG Subject: Anti-aliasing with XFree86 4.1 and FreeBSD 4.4 ? Date: Sun, 30 Sep 2001 19:37:39 +0200 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010930173800.6244A96D58@sender.ngi.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I recently installed the Xfree86 port (version 4.1) on my system (Release 4.4). While the truetype module works fine, I can't seem to get anti-aliasing (AA) to work. I followed the instructions in the FreeBSD Handbook without success. Here are the corresponding sections in XF86Config and XftConfig: XF86Config: Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "type1" Load "freetype" EndSection XftConfig dir "/usr/X11R6/lib/X11/fonts/Type1" dir "/usr/X11R6/lib/X11/fonts/TrueType" When I remove the path for the TrueType fonts in XF86Config, they disappear from the system, even though they shouldn't (according to the Handbook) I also enabled AA in KDE2.2 of course. Has anyone encountered or solved the same problem? Thanks, Malte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message