From owner-freebsd-questions@FreeBSD.ORG Wed Nov 17 21:38:49 2010 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 96A561065698 for ; Wed, 17 Nov 2010 21:38:49 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 183608FC21 for ; Wed, 17 Nov 2010 21:38:48 +0000 (UTC) Received: from soth.ventu (151.51.43.12) by cp-out8.libero.it (8.5.107) id 4CDBE27C010D6DB0; Wed, 17 Nov 2010 22:38:47 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oAHLcdVR026703; Wed, 17 Nov 2010 22:38:39 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4CE44B5F.50408@netfence.it> Date: Wed, 17 Nov 2010 22:38:39 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: Warren Block References: <4CE30C07.2090006@netfence.it> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: freebsd-questions@freebsd.org Subject: Re: X resolution 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: Wed, 17 Nov 2010 21:38:49 -0000 On 11/17/10 01:15, Warren Block wrote: > It sounds like the EDID information isn't always working. Check your > video cable to see if a pin is bent over, or try a different one. I guess it's working too much! :-D How does X know 2048x1536 is a valid resolution otherwise? Why would it override my settings? >> I've got this in my xorg.conf: >> >> Section "Screen" >> Identifier "SyncMaster" >> Device "Card0" >> Monitor "SyncMaster" >> SubSection "Display" >> Viewport 0 0 >> Depth 32 >> Modes "1600x1200" >> EndSubSection >> EndSection > > 32 is not a valid depth, according to xorg.conf(5). Right: I changed that to 24 and this seemed to do the trick! Still wondering... it must have been there for eons, yet it started misbehaving only a week ago... Well, it works now! :-) > What is the monitor? A Samsung SyncMaster 1200NF (http://www.neoseeker.com/Articles/Hardware/Reviews/samsung1200nf/). Thanks a lot for your help! bye av.