From owner-freebsd-questions@FreeBSD.ORG Tue Jan 10 15:52:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16B416A41F for ; Tue, 10 Jan 2006 15:52:07 +0000 (GMT) (envelope-from gandalf@messias.qhigh.com) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C42E43D78 for ; Tue, 10 Jan 2006 15:52:05 +0000 (GMT) (envelope-from gandalf@messias.qhigh.com) Received: from [62.68.174.65] (helo=[172.16.0.26]) by smtp.enternet.hu with esmtpa (Exim 4) id 1EwLmz-000CsU-8g for freebsd-questions@freebsd.org; Tue, 10 Jan 2006 16:52:01 +0100 Message-ID: <43C3D84D.3050907@messias.qhigh.com> Date: Tue, 10 Jan 2006 16:52:45 +0100 From: gandalf User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Xorg - how to disable some video modes? 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, 10 Jan 2006 15:52:07 -0000 > > You seem to know more than me the xorg.conf file. What happened if you > separate > your Modes like this: > > Modes "1024x768_100.00" "1280x1024_85.00" > > Mine are separated and all works fine. If you can't find answer before > 7 p.m. > (GMT) I will test some changes on my config. Thanks for trying. It does not work for me. I found that xfce4's control panel is able to switch between 1024x768, 800x600 and 640x480. (Xfce also resizes the virtual size.) I don't know how it can do it because theoretically the only valid modes are 1024x768 and 1280x1024. If I remove "DefaultDepth 24" then Ctrl-Alt-Plus works fine and I'm able to switch from 1900x1440 to 640x480; but then the default mode becomes 1900x1440 again :-( Les