From owner-freebsd-x11@FreeBSD.ORG Mon Dec 31 11:46:15 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F404216A419 for ; Mon, 31 Dec 2007 11:46:14 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ro-out-1112.google.com (ro-out-1112.google.com [72.14.202.176]) by mx1.freebsd.org (Postfix) with ESMTP id 9C53C13C4EA for ; Mon, 31 Dec 2007 11:46:14 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by ro-out-1112.google.com with SMTP id m6so538028roe.13 for ; Mon, 31 Dec 2007 03:46:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=U+uR3LIDcoMNzfGpk4QWaORs833EpX+Ma1WNe8cPh4w=; b=Q7rJaANCeg6bKFv7RrHI6bIbyTvhQFPsymD19dhYfb/MMXObqT8Up0KYScOkKMFectHVYeFLbThqzDh2+bdzIAcHaCLowFOv2ZySCDx5UfmNFsOYaJYdEvqOnAJILasOWjcoHoX5X9ZnpV+Q7uDkTozn8VWvKp94csn5KM68U1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=xZ8+AqzRvQqsimwCqejIpEUUlVpKsY5Q4XjhLBWL+joMfw59jRDnW172EtD3+30h22ZMma+auO6VgZ88i98wkInQVtrzoKxE4P94zPUOALnkjj/xsZLiJrZxvI0Fc8Mo6bnK6Gd6kvPFayg/Rqdxjr5BHNxShW0JqeHT0RBv8s4= Received: by 10.115.79.1 with SMTP id g1mr13246563wal.2.1199101573632; Mon, 31 Dec 2007 03:46:13 -0800 (PST) Received: by 10.114.240.16 with HTTP; Mon, 31 Dec 2007 03:46:13 -0800 (PST) Message-ID: <80f4f2b20712310346y4363956bla68c97f460c5f29d@mail.gmail.com> Date: Mon, 31 Dec 2007 06:46:13 -0500 From: "Jim Stapleton" Cc: freebsd-x11@freebsd.org In-Reply-To: <200712311136.18140.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20712300955u1dbd8d10r50fc13244fa6d251@mail.gmail.com> <80f4f2b20712301211u63aa802bu44558676ae9a3647@mail.gmail.com> <200712311136.18140.antik@bsd.ee> Subject: Re: X11 - some text normal, some incredibly large X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2007 11:46:15 -0000 Thanks, 'Option "NoDDC" "Yes"' worked. I didn't have to disable type1 fonts though. -Jim Stapleton On Dec 31, 2007 4:36 AM, Andrei Kolu wrote: > Sunday 30 December 2007 22:11:45 kirjutas Jim Stapleton: > > > > I suspect my problem lies in this section of the Xorg.0.log file: > > > (II) intel(0): Setting screen physical size to 289 x 22 > > > > I just realized, given slight rounding/measurement error, that first > > number is the /width/ of my screen. Could it somehow be offset by one > > in reading an array of data? What would the 22 be (or cme after) and > > how could I get the data the X server uses for determining screen > > dimensions? > > > > Not same problem but my notebook with Integrated Graphics Chipset: Intel(R) > 945GM was unable to use proper screen resolution until I did this: > > Option "NoDDC" "Yes" > > And if you want normal fonts on screen then disable type1 support and remove > all type1 fonts from system. > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >