From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 07:22:54 2006 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 91BB816A417 for ; Wed, 13 Dec 2006 07:22:54 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C66843CB3 for ; Wed, 13 Dec 2006 07:21:26 +0000 (GMT) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so83872wxc for ; Tue, 12 Dec 2006 23:22:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YcGs9t3+jwg9JPv/k47yI2oi4D47a3ke7tkcj88jh+V3d79EC3ygkzMQcNDwcbcEDAHk4rSLR0p/IqpPQTeWd62M+6ZtK5rKgoCx71tuxF+C8OuUC4sQ6gmn6bmXaCh9tPqJRMdDX0yNnq12cabyTaLDk/EwDVSlafONA06n9T4= Received: by 10.70.56.4 with SMTP id e4mr1008157wxa.1165994572962; Tue, 12 Dec 2006 23:22:52 -0800 (PST) Received: by 10.70.14.20 with HTTP; Tue, 12 Dec 2006 23:22:52 -0800 (PST) Message-ID: <14989d6e0612122322o5c662419x5fb93d26cf710370@mail.gmail.com> Date: Wed, 13 Dec 2006 08:22:52 +0100 From: "Christian Walther" To: Ne'Bahn In-Reply-To: <001f01c71e6f$29a1ef30$93d3dcc9@bloodlust> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <001f01c71e6f$29a1ef30$93d3dcc9@bloodlust> Cc: UNIX - questions Subject: Re: Resolution on GNOME... 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: Wed, 13 Dec 2006 07:22:54 -0000 You can try the xrandr command using a terminal. $ xrandr -q gives a list of all supported resolution, while you can use $ xrandr -s SZ to set a specific resolution. SZ is the first column of the "xrandr -q" output. For everything else do a "man xrandr".