From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 19:46:01 2012 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 568941065677 for ; Thu, 12 Jan 2012 19:46:01 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout024.mac.com (asmtpout024.mac.com [17.148.16.99]) by mx1.freebsd.org (Postfix) with ESMTP id 3D54B8FC12 for ; Thu, 12 Jan 2012 19:46:01 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp024.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LXP0096YAW0DU60@asmtp024.mac.com> for freebsd-questions@freebsd.org; Thu, 12 Jan 2012 11:46:01 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110,1.0.211,0.0.0000 definitions=2012-01-12_08:2012-01-12, 2012-01-12, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1201120210 From: Chuck Swiger In-reply-to: Date: Thu, 12 Jan 2012 11:45:36 -0800 Message-id: <2AD09381-1F1B-45ED-9F8D-1B0E8D87F8EE@mac.com> References: <4F0EA86E.60000@gmail.com> To: akshay sreeramoju X-Mailer: Apple Mail (2.1084) Cc: FreeBSD - Subject: Re: 3.6.13 firefox fonts are blurred on my 8.2 freebsd 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: Thu, 12 Jan 2012 19:46:01 -0000 Hi-- On Jan 12, 2012, at 11:38 AM, akshay sreeramoju wrote: > The image shows, (not sure how bad it is showing for you), more or less the > display I get from firefox and emacs. I will try to send a more detailed > image tonight. You appear to be running in an 8 or 16-bit color mode; what does "xdpyinfo" say? Most likely, you want to run in 24/32-bit color mode instead, to avoid apps grabbing a limited palette of colors.... Regards, -- -Chuck