From owner-freebsd-questions@FreeBSD.ORG Tue Jan 10 05:52:06 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 C69B316A41F for ; Tue, 10 Jan 2006 05:52:06 +0000 (GMT) (envelope-from andvari@gmx.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C65C643D45 for ; Tue, 10 Jan 2006 05:52:05 +0000 (GMT) (envelope-from andvari@gmx.de) Received: (qmail 5363 invoked from network); 10 Jan 2006 05:52:04 -0000 Received: from unknown (HELO andvari.ath.cx) ([pbs]750710@[84.168.101.240]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 10 Jan 2006 05:52:04 -0000 Received: from andvari.ath.cx (localhost [127.0.0.1]) by andvari.ath.cx (8.13.4/8.13.4) with ESMTP id k0A5q0Ei067411 for ; Tue, 10 Jan 2006 06:52:01 +0100 (CET) (envelope-from andvari@gmx.de) Received: (from mm@localhost) by andvari.ath.cx (8.13.4/8.13.4/Submit) id k0A5pwF6067235 for freebsd-questions@freebsd.org; Tue, 10 Jan 2006 06:51:58 +0100 (CET) (envelope-from andvari@gmx.de) X-Authentication-Warning: andvari.ath.cx: mm set sender to andvari@gmx.de using -f Date: Tue, 10 Jan 2006 06:51:58 +0100 From: Martin =?iso-8859-1?Q?M=F6ller?= To: freebsd-questions@freebsd.org Message-ID: <20060110055157.GC15566@andvari.ath.cx> References: <43C03ED4.1070404@messias.qhigh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C03ED4.1070404@messias.qhigh.com> X-URL: http://www.andvari.de/ X-PGP: Download public key from http://www.pb-mm.de/pgp X-Phone: +49 (0) 6126 58 38 36 X-Fax: +49 (0) 6126 58 45 78 X-Mobile: +49 (0) 1638 696 595 X-Location: Idstein, Hessen, Deutschland, Europa X-Operating-System: FreeBSD 6 (RELENG_6) X-Accept-Language: de en X-Uptime: 3 mins User-Agent: Mutt/1.5.11 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 05:52:06 -0000 * User Gandalf [07-01-2006 23:21:08 +0100]: > section. But I was not able to disable 1920x1440, 1600x1200 and > 1280x1024. What I do know is that I go to the control panel of xfce each > time and switch back to 1024x768 manually. Take a look in which "SubSection" you make the changes... If you prefer 24 bit colour, set the mode like this, and don't forget to add the line with "DefaultDepth", so X knows in which colour mode you want to start. Section "Screen" Identifier "Screen0" DefaultDepth 24 Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Regards, Martin -- Martin Moeller