Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 22:40:01 +0100 (CET)
From:      =?iso-8859-1?Q?=D8ystein_Skundberg?= <yskundbe@chello.no>
To:        Bob Fawcett <bobf@gulfaero.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: New install video problems  nvidia TNT2 card
Message-ID:  <Pine.BSF.4.21.0011062231430.43056-100000@igloo.chello.no>
In-Reply-To: <200011062124.QAA09236@steed-100.catia.gulfaero.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
================================

<irrelevant lines snipped>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011062231430.43056-100000>