From owner-freebsd-questions@FreeBSD.ORG Fri Apr 16 06:32:44 2004 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 8D41516A4DB for ; Fri, 16 Apr 2004 06:32:44 -0700 (PDT) Received: from hotmail.com (bay15-dav48.bay15.hotmail.com [65.54.184.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F08343D54 for ; Fri, 16 Apr 2004 06:32:44 -0700 (PDT) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 16 Apr 2004 06:32:44 -0700 Received: from 192.216.212.193 by bay15-dav48.bay15.hotmail.com with DAV; Fri, 16 Apr 2004 13:32:44 +0000 X-Originating-IP: [192.216.212.193] X-Originating-Email: [b1henning@hotmail.com] X-Sender: b1henning@hotmail.com From: "Brian Henning" To: Date: Fri, 16 Apr 2004 08:32:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 16 Apr 2004 13:32:44.0316 (UTC) FILETIME=[4C879DC0:01C423B7] Subject: FBSD 5.2.1 - video card resolution problem 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: Fri, 16 Apr 2004 13:32:44 -0000 Greetings: I am running bsd 5.2.1 and I installed the nvidia driver from the ports for the follwoing video card. dmesg nvidia0: mem 0xc0000000-0xc7ffffff,0xce000000-0xceffffff irq 5 at device 0.0 on pci1 pciconf results: class=0x030000 card=0x00000000 chip=0x011110de rev=0xb2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'GeForce2 MX 100/200 (DDR) [NV11DDR]' class = display subclass = VGA The installation went good, the card was recognized. The problem is the resolution doesn't get to my desired setting. .. Section "Monitor" Identifier "Monitor0" VendorName "SUN" ModelName "574" HorizSync 30-70 VertRefresh 50-120 Option "DPMS" EndSection .. Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Above are my XF86Config settings but all I get is a resolution of 640x480. Is there a way to get a higher resolution with this card? Thanks, Brian