From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 22:20:31 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 ABE8D16A41F for ; Mon, 9 Jan 2006 22:20:31 +0000 (GMT) (envelope-from gandalf@messias.qhigh.com) Received: from messias.qhigh.com (3e70dc32.adsl.enternet.hu [62.112.220.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5687743D45 for ; Mon, 9 Jan 2006 22:20:27 +0000 (GMT) (envelope-from gandalf@messias.qhigh.com) Received: from [172.16.0.26] (earth.msnet [172.16.0.26]) by messias.qhigh.com (Postfix) with ESMTP id AD4D15C3D for ; Tue, 10 Jan 2006 00:26:21 +0100 (CET) Message-ID: <43C03ED4.1070404@messias.qhigh.com> Date: Sat, 07 Jan 2006 23:21:08 +0100 From: User Gandalf User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051228) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Mon, 09 Jan 2006 22:20:31 -0000 Hello, I have FreeBSD 6.0 with an xorg server installed. I followed the instructions in the handbook, and I could create a working xorg.conf file. My problem is that xorg starts with 1920x1440@61Hz. I would like to have 1024x768@101Hz by default. I tried to add Modes "1024x768" Also tried to use gtf to create a 1024x768@100Hz mode and add a UseModes "1024x768_100.00" 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. Thanks for your help Les