From owner-freebsd-questions@FreeBSD.ORG Fri Jun 29 22:24:41 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E222616A421 for ; Fri, 29 Jun 2007 22:24:41 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id AA0E513C489 for ; Fri, 29 Jun 2007 22:24:41 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <468586A0.2020802@intersonic.se> Date: Sat, 30 Jun 2007 00:24:32 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.0 (X11/20070422) MIME-Version: 1.0 To: Gary Kline References: <20070629215748.GA44699@thought.org> In-Reply-To: <20070629215748.GA44699@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Howto make resolution less? 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: Fri, 29 Jun 2007 22:24:42 -0000 Gary Kline wrote: > Guys, > > Well, I hate to admit it, but too much "real estate" can be too > much. The default resolution has Tito be 1600x1200 where 1280x1024 > would work better. I don't find and screen size in my > /etc/X11/xorg.conf file. So where is it? And/or which key combo > do I have to hit to change thing? ----Actually, I'd rather > hardcode this data. man xorg.conf example: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 DefaultFbBPP 32 SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection /po