From owner-freebsd-hackers@FreeBSD.ORG Tue May 24 14:02:29 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF8016A442 for ; Tue, 24 May 2005 14:02:29 +0000 (GMT) (envelope-from oceanare@pacific.net.sg) Received: from salvador.pacific.net.sg (salvador.pacific.net.sg [203.120.90.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 634BC43D54 for ; Tue, 24 May 2005 14:02:28 +0000 (GMT) (envelope-from oceanare@pacific.net.sg) Received: (qmail 22824 invoked from network); 24 May 2005 14:02:27 -0000 Received: from unknown (HELO maxwell2.pacific.net.sg) (203.120.90.192) by salvador with SMTP; 24 May 2005 14:02:26 -0000 Received: from [192.168.0.107] ([210.24.246.101]) by maxwell2.pacific.net.sg with ESMTP id <20050524140226.WPYW1130.maxwell2.pacific.net.sg@[192.168.0.107]>; Tue, 24 May 2005 22:02:26 +0800 Message-ID: <429333CA.6090503@pacific.net.sg> Date: Tue, 24 May 2005 22:01:46 +0800 From: Erich Dollansky Organization: oceanare pte ltd User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050514) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Herv=E9_Kergourlay?= References: <428307A9.10901@atempo.com> <20050512134151.O2556@thor.farley.org><20050512163409.O4283@thor.farley.o r g ><4284CFB5.7040805@atempo.com><20050513123403.J11641@thor.farley.org>< 20 0 50 523014004.GS34798@wantadilla.lemis.com> <20050523115234.A41713@thor.farley.org> <42932927.90104@atempo.com> <42932AEE.5070706@pacific.net.sg> <42932E30.2050101@atempo.com> In-Reply-To: <42932E30.2050101@atempo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: hackers@freebsd.org Subject: Re: Screen Resolution X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 14:02:29 -0000 Hi, Hervé Kergourlay wrote: > Erich Dollansky a écrit : > > I install FreeBSD 5.3 with the standard option, the X process in > /usr/X11R6/bin/X is running > So, it should be X.Org. > I run startx to start the X server > edit /etc/X11/xorg.conf There should be a section 'Screen'. In there are subsections 'Display'. Just add there something like: SubSection "Display" Depth 24 Modes "800x600" EndSubSection Change 24 to the number of bits supported by your graphics adaptor. Erich