From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 22:56:14 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 EAC11106566C for ; Tue, 16 Nov 2010 22:56:14 +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 824AC8FC1B for ; Tue, 16 Nov 2010 22:56:14 +0000 (UTC) Received: from soth.ventu (151.51.43.12) by cp-out8.libero.it (8.5.107) id 4CDBE27C00DF96F6 for freebsd-questions@freebsd.org; Tue, 16 Nov 2010 23:56:13 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oAGMu7lY098898 for ; Tue, 16 Nov 2010 23:56:07 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4CE30C07.2090006@netfence.it> Date: Tue, 16 Nov 2010 23:56:07 +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: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Subject: 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: Tue, 16 Nov 2010 22:56:15 -0000 Hello. I've configured my X to use a 1600x1200 resolution (or so I thought...). It used to work until the last X.Org upgrade; after that it *usually* worked: very rarely it would start at 2048x1536, but a couple of Ctrl-Alt-Backspace was normally enough. Since a couple of day, it always start at 2048x1536, and there is no way to get 1600x1200 unless I login and change resolution afterwards (which is however enought to mess all my KDE fonts up). 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 Is it ok? Any other hint? Of course I can provide full xorg.conf and Xorg.0.log, but they are quite long... Card is a Radeon HD 4200. bye & Thanks av.