From owner-freebsd-questions@FreeBSD.ORG Wed Apr 15 23:31:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D3321065673 for ; Wed, 15 Apr 2009 23:31:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA3C8FC1A for ; Wed, 15 Apr 2009 23:31:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r55.edvax.de (port-92-196-27-202.dynamic.qsc.de [92.196.27.202]) by mx02.qsc.de (Postfix) with ESMTP id 38EBA19B7FB6; Thu, 16 Apr 2009 01:31:51 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id n3FNVjoW002015; Thu, 16 Apr 2009 01:31:45 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Thu, 16 Apr 2009 01:31:45 +0200 From: Polytropon To: qt3@netsys.hn Message-Id: <20090416013145.dc25f1b6.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Need to change screen resolution... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 23:31:54 -0000 Hi Quin. On Wed, 15 Apr 2009 16:10:01 -0600, "Q. Taylor" wrote: > Hello > > I am trying to find a way to change my current screen resolution from the > default 720x426 (I think). [...] if I could increase the screen > size to maybe 1028x756 that would be great. > > Any one knowing please email me the answer. The common way to do this - was? - a setting in /etc/X11/xorg.conf. Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Option "Accel" DefaultDepth 24 SubSection "Display" Depth 24 Visual "TrueColor" Modes "1152x864" EndSubSection EndSection It is the "Modes" setting which in this example is 1152x864. Since FreeBSD 7.0 I have problems with this mechanism (it selects stupid screen sizes or even locks the machine - 1152x864 is the highest value I can get), so for me, this dirty workaround in my ~/.xinitrc works: xrandr --size 1400x1050 & xrandr --fb 1400x1050 & The use of xrandr should always work. PS. Did you intendedly exclude the list from receiving answer? If not, you may forward my reply to the list. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...