From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 20:14:14 2008 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 68D3116A41A for ; Tue, 1 Jan 2008 20:14:14 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3BC8F13C442 for ; Tue, 1 Jan 2008 20:14:13 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so8970127waf.3 for ; Tue, 01 Jan 2008 12:14:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=e8bx4fiKXBAtGSl8ywvv4LPTC2fPMkywXob51jOp66s=; b=IkdWJESSzC9m71jjRrkEHFaz8S8JwMGvhABcuwB3TUKaD90XipyFL6qp7g5duFqH8nX2uP5/BmtvhVBtM6ASL9DMv84gIuTWjZG0OFlLZi5TM59ZuqkzFnDuxPX3TsagDcDIbHcqlcWbQTW1+W1TlI2OCOBfCpKESoJN5ATt6pU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FxeFeMreDrlrc5L10fWlpfBRp8/rkM5e00t1M4Lx0/lXnyDIwqFCP2LhcOQRkwWfnsmYir50JREX4puuemw38NzeBFcbobU5QbLg4KY5xJXiBnUvCO/3JSRSHm3C7Z2vkAU+9w1EZPTWi+XQuVuAjXj6+CyIu0s9f8yqDz/O6hY= Received: by 10.114.67.2 with SMTP id p2mr9952160waa.1.1199218453696; Tue, 01 Jan 2008 12:14:13 -0800 (PST) Received: by 10.114.74.9 with HTTP; Tue, 1 Jan 2008 12:14:13 -0800 (PST) Message-ID: Date: Tue, 1 Jan 2008 15:14:13 -0500 From: "Xn Nooby" To: freebsd-questions@freebsd.org In-Reply-To: <87abnps5iu.fsf@chateau.d.lf> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <934816.30473.qm@web36314.mail.mud.yahoo.com> <87ir2dscaf.fsf@chateau.d.lf> <87abnps5iu.fsf@chateau.d.lf> Subject: Re: Resolution too high with 7-RC1, nVidia, xorg 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: Tue, 01 Jan 2008 20:14:14 -0000 > Hmm..., this is strange. BtW, after adding modeline, you need to > restart Xorg. Anyways to get modeline for "1024x768" you can try > switching to 'vesa' driver temporarily, extract modeline for 1024x768 > From there, and then enter that modeline in xorg.conf. I tried this > method when I'm having problem setting my old 15" LG Studioworks 452V > to display 1024x768 without getting clipped. Using the vesa driver worked - I am able to get 1024x768, though the fonts are a little weird. I tried to use the modeline from the vesa driver with nv, but it didn't work. If the nv driver is part of the problem, I will try the native nVidia driver and see how that works. I've been shutting down and restarting X everytime I try something. I made a xorg.conf with the vesa selected by running xorgconfig. Ill try the native driver and see what happens. thanks for all the help so far!