From owner-freebsd-stable Mon Nov 6 13:40:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mta01.chello.no (mta01.chello.no [212.186.255.12]) by hub.freebsd.org (Postfix) with ESMTP id A9F7F37B479 for ; Mon, 6 Nov 2000 13:40:08 -0800 (PST) Received: from c76-s10-r13h3.upc.chello.no ([212.186.234.76]) by mta01.chello.no (InterMail vK.4.02.00.00 201-232-116 license 77df2db80a2bdce4d335ff4839618d42) with ESMTP id <20001106214049.UGUH615.mta01@c76-s10-r13h3.upc.chello.no>; Mon, 6 Nov 2000 22:40:49 +0100 Date: Mon, 6 Nov 2000 22:40:01 +0100 (CET) From: =?iso-8859-1?Q?=D8ystein_Skundberg?= X-Sender: eskimo@igloo.chello.no To: Bob Fawcett Cc: freebsd-stable@FreeBSD.ORG Subject: Re: New install video problems nvidia TNT2 card In-Reply-To: <200011062124.QAA09236@steed-100.catia.gulfaero.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 6 Nov 2000, Bob Fawcett wrote: > Can anyone using an Nvidia riva TNT2 video card give me usable set > of video settings for Xfree86setup. > > Thanks. > > Bob Fawcett > bobf@gulfaero.com You should use XF86Setup to configure your card, as it autogenerates the /etc/XF86Config file, but whatever/FWIW/YMMV, etc: ================================ Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "NVIDIA Riva TNT2 (generic)" VideoRam 16384 EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "800x600" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "800x600" EndSubSection EndSection ======================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message