From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 05:42:34 2005 Return-Path: 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 D7E3B16A4CE for ; Sun, 6 Feb 2005 05:42:34 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6DB43D31 for ; Sun, 6 Feb 2005 05:42:33 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id AF81D1DD757; Sun, 6 Feb 2005 06:42:32 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87883-05; Sun, 6 Feb 2005 06:42:26 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id A820E1DD778; Sun, 6 Feb 2005 06:42:25 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id E039F1C00094; Sun, 6 Feb 2005 06:42:24 +0100 (CET) From: Dejan Lesjak To: Gary Kline Date: Sun, 6 Feb 2005 06:42:23 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502060642.23983.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-questions@freebsd.org Subject: Re: how to configure Xorg to run at 1280x1024 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 05:42:35 -0000 Gary Kline wrote: > People, > > One of my larger servers has 5.3 and Xorg; I can't find the > right configuration setting for the display; so it runs at > its maximum: 1600x1200. This would be fine except that the > apps shake with tiny wavy lines. The driver may be pushing > things to their limit. > > I've tried X -configure and Xorg -conf. Somehow or other > I've generated an xorg.conf in /etc/X11, but no luck in > changing the resolution. The closest I've come to having > things work with xorg.conf and startx is to see a blank/grey > screen--at 1600x1200. I have ctwm set up in /root and > /home/kline. > > Modifying the Screen Section messes things up for some > reason. I finally *do* have xorg working with /etc/X11/xorg.conf > but only with the following commented: Try putting something like this: Option "PreferredMode" "1280x1024" in Section "Monitor". What do you mean by "messes things up" with the modified Screen Section? Do you get errors? Do note that you can't have more than one Screen section with same Identifier string. Dejan