From owner-freebsd-questions@FreeBSD.ORG Sun Dec 30 00:19:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4081A16A468 for ; Sun, 30 Dec 2007 00:19:07 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id BED8913C44B for ; Sun, 30 Dec 2007 00:19:06 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2962294fgg.35 for ; Sat, 29 Dec 2007 16:19:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=iYzOOQsTnKytqEqS4hewK4kRU9qcKYku8FqKbc7yAcQ=; b=T2QF16CuBGcs7li/MkfagszSnm1t6HEXB9L6H9ExMyrpuUyBg2y7Ett1BFTLim3PUzAGYD2ILy/SjNpDOm8Cy/bDptJTy2/xSUT5721Cz8wQKX4zZ8bt+E6YJEZOPDGhyED0TlIpFaWCOoBANGbg/U5qk4CP47PipMYkPWbwcjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=eI+7XgGz/gjJ4yYYtXcd54amfHOVZJIHz88vTJBYJMhjLN6ZHWJRnx++jAc4kFZ5MvDNH0vDbOqSzOWbEAEIL6okMXj6spMnh6XETWtuPeuFzay5kctT4gnhG5ANHzKRpkKW53TOgC1FRv8uldT+uDqJBrItv2HkIULzBmkkmr0= Received: by 10.86.86.12 with SMTP id j12mr10555880fgb.50.1198972301781; Sat, 29 Dec 2007 15:51:41 -0800 (PST) Received: from darklight.org.ru ( [194.186.18.14]) by mx.google.com with ESMTPS id a37sm15162388fkc.3.2007.12.29.15.51.38 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 29 Dec 2007 15:51:40 -0800 (PST) Received: from darklight.org.ru (smmsp@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lBTNpTlt007367; Sun, 30 Dec 2007 02:51:29 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lBTNFqWZ007151; Sun, 30 Dec 2007 02:15:52 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Sun, 30 Dec 2007 02:15:52 +0300 From: Yuri Pankov To: Joey Mingrone Message-ID: <20071229231552.GB96302@darklight.org.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-questions@freebsd.org Subject: Re: font problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2007 00:19:07 -0000 On Sat, Dec 29, 2007 at 06:29:55PM -0400, Joey Mingrone wrote: > Over the holidays I decided to upgrade my ports after several months > and everything went well except some fonts seems to be messed up. > Sorry, I'm not really sure how to explain this better. Here is a > screenshot of gkrellm: http://jrm.ath.cx/misc/messed_up_fonts.png > > As you can see, the fonts are so large they overlap. I didn't change > any of my configuration files (xorg.conf, ~/fonts.conf, ~/.gtkrc-2.0, > etc). The problem seems to be isolated to gtk applications. Here is > the output from /var/log/xorg.log: http://jrm.ath.cx/misc/Xorg.0.log > > It seems as though the usual fonts cannot be rendered so some sort of > defaults are being used. Thanks for any suggestions. > > Joey Hmm, (==) RADEON(0): DPI set to (75, 75) was it always 75? (I see a recent update to xf86-video-ati port). Anyway, try forcing X to use 96, ie, run it as: X -dpi 96 (it would be ":0 local /usr/local/bin/X -dpi 96 :0" in /usr/local/lib/X11/xdm/Xservers for xdm). HTH, Yuri