From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 17:37:06 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 002B016A4CE for ; Sun, 6 Feb 2005 17:37:05 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D80043D1D for ; Sun, 6 Feb 2005 17:37:05 +0000 (GMT) (envelope-from danie.dutoit@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so610649wra for ; Sun, 06 Feb 2005 09:37:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=GmXSH+7tpm09YeSkJ0PJjNGxzqmQwM05ZE4pFL/hH632WnFoqnUvvBMcHnj0p/HdSyUqk9f+iJtK0zqJwNAyyhQBFsuLkllk3uJwv/wcePjUlHm9RWlTfHwZ/kUM18YCus51FTf+MpUeRf+Q6ziQsJcqc4XsxunuZDpp7qILRxY= Received: by 10.54.50.40 with SMTP id x40mr430715wrx; Sun, 06 Feb 2005 09:37:01 -0800 (PST) Received: by 10.54.50.75 with HTTP; Sun, 6 Feb 2005 09:37:01 -0800 (PST) Message-ID: <8af8258905020609375c9c4e11@mail.gmail.com> Date: Sun, 6 Feb 2005 12:37:01 -0500 From: Danie Du Toit To: Dejan Lesjak In-Reply-To: <200502060642.23983.dejan.lesjak@ijs.si> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200502060642.23983.dejan.lesjak@ijs.si> cc: Gary Kline 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 Reply-To: Danie Du Toit List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 17:37:06 -0000 You have two SubSection "display"'s with depth 8 - try remove the second one : SubSection "Display" Viewport 0 0 Depth 8 EndSubSection On Sun, 6 Feb 2005 06:42:23 +0100, Dejan Lesjak wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >